Uses of Class
com.storedobject.vaadin.MenuBarItem
Packages that use MenuBarItem
-
Uses of MenuBarItem in com.storedobject.vaadin
Subclasses of MenuBarItem in com.storedobject.vaadinModifier and TypeClassDescriptionclassThis component provides the same functionality of Vaadin'sMenuBar.Methods in com.storedobject.vaadin that return MenuBarItemModifier and TypeMethodDescriptionMenuBar.addMenuItem(com.vaadin.flow.component.Component component) MenuBar.addMenuItem(com.vaadin.flow.component.Component component, ClickHandler clickHandler) MenuBar.addMenuItem(String caption) MenuBar.addMenuItem(String caption, ClickHandler clickHandler) abstract MenuBarItemMenuBarItem.addMenuItem(com.vaadin.flow.component.Component component) Add a menu so that a sub-menu can be created under that.abstract MenuBarItemMenuBarItem.addMenuItem(com.vaadin.flow.component.Component component, ClickHandler clickHandler) Add a menu with its click-handler.abstract MenuBarItemMenuBarItem.addMenuItem(String caption) Add a menu so that a sub-menu can be created under that.abstract MenuBarItemMenuBarItem.addMenuItem(String caption, ClickHandler clickHandler) Add a menu with its click-handler.Methods in com.storedobject.vaadin with parameters of type MenuBarItemModifier and TypeMethodDescriptionvoidMenuBar.remove(MenuBarItem... items) Removes the given menu items from this menu bar.abstract voidMenuBarItem.remove(MenuBarItem... items) Removes the given menu items from this.