Uses of Class
com.google.gwt.user.client.ui.MenuBar
Package
Description
Widgets, Panels, and other user-interface classes.
-
Uses of MenuBar in com.google.gwt.user.client.ui
Modifier and TypeMethodDescriptionMenuItem.getParentMenu()
Gets the menu that contains this item.MenuItemSeparator.getParentMenu()
Gets the menu that contains this item.MenuItem.getSubMenu()
Gets the sub-menu associated with this item.protected MenuBar
SuggestBox.DefaultSuggestionDisplay.getSuggestionMenu()
Get theMenuBar
used to display suggestions.Modifier and TypeMethodDescriptionAdds a menu item to the bar, that will open the specified menu when it is selected.Adds a menu item to the bar, that will open the specified menu when it is selected.Adds a menu item to the bar, that will open the specified menu when it is selected.(package private) void
MenuItem.setParentMenu
(MenuBar parentMenu) (package private) void
MenuItemSeparator.setParentMenu
(MenuBar parentMenu) void
MenuItem.setSubMenu
(MenuBar subMenu) Sets the sub-menu associated with this item.ModifierConstructorDescriptionConstructs a new menu item that cascades to a sub-menu when it is selected.Constructs a new menu item that cascades to a sub-menu when it is selected.Constructs a new menu item that cascades to a sub-menu when it is selected.