Uses of Class
com.google.gwt.user.client.ui.MenuBar
-
Packages that use MenuBar Package Description 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 Modifier and Type Method Description MenuBarMenuItem. getParentMenu()Gets the menu that contains this item.MenuBarMenuItemSeparator. getParentMenu()Gets the menu that contains this item.MenuBarMenuItem. 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 MenuBar Modifier and Type Method Description MenuItemMenuBar. addItem(SafeHtml html, MenuBar popup)Adds a menu item to the bar, that will open the specified menu when it is selected.MenuItemMenuBar. 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.MenuItemMenuBar. 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) 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 MenuBar Constructor Description 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.
-