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:
public static class AppLayout.AppLayoutI18n extends Object implements Serializable
The internationalization properties for
AppLayout
See Also:
-
-
Constructor Summary
Constructors Constructor Description AppLayoutI18n()
-
Method Summary
All Methods Modifier and Type Method Description String
getDrawer()
Gets the text for the `aria-label` attribute on the drawer.
AppLayout.AppLayoutI18n
setDrawer(String drawer)
Sets the text for the `aria-label` attribute on the drawer.
-
-
-
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-labelReturns:
this instance for method chaining
-
-