Class SideNav.SideNavI18n
java.lang.Object
com.vaadin.flow.component.sidenav.SideNav.SideNavI18n
- All Implemented Interfaces:
Serializable
- Enclosing class:
- SideNav
The internationalization properties for
SideNav
.- See Also:
-
Constructor Summary
-
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 items- Returns:
- this instance for method chaining
-