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.
com.vaadin.flow.component.menubar.
Class MenuBar.MenuBarI18n
java.lang.Object
com.vaadin.flow.component.menubar.MenuBar.MenuBarI18n
All Implemented Interfaces:
Enclosing class:
The internationalization properties for MenuBar
See Also:
-
Constructor Summary
Constructors -
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-labelReturns:
this instance for method chaining
-