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