Uses of Class
com.flowingcode.vaadin.addons.gridexporter.GridExporter.GridExporterConcurrentDownloadHandler
-
Uses of GridExporter.GridExporterConcurrentDownloadHandler in com.flowingcode.vaadin.addons.gridexporter
Methods in com.flowingcode.vaadin.addons.gridexporter that return GridExporter.GridExporterConcurrentDownloadHandlerModifier and TypeMethodDescriptionGridExporter.GridExporterConcurrentDownloadHandler.forComponent(Component component) Associates this download handler with a component (typically a button).GridExporter.getDocxDownloadHandler()Gets a DownloadHandler for DOCX export.GridExporter.getDocxDownloadHandler(String template) Gets a DownloadHandler for DOCX export with a custom template.GridExporter.getExcelDownloadHandler()Gets a DownloadHandler for Excel export.GridExporter.getExcelDownloadHandler(String template) Gets a DownloadHandler for Excel export with a custom template.GridExporter.getPdfDownloadHandler()Gets a DownloadHandler for PDF export.GridExporter.getPdfDownloadHandler(String template) Gets a DownloadHandler for PDF export with a custom template.