Class ToolbarLayout.ToolbarLayoutI18n
java.lang.Object
org.vaadin.addons.componentfactory.toolbarlayout.ToolbarLayout.ToolbarLayoutI18n
- All Implemented Interfaces:
Serializable
- Enclosing class:
ToolbarLayout
The internationalization properties for
ToolbarLayout- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the accessible name of the default overflow button.Gets the accessible name of the popup holding the overflowed items.setMoreOptions(String moreOptions) Sets the accessible name of the default overflow button.setOverflowMenu(String overflowMenu) Sets the accessible name of the popup holding the overflowed items.
-
Constructor Details
-
ToolbarLayoutI18n
public ToolbarLayoutI18n()
-
-
Method Details
-
getMoreOptions
Gets the accessible name of the default overflow button.- Returns:
- the overflow button aria-label
-
setMoreOptions
Sets the accessible name of the default overflow button.This does not apply to a custom button set with
ToolbarLayout.setOverflowButton(Button).- Parameters:
moreOptions- the overflow button aria-label- Returns:
- this instance for method chaining
-
getOverflowMenu
Gets the accessible name of the popup holding the overflowed items.- Returns:
- the overflow popup aria-label
-
setOverflowMenu
Sets the accessible name of the popup holding the overflowed items.- Parameters:
overflowMenu- the overflow popup aria-label- Returns:
- this instance for method chaining
-