|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PopupMenu | |
|---|---|
| org.cafesip.gwtcomp.client.ui | This package contains the GWT components widgets. |
| Uses of PopupMenu in org.cafesip.gwtcomp.client.ui |
|---|
| Methods in org.cafesip.gwtcomp.client.ui that return PopupMenu | |
|---|---|
PopupMenu |
SuperTreeItem.getContextMenu()
Gets the context menu for this element. |
static PopupMenu |
PopupMenu.getRootMenu(PopupMenu menu)
Gets the root menu for a given popup menu. |
| Methods in org.cafesip.gwtcomp.client.ui with parameters of type PopupMenu | |
|---|---|
void |
PopupMenu.addMenuItem(Widget widget,
PopupMenu cascadedMenu)
Adds a child menu item that is a cascaded menu. |
static PopupMenu |
PopupMenu.getRootMenu(PopupMenu menu)
Gets the root menu for a given popup menu. |
void |
SuperTreeListener.onPopup(String level,
PopupMenu menu,
TreeItem[] treeItems)
This method is invoked just before a popup menu is popped up. |
void |
SuperTreeItem.setContextMenu(PopupMenu contextMenu)
Sets an item-specific context menu. |
void |
SuperTree.setContextMenu(String level,
PopupMenu contextMenu)
Sets the context menu for a given level. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||