Uses of Interface
com.vaadin.flow.component.combobox.ComboBoxBaseI18n
Packages that use ComboBoxBaseI18n
-
Uses of ComboBoxBaseI18n in com.vaadin.flow.component.combobox
Classes in com.vaadin.flow.component.combobox that implement ComboBoxBaseI18nModifier and TypeClassDescriptionstatic class
The internationalization properties forComboBox
.class
Class for localization of theMultiSelectComboBox
Methods in com.vaadin.flow.component.combobox that return ComboBoxBaseI18nModifier and TypeMethodDescriptionprotected ComboBoxBaseI18n
ComboBoxBase.getI18n()
Gets the internationalization object previously set for this component.Methods in com.vaadin.flow.component.combobox with parameters of type ComboBoxBaseI18nModifier and TypeMethodDescriptionprotected void
ComboBoxBase.setI18n
(ComboBoxBaseI18n i18n) Sets the internationalization object for this component.