|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MenuBar.Command | |
|---|---|
| com.vaadin.ui | |
| Uses of MenuBar.Command in com.vaadin.ui |
|---|
| Methods in com.vaadin.ui that return MenuBar.Command | |
|---|---|
MenuBar.Command |
MenuBar.MenuItem.getCommand()
For the associated command. |
| Methods in com.vaadin.ui with parameters of type MenuBar.Command | |
|---|---|
MenuBar.MenuItem |
MenuBar.addItem(String caption,
MenuBar.Command command)
Add a new item to the menu bar. |
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.addItem(String caption,
Resource icon,
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.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 | |
|---|---|
MenuBar.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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||