Uses of Class
com.vaadin.client.ui.menubar.MenuItem
-
Packages that use MenuItem Package Description com.vaadin.client.ui.menubar -
-
Uses of MenuItem in com.vaadin.client.ui.menubar
Methods in com.vaadin.client.ui.menubar that return MenuItem Modifier and Type Method Description MenuItemMenuBar. addItem(String text, boolean asHTML, com.google.gwt.user.client.Command cmd)Deprecated.Adds a menu item to the bar, that will fire the given command when it is selected.MenuItemMenuBar. addItem(String text, boolean asHTML, MenuBar popup)Deprecated.Adds a menu item to the bar, that will open the specified menu when it is selected.MenuItemMenuBar. addItem(String text, com.google.gwt.user.client.Command cmd)Deprecated.Adds a menu item to the bar, that will fire the given command when it is selected.MenuItemMenuBar. addItem(String text, MenuBar popup)Deprecated.Adds a menu item to the bar, that will open the specified menu when it is selected.MenuItemMenuBar. getFirstItem()Deprecated.Gets the first item from the menu or null if no items.MenuItemMenuBar. getLastItem()Deprecated.Gest the last item from the menu or null if no items.MenuItemMenuBar. getSelectedItem()Deprecated.Returns theMenuItemthat is currently selected (highlighted) by the user.Methods in com.vaadin.client.ui.menubar that return types with arguments of type MenuItem Modifier and Type Method Description List<MenuItem>MenuBar. getItems()Deprecated.Returns a list containing theMenuItemobjects in the menu bar.Methods in com.vaadin.client.ui.menubar with parameters of type MenuItem Modifier and Type Method Description voidMenuBar. addItem(MenuItem item)Deprecated.Adds a menu item to the bar.protected voidMenuBar. doItemAction(MenuItem item, boolean fireCommand)Deprecated.Performs the action associated with the given menu item.voidMenuBar. removeItem(MenuItem item)Deprecated.Removes the specified menu item from the bar.voidMenuBar. selectItem(MenuItem item)Deprecated.Moves the selection to the given item and scrolls it into view.
-