Class ExportConfigAttributes

java.lang.Object
org.eclipse.nebula.widgets.nattable.export.ExportConfigAttributes

public final class ExportConfigAttributes extends Object
Configuration attributes that are used to configure the export functionality.
  • Field Details

    • EXPORTER

      public static final ConfigAttribute<ILayerExporter> EXPORTER
      The configuration attribute for specifying the concrete implementation instance of ILayerExporter that should be used for exporting the NatTable.
    • EXPORT_FORMATTER

      public static final ConfigAttribute<IExportFormatter> EXPORT_FORMATTER
      The configuration attribute for specifying a formatter that should be used to format the values for the export.
    • DATE_FORMAT

      public static final ConfigAttribute<String> DATE_FORMAT
      The configuration attribute for specifying the format that should be used for exporting Calendar or Date objects appropriately.
    • NUMBER_FORMAT

      public static final ConfigAttribute<String> NUMBER_FORMAT
      The configuration attribute for specifying the format that should be used for exporting Number objects appropriately.
      Since:
      2.1
    • TABLE_EXPORTER

      public static final ConfigAttribute<ITableExporter> TABLE_EXPORTER
      The configuration attribute for specifying the concrete implementation instance of ITableExporter that should be used for exporting the NatTable.
      Since:
      1.5