Uses of Class
com.vaadin.flow.component.menubar.MenuBar.MenuBarI18n
-
-
Uses of MenuBar.MenuBarI18n in com.vaadin.flow.component.menubar
Methods in com.vaadin.flow.component.menubar that return MenuBar.MenuBarI18n Modifier and Type Method Description MenuBar.MenuBarI18nMenuBar. getI18n()Gets the internationalization object previously set for this component.MenuBar.MenuBarI18nMenuBar.MenuBarI18n. setMoreOptions(String moreOptions)Sets the text that is used on the overflow button to make it accessible.Methods in com.vaadin.flow.component.menubar with parameters of type MenuBar.MenuBarI18n Modifier and Type Method Description voidMenuBar. setI18n(MenuBar.MenuBarI18n i18n)Sets the internationalization properties for this component.
-