Package io.jmix.gridexportflowui
Class GridExportProperties
java.lang.Object
io.jmix.gridexportflowui.GridExportProperties
@ConfigurationProperties(prefix="jmix.gridexport")
@ConstructorBinding
public class GridExportProperties
extends Object
Export actions configuration interface
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionGridExportProperties
(int exportAllBatchSize, GridExportProperties.ExcelExporterProperties excel) -
Method Summary
-
Constructor Details
-
GridExportProperties
public GridExportProperties(@DefaultValue("1000") int exportAllBatchSize, @DefaultValue GridExportProperties.ExcelExporterProperties excel)
-
-
Method Details
-
getExportAllBatchSize
public int getExportAllBatchSize()- See Also:
-
exportAllBatchSize
-
getExcel
-