Uses of Class
software.xdev.vaadin.grid_exporter.GridExporter
Packages that use GridExporter
-
Uses of GridExporter in software.xdev.vaadin.grid_exporter
Methods in software.xdev.vaadin.grid_exporter that return GridExporterModifier and TypeMethodDescriptionGridExporter.addAvailableFormat(Format availableFormat) GridExporter.loadFromProvider(GridExporterProvider provider) static <T> GridExporter<T>GridExporter.newWithDefaults(com.vaadin.flow.component.grid.Grid<T> grid) Creates a newGridExporterwith the default JasperReports exports.GridExporter.withAvailableFormats(List<Format> availableFormats) GridExporter.withAvailableFormats(Format... availableFormats) GridExporter.withColumnConfigurationBuilder(ColumnConfigurationBuilder columnConfigurationBuilder) GridExporter.withColumnFilter(Predicate<com.vaadin.flow.component.grid.Grid.Column<T>> columnFilter) GridExporter.withFileName(String fileName) GridExporter.withGridDataExtractorSupplier(Function<com.vaadin.flow.component.grid.Grid<T>, GridDataExtractor<T>> dataExtractorSupplier) GridExporter.withLocalizationConfig(GridExportLocalizationConfig localizationConfig) GridExporter.withPreSelectedFormat(Format preSelectedFormat)