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:
public static class MenuBar.MenuBarI18n extends Object implements Serializable
The internationalization properties for
MenuBar
See Also:
-
-
Constructor Summary
Constructors Constructor Description MenuBarI18n()
-
Method Summary
All Methods Modifier and Type Method Description String
getMoreOptions()
Gets the text that is used on the overflow button to make it accessible.
MenuBar.MenuBarI18n
setMoreOptions​(String moreOptions)
Sets the text that is used on the overflow button to make it accessible.
-
-
-
Method Detail
-
getMoreOptions
public String getMoreOptions()
Gets the text that is used on the overflow button to make it accessible.
Returns:
the overflow button aria-label
-
setMoreOptions
public MenuBar.MenuBarI18n setMoreOptions​(String moreOptions)
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
-
-