Uses of Class
com.flowingcode.vaadin.addons.gridexporter.GridExporter
-
Uses of GridExporter in com.flowingcode.vaadin.addons.gridexporter
Methods in com.flowingcode.vaadin.addons.gridexporter that return GridExporterModifier and TypeMethodDescriptionstatic <T> GridExporter<T>
GridExporter.createFor
(com.vaadin.flow.component.grid.Grid<T> grid) static <T> GridExporter<T>
GridExporter.createFor
(com.vaadin.flow.component.grid.Grid<T> grid, String excelCustomTemplate, String docxCustomTemplate) GridExporter<?>
ConcurrentDownloadTimeoutEvent.getSource()
Returns the source of this event.Constructors in com.flowingcode.vaadin.addons.gridexporter with parameters of type GridExporterModifierConstructorDescriptionConcurrentDownloadTimeoutEvent
(GridExporter<?> source) Constructs a new ConcurrentDownloadTimeoutEvent.