MultiSelectComboBoxI18n |
MultiSelectComboBox.getI18n() |
Gets the internationalization object previously set for this component.
|
MultiSelectComboBoxI18n |
MultiSelectComboBoxI18n.setCleared(String cleared) |
Sets the text that is announced by screen readers when the clear button
is clicked.
|
MultiSelectComboBoxI18n |
MultiSelectComboBoxI18n.setDeselected(String deselected) |
Sets the text that is announced by screen readers when an item is removed
from the selection.
|
MultiSelectComboBoxI18n |
MultiSelectComboBoxI18n.setFocused(String focused) |
Sets the text that is announced by screen readers when a chip is focused.
|
MultiSelectComboBoxI18n |
MultiSelectComboBoxI18n.setSelected(String selected) |
Sets the text that is announced by screen readers when an item is added
to the selection.
|
MultiSelectComboBoxI18n |
MultiSelectComboBoxI18n.setTotal(String total) |
Sets the text that is announced by screen readers to inform about the
total number of selected items.
|