Class ExporterHelperImpl
java.lang.Object
net.datenwerke.rs.base.service.reportengines.table.output.generator.ExporterHelperImpl
- All Implemented Interfaces:
ExporterHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetExportedColumns(TableReport report, TableDefinition td) <any>getNullFormats(List<Column> columns, Column.CellFormatter[] cellFormatters, TableDefinition td) <any>getNullFormats(TableReport report, TableDefinition td, Column.CellFormatter[] cellFormatters)
-
Constructor Details
-
ExporterHelperImpl
public ExporterHelperImpl()
-
-
Method Details
-
getExportedColumns
- Specified by:
getExportedColumnsin interfaceExporterHelper
-
getNullFormats
public <any> getNullFormats(List<Column> columns, Column.CellFormatter[] cellFormatters, TableDefinition td) - Specified by:
getNullFormatsin interfaceExporterHelper
-
getNullFormats
public <any> getNullFormats(TableReport report, TableDefinition td, Column.CellFormatter[] cellFormatters) - Specified by:
getNullFormatsin interfaceExporterHelper
-