Uses of Class
com.vaadin.flow.component.combobox.ComboBox.ComboBoxI18n
Packages that use ComboBox.ComboBoxI18n
-
Uses of ComboBox.ComboBoxI18n in com.vaadin.flow.component.combobox
Methods in com.vaadin.flow.component.combobox that return ComboBox.ComboBoxI18nModifier and TypeMethodDescriptionComboBox.getI18n()
Gets the internationalization object previously set for this component.ComboBox.ComboBoxI18n.setRequiredErrorMessage
(String errorMessage) Sets the error message to display when the field is required but empty.Methods in com.vaadin.flow.component.combobox with parameters of type ComboBox.ComboBoxI18nModifier and TypeMethodDescriptionvoid
ComboBox.setI18n
(ComboBox.ComboBoxI18n i18n) Sets the internationalization object for this component.