public static interface MenuBar.Command extends Serializable
MenuBar
class. It's method will fire when the user
clicks on the containing MenuBar.MenuItem
. The
selected item is given as an argument.Modifier and Type | Method and Description |
---|---|
void |
menuSelected(MenuBar.MenuItem selectedItem) |
void menuSelected(MenuBar.MenuItem selectedItem)
Copyright © 2019 Vaadin Ltd. All rights reserved.