com.vaadin.flow.component.sidenav.

Class SideNav.SideNavI18n

java.lang.Object
com.vaadin.flow.component.sidenav.SideNav.SideNavI18n

All Implemented Interfaces:

Serializable

Enclosing class:

SideNav

public static class SideNav.SideNavI18n extends Object implements Serializable

The internationalization properties for SideNav.

See Also:

  • Constructor Details

    • SideNavI18n

      public SideNavI18n()
  • Method Details

    • getToggle

      public String getToggle()

      The text announced by screen readers when focusing the button for toggling child items.

      Returns:

      the translated expression for toggling child items

    • setToggle

      public SideNav.SideNavI18n setToggle(String toggle)

      Sets the text announced by screen readers when focusing the button for toggling child items.

      Parameters:

      toggle - the translated expression for toggling child items

      Returns:

      this instance for method chaining