Package io.jmix.gridexportflowui
Class GridExportProperties
java.lang.Object
io.jmix.gridexportflowui.GridExportProperties
Export actions configuration interface
- 
Nested Class Summary
Nested Classes - 
Constructor Summary
ConstructorsConstructorDescriptionGridExportProperties(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
 
 -