Interface IExportConfiguration.IExportField

Enclosing interface:
IExportConfiguration

public static interface IExportConfiguration.IExportField
Since:
3.5.2
Author:
Jiri Banszel
  • Method Details

    • getFieldId

      String getFieldId()
    • getFieldName

      String getFieldName()
    • isReadOnly

      boolean isReadOnly()
    • isRemovable

      boolean isRemovable()
      Returns:
      true if this field can be removed by users in the export dialog.
    • getColumnWidth

      int getColumnWidth()
      The preferred column width in pixels.
      Since:
      3.6.3