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.sidenav.
Class SideNav.SideNavI18n
java.lang.Object
com.vaadin.flow.component.sidenav.SideNav.SideNavI18n
All Implemented Interfaces:
Enclosing class:
The internationalization properties for SideNav
.
See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe text announced by screen readers when focusing the button for toggling child items.
Sets the text announced by screen readers when focusing the button for toggling child items.
-
Constructor Details
-
SideNavI18n
public SideNavI18n()
-
-
Method Details
-
getToggle
The text announced by screen readers when focusing the button for toggling child items.
Returns:
the translated expression for toggling child items
-
setToggle
Sets the text announced by screen readers when focusing the button for toggling child items.
Parameters:
toggle
- the translated expression for toggling child itemsReturns:
this instance for method chaining
-