Class MenuBar.MenuBarI18n
java.lang.Object
com.vaadin.flow.component.menubar.MenuBar.MenuBarI18n
- All Implemented Interfaces:
Serializable
- Enclosing class:
- MenuBar
The internationalization properties for
MenuBar
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the text that is used on the overflow button to make it accessible.setMoreOptions
(String moreOptions) Sets the text that is used on the overflow button to make it accessible.
-
Constructor Details
-
MenuBarI18n
public MenuBarI18n()
-
-
Method Details
-
getMoreOptions
Gets the text that is used on the overflow button to make it accessible.- Returns:
- the overflow button aria-label
-
setMoreOptions
Sets the text that is used on the overflow button to make it accessible.- Parameters:
moreOptions
- the overflow button aria-label- Returns:
- this instance for method chaining
-