Class XDEVSoftwareGridExportHandler<T>

java.lang.Object
org.vaadin.addons.antlerflow.grid.exporter.xdevsoftware.XDEVSoftwareGridExportHandler<T>
All Implemented Interfaces:
GridExportHandler<T>

public class XDEVSoftwareGridExportHandler<T> extends Object implements GridExportHandler<T>
  • 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:
      handleExport in interface GridExportHandler<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. Return null to 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)