Uses of Class
com.vaadin.terminal.gwt.client.ui.menubar.MenuBar

Packages that use MenuBar
com.vaadin.terminal.gwt.client.ui.combobox   
com.vaadin.terminal.gwt.client.ui.menubar   
 

Uses of MenuBar in com.vaadin.terminal.gwt.client.ui.combobox
 

Subclasses of MenuBar in com.vaadin.terminal.gwt.client.ui.combobox
 class VFilterSelect.SuggestionMenu
          The menu where the suggestions are rendered
 

Uses of MenuBar in com.vaadin.terminal.gwt.client.ui.menubar
 

Methods in com.vaadin.terminal.gwt.client.ui.menubar that return MenuBar
 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.terminal.gwt.client.ui.menubar with parameters of type MenuBar
 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.terminal.gwt.client.ui.menubar with parameters of type MenuBar
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.
 



Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.