Uses of Interface
com.vaadin.ui.MenuBar.Command
-
Packages that use MenuBar.Command Package Description com.vaadin.ui -
-
Uses of MenuBar.Command in com.vaadin.ui
Methods in com.vaadin.ui that return MenuBar.Command Modifier and Type Method Description MenuBar.CommandMenuBar.MenuItem. getCommand()For the associated command.Methods in com.vaadin.ui with parameters of type MenuBar.Command Modifier and Type Method Description MenuBar.MenuItemMenuBar. addItem(String caption, Resource icon, MenuBar.Command command)Add a new item to the menu bar.MenuBar.MenuItemMenuBar. addItem(String caption, MenuBar.Command command)Add a new item to the menu bar.MenuBar.MenuItemMenuBar.MenuItem. addItem(String caption, Resource icon, MenuBar.Command command)Add a new item inside this item, thus creating a sub-menu.MenuBar.MenuItemMenuBar.MenuItem. addItem(String caption, MenuBar.Command command)Add a new item inside this item, thus creating a sub-menu.MenuBar.MenuItemMenuBar. addItemBefore(String caption, Resource icon, MenuBar.Command command, MenuBar.MenuItem itemToAddBefore)Add an item before some item.MenuBar.MenuItemMenuBar.MenuItem. addItemBefore(String caption, Resource icon, MenuBar.Command command, MenuBar.MenuItem itemToAddBefore)Add an item before some item.voidMenuBar.MenuItem. setCommand(MenuBar.Command command)Set the command for this item.Constructors in com.vaadin.ui with parameters of type MenuBar.Command Constructor Description MenuItem(String caption, Resource icon, MenuBar.Command command)Constructs a new menu item that can optionally have an icon and a command associated with it.
-