Interface GridExportHandler<T>

All Known Implementing Classes:
XDEVSoftwareGridExportHandler

public interface GridExportHandler<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handleExport(com.vaadin.flow.component.grid.Grid<T> grid, com.vaadin.flow.data.provider.DataProvider<T,?> dataProvider, GridExportConfig<T> config)
     
  • Method Details

    • handleExport

      void handleExport(com.vaadin.flow.component.grid.Grid<T> grid, com.vaadin.flow.data.provider.DataProvider<T,?> dataProvider, GridExportConfig<T> config)