Class XDEVSoftwareGridExportHandler<T>
java.lang.Object
org.vaadin.addons.antlerflow.grid.exporter.xdevsoftware.XDEVSoftwareGridExportHandler<T>
- All Implemented Interfaces:
GridExportHandler<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected software.xdev.vaadin.grid_exporter.column.ColumnConfigurationBuilderprotected software.xdev.vaadin.grid_exporter.grid.GridDataExtractor<T> getGridDataExtractor(com.vaadin.flow.component.grid.Grid<T> grid, com.vaadin.flow.data.provider.DataProvider<T, ?> dataProvider, GridExportConfig<T> config) protected software.xdev.vaadin.grid_exporter.GridExportLocalizationConfigOverride to provide localization.protected software.xdev.vaadin.grid_exporter.GridExporterProvidervoidhandleExport(com.vaadin.flow.component.grid.Grid<T> grid, com.vaadin.flow.data.provider.DataProvider<T, ?> dataProvider, GridExportConfig<T> config)
-
Constructor Details
-
XDEVSoftwareGridExportHandler
public XDEVSoftwareGridExportHandler()
-
-
Method Details
-
handleExport
public void handleExport(com.vaadin.flow.component.grid.Grid<T> grid, com.vaadin.flow.data.provider.DataProvider<T, ?> dataProvider, GridExportConfig<T> config) - Specified by:
handleExportin interfaceGridExportHandler<T>
-
getProvider
protected software.xdev.vaadin.grid_exporter.GridExporterProvider getProvider() -
getColumnConfigurationBuilder
protected software.xdev.vaadin.grid_exporter.column.ColumnConfigurationBuilder getColumnConfigurationBuilder() -
getLocalizationConfig
protected software.xdev.vaadin.grid_exporter.GridExportLocalizationConfig getLocalizationConfig()Override to provide localization. Returnnullto keep default behavior. -
getGridDataExtractor
protected software.xdev.vaadin.grid_exporter.grid.GridDataExtractor<T> getGridDataExtractor(com.vaadin.flow.component.grid.Grid<T> grid, com.vaadin.flow.data.provider.DataProvider<T, ?> dataProvider, GridExportConfig<T> config)
-