All Classes and Interfaces

Class
Description
 
AbstractGridExportWizardStepComposite<C extends com.vaadin.flow.component.Component,T>
 
AbstractJasperReportFormat<B extends software.xdev.dynamicreports.jasper.builder.export.AbstractJasperExporterBuilder<B,? extends software.xdev.dynamicreports.jasper.base.export.AbstractJasperExporter>>
 
AbstractJasperReportSpreadsheetFormat<B extends software.xdev.dynamicreports.jasper.builder.export.AbstractJasperExporterBuilder<B,? extends software.xdev.dynamicreports.jasper.base.export.AbstractJasperExporter>>
 
AbstractJasperReportWordProcessingFormat<B extends software.xdev.dynamicreports.jasper.builder.export.AbstractJasperExporterBuilder<B,? extends software.xdev.dynamicreports.jasper.base.export.AbstractJasperExporter>>
 
 
 
Used for (initially) building a ColumnConfiguration
Builds a function (from multiple strategies) that resolves the text for a column.
If no strategies are specified the fallback Grid.Column.getKey() is used.
Can be implemented to create a new strategy that resolves a Grid.Column header
 
 
 
 
DynamicExporter<B extends software.xdev.dynamicreports.jasper.builder.export.AbstractJasperExporterBuilder<B,? extends software.xdev.dynamicreports.jasper.base.export.AbstractJasperExporter>>
 
 
 
 
Defines a format to export grid data to.
 
 
Extracts the sorted and filtered data from a Grid.
Opens a wizard to export a Grid.
Provides data to the GridExporter.
 
 
Makes i18n possible for the component.
 
 
 
 
 
 
 
 
 
Resolves the header-text by using the unique identification ManualColumnHeaderResolvingStrategy and find the corresponding resolving function for the identification in a map.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Simple interface to translate a given key into some language.
Tries to get the header using Vaadin Column API methods
 
 
 
 
 
 
 
WizardStepComposite<C extends com.vaadin.flow.component.Component,S extends WizardState>