Class MenuBar.MenuBarI18n
- java.lang.Object
-
- com.vaadin.flow.component.menubar.MenuBar.MenuBarI18n
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- MenuBar
public static class MenuBar.MenuBarI18n extends Object implements Serializable
The internationalization properties forMenuBar- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MenuBarI18n()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMoreOptions()Gets the text that is used on the overflow button to make it accessible.MenuBar.MenuBarI18nsetMoreOptions(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-label- Returns:
- this instance for method chaining
-
-