Package com.vaadin.ui
Interface MenuBar.Command
-
- All Superinterfaces:
Serializable
- Enclosing class:
- MenuBar
public static interface MenuBar.Command extends Serializable
This interface contains the layer for menu commands of theMenuBar
class. It's method will fire when the user clicks on the containingMenuBar.MenuItem
. The selected item is given as an argument.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
menuSelected(MenuBar.MenuItem selectedItem)
-
-
-
Method Detail
-
menuSelected
void menuSelected(MenuBar.MenuItem selectedItem)
-
-