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 for MenuBar
See Also:
  • Constructor Details

    • MenuBarI18n

      public MenuBarI18n()
  • Method Details

    • 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