Uses of Class
com.google.gwt.user.client.ui.MenuBar
Packages that use MenuBar
Package
Description
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 MenuBarModifier 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 MenuBarSuggestBox.DefaultSuggestionDisplay.getSuggestionMenu()Get theMenuBarused to display suggestions.Methods in com.google.gwt.user.client.ui with parameters of type MenuBarModifier 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) voidMenuItem.setParentMenu(MenuBar parentMenu) (package private) voidMenuItemSeparator.setParentMenu(MenuBar parentMenu) voidMenuItem.setSubMenu(MenuBar subMenu) Sets the sub-menu associated with this item.Constructors in com.google.gwt.user.client.ui with parameters of type MenuBarModifierConstructorDescriptionConstructs 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.