Uses of Interface
software.xdev.vaadin.grid_exporter.format.SpecificConfig
Packages that use SpecificConfig
Package
Description
-
Uses of SpecificConfig in software.xdev.vaadin.grid_exporter.format
Classes in software.xdev.vaadin.grid_exporter.format with type parameters of type SpecificConfigFields in software.xdev.vaadin.grid_exporter.format with type parameters of type SpecificConfigModifier and TypeFieldDescriptionprotected List<Function<Translator,? extends SpecificConfigComponent<? extends SpecificConfig>>> AbstractFormat.configComponentsMethods in software.xdev.vaadin.grid_exporter.format with type parameters of type SpecificConfigModifier and TypeMethodDescriptionprotected <C extends SpecificConfig>
Optional<C>AbstractFormat.getConfigFrom(List<? extends SpecificConfig> configs, Class<C> targetedConfigClass) protected <V,C extends SpecificConfig>
Optional<V>AbstractFormat.getValueFrom(List<? extends SpecificConfig> configs, Class<C> targetedConfigClass, Function<C, V> mapper) Methods in software.xdev.vaadin.grid_exporter.format that return types with arguments of type SpecificConfigModifier and TypeMethodDescriptionList<Function<Translator,? extends SpecificConfigComponent<? extends SpecificConfig>>> AbstractFormat.getConfigComponents()List<Function<Translator,? extends SpecificConfigComponent<? extends SpecificConfig>>> Format.getConfigComponents()Method parameters in software.xdev.vaadin.grid_exporter.format with type arguments of type SpecificConfigModifier and TypeMethodDescriptionprotected <C extends SpecificConfig>
Optional<C>AbstractFormat.getConfigFrom(List<? extends SpecificConfig> configs, Class<C> targetedConfigClass) protected <V,C extends SpecificConfig>
Optional<V>AbstractFormat.getValueFrom(List<? extends SpecificConfig> configs, Class<C> targetedConfigClass, Function<C, V> mapper) -
Uses of SpecificConfig in software.xdev.vaadin.grid_exporter.jasper.config.encoding
Classes in software.xdev.vaadin.grid_exporter.jasper.config.encoding that implement SpecificConfig -
Uses of SpecificConfig in software.xdev.vaadin.grid_exporter.jasper.config.header
Classes in software.xdev.vaadin.grid_exporter.jasper.config.header that implement SpecificConfig -
Uses of SpecificConfig in software.xdev.vaadin.grid_exporter.jasper.config.highlight
Classes in software.xdev.vaadin.grid_exporter.jasper.config.highlight that implement SpecificConfig -
Uses of SpecificConfig in software.xdev.vaadin.grid_exporter.jasper.config.page
Classes in software.xdev.vaadin.grid_exporter.jasper.config.page that implement SpecificConfig -
Uses of SpecificConfig in software.xdev.vaadin.grid_exporter.jasper.config.separator
Classes in software.xdev.vaadin.grid_exporter.jasper.config.separator that implement SpecificConfig -
Uses of SpecificConfig in software.xdev.vaadin.grid_exporter.jasper.config.title
Classes in software.xdev.vaadin.grid_exporter.jasper.config.title that implement SpecificConfig -
Uses of SpecificConfig in software.xdev.vaadin.grid_exporter.jasper.format
Method parameters in software.xdev.vaadin.grid_exporter.jasper.format with type arguments of type SpecificConfigModifier and TypeMethodDescriptionprotected voidAbstractJasperReportFormat.export(software.xdev.dynamicreports.jasper.builder.JasperReportBuilder reportBuilder, B exportBuilder, List<? extends SpecificConfig> configs) protected voidCsvFormat.export(software.xdev.dynamicreports.jasper.builder.JasperReportBuilder reportBuilder, software.xdev.dynamicreports.jasper.builder.export.JasperCsvExporterBuilder exportBuilder, List<? extends SpecificConfig> configs) protected byte[]AbstractJasperReportFormat.exportToBytes(software.xdev.dynamicreports.jasper.builder.JasperReportBuilder reportBuilder, List<? extends SpecificConfig> configs) -
Uses of SpecificConfig in software.xdev.vaadin.grid_exporter.wizard
Fields in software.xdev.vaadin.grid_exporter.wizard with type parameters of type SpecificConfigModifier and TypeFieldDescriptionprotected final List<SpecificConfig>GridExporterWizardState.specificConfigsMethods in software.xdev.vaadin.grid_exporter.wizard that return types with arguments of type SpecificConfig -
Uses of SpecificConfig in software.xdev.vaadin.grid_exporter.wizard.steps
Fields in software.xdev.vaadin.grid_exporter.wizard.steps with type parameters of type SpecificConfigModifier and TypeFieldDescriptionprotected List<? extends SpecificConfigComponent<? extends SpecificConfig>>FormatStep.configComponents