Uses of Class
com.vaadin.flow.component.combobox.MultiSelectComboBoxI18n
Packages that use MultiSelectComboBoxI18n
-
Uses of MultiSelectComboBoxI18n in com.vaadin.flow.component.combobox
Methods in com.vaadin.flow.component.combobox that return MultiSelectComboBoxI18nModifier and TypeMethodDescriptionMultiSelectComboBox.getI18n()
Gets the internationalization object previously set for this component.MultiSelectComboBoxI18n.setCleared
(String cleared) Sets the text that is announced by screen readers when the clear button is clicked.MultiSelectComboBoxI18n.setDeselected
(String deselected) Sets the text that is announced by screen readers when an item is removed from the selection.MultiSelectComboBoxI18n.setFocused
(String focused) Sets the text that is announced by screen readers when a chip is focused.MultiSelectComboBoxI18n.setRequiredErrorMessage
(String errorMessage) Sets the error message to display when the field is required but empty.MultiSelectComboBoxI18n.setSelected
(String selected) Sets the text that is announced by screen readers when an item is added to the selection.Sets the text that is announced by screen readers to inform about the total number of selected items.Methods in com.vaadin.flow.component.combobox with parameters of type MultiSelectComboBoxI18nModifier and TypeMethodDescriptionvoid
MultiSelectComboBox.setI18n
(MultiSelectComboBoxI18n i18n) Sets the internationalization object for this component.