We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.flow.component.applayout.
Class AppLayout.AppLayoutI18n
java.lang.Object
com.vaadin.flow.component.applayout.AppLayout.AppLayoutI18n
All Implemented Interfaces:
Enclosing class:
The internationalization properties for AppLayout
See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the text for the `aria-label` attribute on the drawer.
Sets the text for the `aria-label` attribute on the drawer.
-
Constructor Details
-
AppLayoutI18n
public AppLayoutI18n()
-
-
Method Details
-
getDrawer
Gets the text for the `aria-label` attribute on the drawer.
Returns:
the drawer aria-label
-
setDrawer
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-labelReturns:
this instance for method chaining
-