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 classVComboBox.SuggestionMenuThe 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 MenuBarMenuItem. getParentMenu()Deprecated.Gets the menu that contains this item.MenuBarMenuItem. 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 MenuItemMenuBar. 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.MenuItemMenuBar. addItem(String text, MenuBar popup)Deprecated.Adds a menu item to the bar, that will open the specified menu when it is selected.voidMenuItem. 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.
-