Uses of Enum Class
org.vaadin.firitin.fields.localized.LocalizedField.LanguageDisplay
Packages that use LocalizedField.LanguageDisplay
-
Uses of LocalizedField.LanguageDisplay in org.vaadin.firitin.fields.localized
Subclasses with type arguments of type LocalizedField.LanguageDisplay in org.vaadin.firitin.fields.localizedModifier and TypeClassDescriptionstatic enumMethods in org.vaadin.firitin.fields.localized that return LocalizedField.LanguageDisplayModifier and TypeMethodDescriptionLocalizedField.getLanguageDisplay()How languages are visualized in the selector: with flag and name (the default), flag only, or name only.Returns the enum constant of this class with the specified name.static LocalizedField.LanguageDisplay[]LocalizedField.LanguageDisplay.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.vaadin.firitin.fields.localized with parameters of type LocalizedField.LanguageDisplayModifier and TypeMethodDescriptionvoidLocalizedField.setLanguageDisplay(LocalizedField.LanguageDisplay languageDisplay) Sets how each language is visualized in the selector — with its flag and name, its flag only, or its name only — and refreshes the selector immediately.