Package | Description |
---|---|
com.vaadin.contextmenu |
Modifier and Type | Method and Description |
---|---|
Menu.Command |
MenuItem.getCommand()
For the associated command.
|
Modifier and Type | Method and Description |
---|---|
MenuItem |
MenuItem.addItem(String caption,
Menu.Command command)
Add a new item inside this item, thus creating a sub-menu.
|
MenuItem |
MenuBar.addItem(String caption,
Menu.Command command) |
MenuItem |
Menu.addItem(String caption,
Menu.Command command)
Add a new item to the menu bar.
|
MenuItem |
ContextMenu.addItem(String caption,
Menu.Command command)
Delegates to AbstractMenu
|
MenuItem |
AbstractMenu.addItem(String caption,
Menu.Command command) |
MenuItem |
MenuItem.addItem(String caption,
com.vaadin.server.Resource icon,
Menu.Command command)
Add a new item inside this item, thus creating a sub-menu.
|
MenuItem |
MenuBar.addItem(String caption,
com.vaadin.server.Resource icon,
Menu.Command command) |
MenuItem |
Menu.addItem(String caption,
com.vaadin.server.Resource icon,
Menu.Command command)
Add a new item to the menu bar.
|
MenuItem |
ContextMenu.addItem(String caption,
com.vaadin.server.Resource icon,
Menu.Command command) |
MenuItem |
AbstractMenu.addItem(String caption,
com.vaadin.server.Resource icon,
Menu.Command command) |
MenuItem |
MenuItem.addItemBefore(String caption,
com.vaadin.server.Resource icon,
Menu.Command command,
MenuItem itemToAddBefore)
Add an item before some item.
|
MenuItem |
MenuBar.addItemBefore(String caption,
com.vaadin.server.Resource icon,
Menu.Command command,
MenuItem itemToAddBefore) |
MenuItem |
Menu.addItemBefore(String caption,
com.vaadin.server.Resource icon,
Menu.Command command,
MenuItem itemToAddBefore)
Add an item before some item.
|
MenuItem |
ContextMenu.addItemBefore(String caption,
com.vaadin.server.Resource icon,
Menu.Command command,
MenuItem itemToAddBefore) |
MenuItem |
AbstractMenu.addItemBefore(String caption,
com.vaadin.server.Resource icon,
Menu.Command command,
MenuItem itemToAddBefore) |
void |
MenuItem.setCommand(Menu.Command command)
Set the command for this item.
|
Copyright © 2017 Magnolia International Ltd.. All rights reserved.