We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
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.