Uses of Enum Class
com.flowingcode.vaadin.addons.localecombobox.LocaleComboBox.DisplayMode
-
Uses of LocaleComboBox.DisplayMode in com.flowingcode.vaadin.addons.localecombobox
Methods in com.flowingcode.vaadin.addons.localecombobox that return LocaleComboBox.DisplayModeModifier and TypeMethodDescriptionstatic LocaleComboBox.DisplayModeReturns the enum constant of this class with the specified name.static LocaleComboBox.DisplayMode[]LocaleComboBox.DisplayMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.flowingcode.vaadin.addons.localecombobox with parameters of type LocaleComboBox.DisplayModeModifier and TypeMethodDescriptionvoidLocaleComboBox.setDisplayMode(LocaleComboBox.DisplayMode displayMode) Sets the display mode of the LocaleComboBox.