Uses of Class
com.vaadin.client.ui.menubar.MenuItem

Packages that use MenuItem
com.vaadin.client.ui   
com.vaadin.client.ui.menubar   
 

Uses of MenuItem in com.vaadin.client.ui
 

Methods in com.vaadin.client.ui with parameters of type MenuItem
 void VFilterSelect.SuggestionMenu.setKeyboardSelectedItem(MenuItem firstItem)
           
 

Uses of MenuItem in com.vaadin.client.ui.menubar
 

Methods in com.vaadin.client.ui.menubar that return MenuItem
 MenuItem MenuBar.addItem(java.lang.String text, boolean asHTML, Command cmd)
          Deprecated. Adds a menu item to the bar, that will fire the given command when it is selected.
 MenuItem MenuBar.addItem(java.lang.String text, Command cmd)
          Deprecated. Adds a menu item to the bar, that will fire the given command when it is selected.
 MenuItem MenuBar.getSelectedItem()
          Deprecated. Returns the MenuItem that is currently selected (highlighted) by the user.
 

Methods in com.vaadin.client.ui.menubar that return types with arguments of type MenuItem
 java.util.List<MenuItem> MenuBar.getItems()
          Deprecated. Returns a list containing the MenuItem objects in the menu bar.
 

Methods in com.vaadin.client.ui.menubar with parameters of type MenuItem
 void MenuBar.addItem(MenuItem item)
          Deprecated. Adds a menu item to the bar.
protected  void MenuBar.doItemAction(MenuItem item, boolean fireCommand)
          Deprecated.  
 void MenuBar.removeItem(MenuItem item)
          Deprecated. Removes the specified menu item from the bar.
 void MenuBar.selectItem(MenuItem item)
          Deprecated.  
 



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