Uses of Class
org.vaadin.addons.antlerflow.grid.exporter.GridExportConfig
Packages that use GridExportConfig
Package
Description
-
Uses of GridExportConfig in org.vaadin.addons.antlerflow.grid.exporter
Methods in org.vaadin.addons.antlerflow.grid.exporter with parameters of type GridExportConfigModifier and TypeMethodDescriptionvoidGridExportHandler.handleExport(com.vaadin.flow.component.grid.Grid<T> grid, com.vaadin.flow.data.provider.DataProvider<T, ?> dataProvider, GridExportConfig<T> config) -
Uses of GridExportConfig in org.vaadin.addons.antlerflow.grid.exporter.xdevsoftware
Methods in org.vaadin.addons.antlerflow.grid.exporter.xdevsoftware with parameters of type GridExportConfigModifier and TypeMethodDescriptionprotected software.xdev.vaadin.grid_exporter.grid.GridDataExtractor<T> XDEVSoftwareGridExportHandler.getGridDataExtractor(com.vaadin.flow.component.grid.Grid<T> grid, com.vaadin.flow.data.provider.DataProvider<T, ?> dataProvider, GridExportConfig<T> config) voidXDEVSoftwareGridExportHandler.handleExport(com.vaadin.flow.component.grid.Grid<T> grid, com.vaadin.flow.data.provider.DataProvider<T, ?> dataProvider, GridExportConfig<T> config)