Interface I_CmsFormDataItem

    • Method Detail

      • getData

        byte[] getData()
        Gets the data from the field as a byte array.
        Returns:
        the field data
      • getFieldName

        java.lang.String getFieldName()
        Gets the field name.

        Returns:
        the field name
      • getFileName

        java.lang.String getFileName()
        Gets the file name, if this is a file upload field.

        Returns:
        the file name