Uses of Class
software.xdev.vaadin.grid_exporter.column.ColumnConfiguration
Packages that use ColumnConfiguration
Package
Description
-
Uses of ColumnConfiguration in software.xdev.vaadin.grid_exporter
Methods in software.xdev.vaadin.grid_exporter that return types with arguments of type ColumnConfigurationModifier and TypeMethodDescriptionprotected List<ColumnConfiguration<T>>GridExporter.generateAvailableColumns() -
Uses of ColumnConfiguration in software.xdev.vaadin.grid_exporter.column
Methods in software.xdev.vaadin.grid_exporter.column that return ColumnConfigurationModifier and TypeMethodDescription<T> ColumnConfiguration<T>ColumnConfigurationBuilder.build(com.vaadin.flow.component.grid.Grid.Column<T> gridColumn) -
Uses of ColumnConfiguration in software.xdev.vaadin.grid_exporter.format
Method parameters in software.xdev.vaadin.grid_exporter.format with type arguments of type ColumnConfigurationModifier and TypeMethodDescription<T> byte[]Format.export(GridDataExtractor<T> gridDataExtractor, List<ColumnConfiguration<T>> columnsToExport, List<? extends SpecificConfig> configs) -
Uses of ColumnConfiguration in software.xdev.vaadin.grid_exporter.grid
Method parameters in software.xdev.vaadin.grid_exporter.grid with type arguments of type ColumnConfigurationModifier and TypeMethodDescriptionGridDataExtractor.getSortedAndFilteredData(List<ColumnConfiguration<T>> columnsToExport) -
Uses of ColumnConfiguration in software.xdev.vaadin.grid_exporter.jasper.format
Methods in software.xdev.vaadin.grid_exporter.jasper.format with parameters of type ColumnConfigurationModifier and TypeMethodDescriptionprotected software.xdev.dynamicreports.report.builder.column.TextColumnBuilder<String>AbstractJasperReportFormat.toReportColumn(ColumnConfiguration<?> column) Method parameters in software.xdev.vaadin.grid_exporter.jasper.format with type arguments of type ColumnConfigurationModifier and TypeMethodDescriptionprotected <T> software.xdev.dynamicreports.report.datasource.DRDataSourceAbstractJasperReportFormat.buildDataSource(GridDataExtractor<T> gridDataExtractor, List<ColumnConfiguration<T>> columnsToExport) protected <T> software.xdev.dynamicreports.jasper.builder.JasperReportBuilderAbstractJasperReportFormat.buildReport(GridDataExtractor<T> gridDataExtractor, List<ColumnConfiguration<T>> columnsToExport, List<? extends SpecificConfig> configs) <T> byte[]AbstractJasperReportFormat.export(GridDataExtractor<T> gridDataExtractor, List<ColumnConfiguration<T>> columnsToExport, List<? extends SpecificConfig> configs) -
Uses of ColumnConfiguration in software.xdev.vaadin.grid_exporter.wizard
Fields in software.xdev.vaadin.grid_exporter.wizard with type parameters of type ColumnConfigurationModifier and TypeFieldDescriptionprotected final List<ColumnConfiguration<T>>GridExporterWizardState.availableColumnsprotected List<ColumnConfiguration<T>>GridExporterWizardState.selectedColumnsMethods in software.xdev.vaadin.grid_exporter.wizard that return types with arguments of type ColumnConfigurationModifier and TypeMethodDescriptionGridExporterWizardState.getAvailableColumns()GridExporterWizardState.getSelectedColumns()Method parameters in software.xdev.vaadin.grid_exporter.wizard with type arguments of type ColumnConfigurationModifier and TypeMethodDescriptionvoidGridExporterWizardState.setSelectedColumns(List<ColumnConfiguration<T>> selectedColumns) -
Uses of ColumnConfiguration in software.xdev.vaadin.grid_exporter.wizard.steps
Fields in software.xdev.vaadin.grid_exporter.wizard.steps with type parameters of type ColumnConfigurationModifier and TypeFieldDescriptionprotected final Map<ColumnConfiguration<T>,com.vaadin.flow.data.binder.Binder<ColumnConfiguration<T>>> GeneralStep.columnBindersprotected final Map<ColumnConfiguration<T>,com.vaadin.flow.data.binder.Binder<ColumnConfiguration<T>>> GeneralStep.columnBindersprotected final com.vaadin.flow.component.grid.Grid<ColumnConfiguration<T>>GeneralStep.gridColumnsMethods in software.xdev.vaadin.grid_exporter.wizard.steps with parameters of type ColumnConfigurationModifier and TypeMethodDescriptionprotected booleanGeneralStep.isMovingPossible(boolean increment, ColumnConfiguration<T> column) protected voidGeneralStep.move(boolean increment, ColumnConfiguration<T> column)