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 GridExporter Modifier and Type Method Description static <T> GridExporter<T>
GridExporter. createFor(Grid<T> grid)
static <T> GridExporter<T>
GridExporter. createFor(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 GridExporter Constructor Description ConcurrentDownloadTimeoutEvent(GridExporter<?> source)
Constructs a new ConcurrentDownloadTimeoutEvent.
-