Uses of Class
com.vaadin.client.ui.menubar.MenuBar
-
Packages that use MenuBar Package Description com.vaadin.client.ui com.vaadin.client.ui.menubar -
-
Uses of MenuBar in com.vaadin.client.ui
Subclasses of MenuBar in com.vaadin.client.ui Modifier and Type Class Description class
VFilterSelect.SuggestionMenu
The menu where the suggestions are rendered -
Uses of MenuBar in com.vaadin.client.ui.menubar
Methods in com.vaadin.client.ui.menubar that return MenuBar Modifier and Type Method Description MenuBar
MenuItem. getParentMenu()
Deprecated.Gets the menu that contains this item.MenuBar
MenuItem. getSubMenu()
Deprecated.Gets the sub-menu associated with this item.Methods in com.vaadin.client.ui.menubar with parameters of type MenuBar Modifier and Type Method Description MenuItem
MenuBar. addItem(String text, boolean asHTML, MenuBar popup)
Deprecated.Adds a menu item to the bar, that will open the specified menu when it is selected.MenuItem
MenuBar. addItem(String text, MenuBar popup)
Deprecated.Adds a menu item to the bar, that will open the specified menu when it is selected.void
MenuItem. setSubMenu(MenuBar subMenu)
Deprecated.Sets the sub-menu associated with this item.Constructors in com.vaadin.client.ui.menubar with parameters of type MenuBar Constructor Description MenuItem(String text, boolean asHTML, MenuBar subMenu)
Deprecated.Constructs a new menu item that cascades to a sub-menu when it is selected.MenuItem(String text, MenuBar subMenu)
Deprecated.Constructs a new menu item that cascades to a sub-menu when it is selected.
-