Uses of Interface
software.xdev.vaadin.grid_exporter.Translator
Packages that use Translator
Package
Description
-
Uses of Translator in software.xdev.vaadin.grid_exporter.format
Classes in software.xdev.vaadin.grid_exporter.format that implement TranslatorFields in software.xdev.vaadin.grid_exporter.format declared as TranslatorFields in software.xdev.vaadin.grid_exporter.format with type parameters of type TranslatorModifier and TypeFieldDescriptionprotected List<Function<Translator,? extends SpecificConfigComponent<? extends SpecificConfig>>> AbstractFormat.configComponentsMethods in software.xdev.vaadin.grid_exporter.format that return types with arguments of type TranslatorModifier and TypeMethodDescriptionList<Function<Translator,? extends SpecificConfigComponent<? extends SpecificConfig>>> AbstractFormat.getConfigComponents()List<Function<Translator,? extends SpecificConfigComponent<? extends SpecificConfig>>> Format.getConfigComponents()Constructors in software.xdev.vaadin.grid_exporter.format with parameters of type TranslatorModifierConstructorDescriptionprotectedSpecificConfigComponent(Translator translator, Supplier<T> newConfigSupplier, String headerToTranslate) -
Uses of Translator in software.xdev.vaadin.grid_exporter.jasper.config.encoding
Classes in software.xdev.vaadin.grid_exporter.jasper.config.encoding that implement TranslatorConstructors in software.xdev.vaadin.grid_exporter.jasper.config.encoding with parameters of type Translator -
Uses of Translator in software.xdev.vaadin.grid_exporter.jasper.config.header
Classes in software.xdev.vaadin.grid_exporter.jasper.config.header that implement TranslatorConstructors in software.xdev.vaadin.grid_exporter.jasper.config.header with parameters of type TranslatorModifierConstructorDescriptionHeaderConfigComponent(Translator translator) HeaderConfigComponent(Translator translator, boolean defaultExportHeaderValue) -
Uses of Translator in software.xdev.vaadin.grid_exporter.jasper.config.highlight
Classes in software.xdev.vaadin.grid_exporter.jasper.config.highlight that implement TranslatorConstructors in software.xdev.vaadin.grid_exporter.jasper.config.highlight with parameters of type Translator -
Uses of Translator in software.xdev.vaadin.grid_exporter.jasper.config.page
Classes in software.xdev.vaadin.grid_exporter.jasper.config.page that implement TranslatorConstructors in software.xdev.vaadin.grid_exporter.jasper.config.page with parameters of type Translator -
Uses of Translator in software.xdev.vaadin.grid_exporter.jasper.config.separator
Classes in software.xdev.vaadin.grid_exporter.jasper.config.separator that implement TranslatorConstructors in software.xdev.vaadin.grid_exporter.jasper.config.separator with parameters of type Translator -
Uses of Translator in software.xdev.vaadin.grid_exporter.jasper.config.title
Classes in software.xdev.vaadin.grid_exporter.jasper.config.title that implement TranslatorConstructors in software.xdev.vaadin.grid_exporter.jasper.config.title with parameters of type Translator -
Uses of Translator in software.xdev.vaadin.grid_exporter.wizard
Classes in software.xdev.vaadin.grid_exporter.wizard that implement Translator -
Uses of Translator in software.xdev.vaadin.grid_exporter.wizard.steps
Classes in software.xdev.vaadin.grid_exporter.wizard.steps that implement TranslatorModifier and TypeClassDescriptionclassAbstractGridExportWizardStepComposite<C extends com.vaadin.flow.component.Component,T> classFormatStep<T>classGeneralStep<T>classPreviewStep<T>Fields in software.xdev.vaadin.grid_exporter.wizard.steps declared as TranslatorModifier and TypeFieldDescriptionprotected TranslatorAbstractGridExportWizardStepComposite.translatorConstructors in software.xdev.vaadin.grid_exporter.wizard.steps with parameters of type TranslatorModifierConstructorDescriptionprotectedAbstractGridExportWizardStepComposite(Translator translator) FormatStep(Translator translator) GeneralStep(Translator translator) PreviewStep(Translator translator)