|
GWT 2.7.0 | |||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MenuBar | |
---|---|
com.google.gwt.user.client.ui | Widgets, Panels, and other user-interface classes. |
Uses of MenuBar in com.google.gwt.user.client.ui |
---|
Methods in com.google.gwt.user.client.ui that return MenuBar | |
---|---|
MenuBar |
MenuItemSeparator.getParentMenu()
Gets the menu that contains this item. |
MenuBar |
MenuItem.getParentMenu()
Gets the menu that contains this item. |
MenuBar |
MenuItem.getSubMenu()
Gets the sub-menu associated with this item. |
protected MenuBar |
SuggestBox.DefaultSuggestionDisplay.getSuggestionMenu()
Get the MenuBar used to display suggestions. |
Methods in com.google.gwt.user.client.ui with parameters of type MenuBar | |
---|---|
MenuItem |
MenuBar.addItem(SafeHtml html,
MenuBar popup)
Adds a menu item to the bar, that will open the specified menu when it is selected. |
MenuItem |
MenuBar.addItem(java.lang.String text,
boolean asHTML,
MenuBar popup)
Adds a menu item to the bar, that will open the specified menu when it is selected. |
MenuItem |
MenuBar.addItem(java.lang.String text,
MenuBar popup)
Adds a menu item to the bar, that will open the specified menu when it is selected. |
(package private) void |
MenuItemSeparator.setParentMenu(MenuBar parentMenu)
|
(package private) void |
MenuItem.setParentMenu(MenuBar parentMenu)
|
void |
MenuItem.setSubMenu(MenuBar subMenu)
Sets the sub-menu associated with this item. |
Constructors in com.google.gwt.user.client.ui with parameters of type MenuBar | |
---|---|
MenuItem(SafeHtml html,
MenuBar subMenu)
Constructs a new menu item that cascades to a sub-menu when it is selected. |
|
MenuItem(java.lang.String text,
boolean asHTML,
MenuBar subMenu)
Constructs a new menu item that cascades to a sub-menu when it is selected. |
|
MenuItem(java.lang.String text,
MenuBar subMenu)
Constructs a new menu item that cascades to a sub-menu when it is selected. |
|
GWT 2.7.0 | |||||||
PREV NEXT | FRAMES NO FRAMES |