Uses of Interface
org.vaadin.firitin.fields.localized.Translator
Packages that use Translator
-
Uses of Translator in org.vaadin.firitin.fields.localized
Methods in org.vaadin.firitin.fields.localized that return TranslatorModifier and TypeMethodDescriptionLocalizedField.getTranslator()The effective translator: the explicitly set one ifLocalizedField.setTranslator(org.vaadin.firitin.fields.localized.Translator)has been called, otherwise the one discovered from the Instantiator (ornullif none).Methods in org.vaadin.firitin.fields.localized with parameters of type TranslatorModifier and TypeMethodDescriptionvoidLocalizedField.setTranslator(Translator translator) Sets theTranslatorused by the "translate to other languages" action.