Uses of Class
com.itmill.toolkit.terminal.gwt.client.ui.MenuItem

Packages that use MenuItem
com.itmill.toolkit.terminal.gwt.client.ui   
 

Uses of MenuItem in com.itmill.toolkit.terminal.gwt.client.ui
 

Methods in com.itmill.toolkit.terminal.gwt.client.ui that return MenuItem
 MenuItem MenuBar.addItem(String text, boolean asHTML, com.google.gwt.user.client.Command cmd)
          Deprecated. Adds a menu item to the bar, that will fire the given command when it is selected.
 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, com.google.gwt.user.client.Command cmd)
          Deprecated. Adds a menu item to the bar, that will fire the given command 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.
protected  MenuItem MenuBar.getSelectedItem()
          Deprecated. Returns the MenuItem that is currently selected (highlighted) by the user.
 

Methods in com.itmill.toolkit.terminal.gwt.client.ui with parameters of type MenuItem
 void MenuBar.addItem(MenuItem item)
          Deprecated. Adds a menu item to the bar.
 void MenuBar.removeItem(MenuItem item)
          Deprecated. Removes the specified menu item from the bar.
 



Copyright © 2000-2009 IT Mill Ltd. All Rights Reserved.