Class AppLayout.AppLayoutI18n

java.lang.Object
com.vaadin.flow.component.applayout.AppLayout.AppLayoutI18n
All Implemented Interfaces:
Serializable
Enclosing class:
AppLayout

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

    • AppLayoutI18n

      public AppLayoutI18n()
  • Method Details

    • getDrawer

      public String getDrawer()
      Gets the text for the `aria-label` attribute on the drawer.
      Returns:
      the drawer aria-label
    • setDrawer

      public AppLayout.AppLayoutI18n setDrawer(String drawer)
      Sets the text for the `aria-label` attribute on the drawer. The attribute is set when the drawer is in the overlay mode and announced once the drawer is opened.
      Parameters:
      drawer - the drawer aria-label
      Returns:
      this instance for method chaining