Uses of Class
org.vaadin.addons.componentfactory.toolbarlayout.ToolbarLayout.ToolbarLayoutI18n
-
Uses of ToolbarLayout.ToolbarLayoutI18n in org.vaadin.addons.componentfactory.toolbarlayout
Methods in org.vaadin.addons.componentfactory.toolbarlayout that return ToolbarLayout.ToolbarLayoutI18nModifier and TypeMethodDescriptionToolbarLayout.getI18n()Gets the internationalization object previously set for this component.ToolbarLayout.ToolbarLayoutI18n.setMoreOptions(String moreOptions) Sets the accessible name of the default overflow button.ToolbarLayout.ToolbarLayoutI18n.setOverflowMenu(String overflowMenu) Sets the accessible name of the popup holding the overflowed items.Methods in org.vaadin.addons.componentfactory.toolbarlayout with parameters of type ToolbarLayout.ToolbarLayoutI18nModifier and TypeMethodDescriptionvoidToolbarLayout.setI18n(ToolbarLayout.ToolbarLayoutI18n i18n) Sets the internationalization object for this component.