Uses of Class
org.xwiki.gwt.user.client.ui.MenuItem

Packages that use MenuItem
org.xwiki.gwt.user.client.ui   
 

Uses of MenuItem in org.xwiki.gwt.user.client.ui
 

Methods in org.xwiki.gwt.user.client.ui that return MenuItem
 MenuItem MenuBar.getItem(int index)
           
protected  MenuItem MenuBar.xFindItem(Element target)
          Finds the menu item containing the given element, which is the target of a DOM event.
NOTE: This is a hack required because #findItem(Element) is private.
 

Methods in org.xwiki.gwt.user.client.ui with parameters of type MenuItem
 void MenuListenerCollection.fireMenuItemSelected(MenuItem menuItem)
          Notifies all the listeners in this collection.
 void MenuListener.onMenuItemSelected(MenuItem menuItem)
          Notifies that the given menu item has been selected.
protected  void MenuBar.xItemOver(MenuItem item, boolean focus)
          Called when a menu item is being hovered.
NOTE: This is a hack required because #itemOver(MenuItem, boolean) is package-protected.
 



Copyright © 2004-2010 XWiki. All Rights Reserved.