Class AppLayout.AppLayoutI18n

    • Constructor Detail

      • AppLayoutI18n

        public AppLayoutI18n()
    • Method Detail

      • 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