Class ToolbarLayout.ToolbarLayoutI18n

java.lang.Object
org.vaadin.addons.componentfactory.toolbarlayout.ToolbarLayout.ToolbarLayoutI18n
All Implemented Interfaces:
Serializable
Enclosing class:
ToolbarLayout

public static class ToolbarLayout.ToolbarLayoutI18n extends Object implements Serializable
The internationalization properties for ToolbarLayout
See Also:
  • Constructor Details

    • ToolbarLayoutI18n

      public ToolbarLayoutI18n()
  • Method Details

    • getMoreOptions

      public String getMoreOptions()
      Gets the accessible name of the default overflow button.
      Returns:
      the overflow button aria-label
    • setMoreOptions

      public ToolbarLayout.ToolbarLayoutI18n setMoreOptions(String moreOptions)
      Sets the accessible name of the default overflow button.

      This does not apply to a custom button set with ToolbarLayout.setOverflowButton(Button).

      Parameters:
      moreOptions - the overflow button aria-label
      Returns:
      this instance for method chaining
    • getOverflowMenu

      public String getOverflowMenu()
      Gets the accessible name of the popup holding the overflowed items.
      Returns:
      the overflow popup aria-label
    • setOverflowMenu

      public ToolbarLayout.ToolbarLayoutI18n setOverflowMenu(String overflowMenu)
      Sets the accessible name of the popup holding the overflowed items.
      Parameters:
      overflowMenu - the overflow popup aria-label
      Returns:
      this instance for method chaining