Package io.jmix.gridexportflowui
Class GridExportProperties
java.lang.Object
io.jmix.gridexportflowui.GridExportProperties
Export actions configuration interface
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionGridExportProperties
(int exportAllBatchSize, String exportAllPaginationStrategy, List<String> defaultExportModes, String defaultColumnsToExport, GridExportProperties.ExcelExporterProperties excel) -
Method Summary
-
Constructor Details
-
GridExportProperties
public GridExportProperties(@DefaultValue("1000") int exportAllBatchSize, @DefaultValue("keyset") String exportAllPaginationStrategy, @DefaultValue({"ALL_ROWS","CURRENT_PAGE","SELECTED_ROWS"}) List<String> defaultExportModes, @DefaultValue("VISIBLE_COLUMNS") String defaultColumnsToExport, @DefaultValue GridExportProperties.ExcelExporterProperties excel)
-
-
Method Details
-
getExportAllBatchSize
public int getExportAllBatchSize()- See Also:
-
exportAllBatchSize
-
getExportAllPaginationStrategy
- See Also:
-
exportAllPaginationStrategy
-
getDefaultExportModes
- See Also:
-
defaultExportModes
-
getDefaultColumnsToExport
- See Also:
-
defaultColumnsToExport
-
getExcel
-