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.Command
MenuBar.MenuItem. getCommand()
For the associated command.Methods in com.vaadin.ui with parameters of type MenuBar.Command Modifier and Type Method Description MenuBar.MenuItem
MenuBar. addItem(String caption, Resource icon, MenuBar.Command command)
Add a new item to the menu bar.MenuBar.MenuItem
MenuBar. addItem(String caption, MenuBar.Command command)
Add a new item to the menu bar.MenuBar.MenuItem
MenuBar.MenuItem. addItem(String caption, Resource icon, MenuBar.Command command)
Add a new item inside this item, thus creating a sub-menu.MenuBar.MenuItem
MenuBar.MenuItem. addItem(String caption, MenuBar.Command command)
Add a new item inside this item, thus creating a sub-menu.MenuBar.MenuItem
MenuBar. addItemBefore(String caption, Resource icon, MenuBar.Command command, MenuBar.MenuItem itemToAddBefore)
Add an item before some item.MenuBar.MenuItem
MenuBar.MenuItem. addItemBefore(String caption, Resource icon, MenuBar.Command command, MenuBar.MenuItem itemToAddBefore)
Add an item before some item.void
MenuBar.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.
-