Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
com.vaadin.flow.component.sidenav.SideNav.SideNavI18n
Packages that use
SideNav.SideNavI18n
Package
Description
com.vaadin.flow.component.sidenav
Uses of
SideNav.SideNavI18n
in
com.vaadin.flow.component.sidenav
Methods in
com.vaadin.flow.component.sidenav
that return
SideNav.SideNavI18n
Modifier and Type
Method
Description
SideNav.SideNavI18n
SideNav.
getI18n
()
Gets the internationalization object previously set for this component.
SideNav.SideNavI18n
SideNav.SideNavI18n.
setToggle
(
String
toggle)
Sets the text announced by screen readers when focusing the button for toggling child items.
Methods in
com.vaadin.flow.component.sidenav
with parameters of type
SideNav.SideNavI18n
Modifier and Type
Method
Description
void
SideNav.
setI18n
(
SideNav.SideNavI18n
i18n)
Updates the i18n settings in the web component.