Uses of Interface
software.xdev.vaadin.grid_exporter.format.Format
Packages that use Format
Package
Description
-
Uses of Format in software.xdev.vaadin.grid_exporter
Fields in software.xdev.vaadin.grid_exporter declared as FormatFields in software.xdev.vaadin.grid_exporter with type parameters of type FormatMethods in software.xdev.vaadin.grid_exporter that return types with arguments of type FormatMethods in software.xdev.vaadin.grid_exporter with parameters of type FormatModifier and TypeMethodDescriptionGridExporter.addAvailableFormat(Format availableFormat) GridExporter.withAvailableFormats(Format... availableFormats) GridExporter.withPreSelectedFormat(Format preSelectedFormat) Method parameters in software.xdev.vaadin.grid_exporter with type arguments of type FormatModifier and TypeMethodDescriptionGridExporter.withAvailableFormats(List<Format> availableFormats) Constructors in software.xdev.vaadin.grid_exporter with parameters of type FormatModifierConstructorDescriptionGridExporterProvider(Map<String, String> defaultTranslationKeyValues, Format... formats) Constructor parameters in software.xdev.vaadin.grid_exporter with type arguments of type Format -
Uses of Format in software.xdev.vaadin.grid_exporter.format
Classes in software.xdev.vaadin.grid_exporter.format that implement Format -
Uses of Format in software.xdev.vaadin.grid_exporter.jasper.format
Classes in software.xdev.vaadin.grid_exporter.jasper.format that implement FormatModifier and TypeClassDescriptionclassAbstractJasperReportFormat<B extends software.xdev.dynamicreports.jasper.builder.export.AbstractJasperExporterBuilder<B,? extends software.xdev.dynamicreports.jasper.base.export.AbstractJasperExporter>> classAbstractJasperReportSpreadsheetFormat<B extends software.xdev.dynamicreports.jasper.builder.export.AbstractJasperExporterBuilder<B,? extends software.xdev.dynamicreports.jasper.base.export.AbstractJasperExporter>> classAbstractJasperReportWordProcessingFormat<B extends software.xdev.dynamicreports.jasper.builder.export.AbstractJasperExporterBuilder<B,? extends software.xdev.dynamicreports.jasper.base.export.AbstractJasperExporter>> classclassclassclassclassclassclassclassclassclass -
Uses of Format in software.xdev.vaadin.grid_exporter.wizard
Fields in software.xdev.vaadin.grid_exporter.wizard declared as FormatFields in software.xdev.vaadin.grid_exporter.wizard with type parameters of type FormatMethods in software.xdev.vaadin.grid_exporter.wizard that return FormatMethods in software.xdev.vaadin.grid_exporter.wizard that return types with arguments of type FormatMethods in software.xdev.vaadin.grid_exporter.wizard with parameters of type FormatModifier and TypeMethodDescriptionvoidGridExporterWizardState.setSelectedFormat(Format selectedFormat) Constructor parameters in software.xdev.vaadin.grid_exporter.wizard with type arguments of type FormatModifierConstructorDescriptionGridExporterWizardState(GridDataExtractor<T> gridDataExtractor, List<Format> availableFormats, List<ColumnConfiguration<T>> availableColumns) -
Uses of Format in software.xdev.vaadin.grid_exporter.wizard.steps
Fields in software.xdev.vaadin.grid_exporter.wizard.steps with type parameters of type FormatModifier and TypeFieldDescriptionprotected final com.vaadin.flow.component.combobox.ComboBox<Format>FormatStep.cbFormatsMethods in software.xdev.vaadin.grid_exporter.wizard.steps with parameters of type FormatModifier and TypeMethodDescriptionprotected voidFormatStep.showConfigComponentsFor(Format format)