Uses of Class
com.vaadin.flow.component.applayout.AppLayout.AppLayoutI18n
-
-
Uses of AppLayout.AppLayoutI18n in com.vaadin.flow.component.applayout
Methods in com.vaadin.flow.component.applayout that return AppLayout.AppLayoutI18n Modifier and Type Method Description AppLayout.AppLayoutI18nAppLayout. getI18n()Gets the internationalization object previously set for this component.AppLayout.AppLayoutI18nAppLayout.AppLayoutI18n. setDrawer(String drawer)Sets the text for the `aria-label` attribute on the drawer.Methods in com.vaadin.flow.component.applayout with parameters of type AppLayout.AppLayoutI18n Modifier and Type Method Description voidAppLayout. setI18n(AppLayout.AppLayoutI18n i18n)Sets the internationalization properties for this component.
-