Interface MenuItemCommand
-
- All Superinterfaces:
HasEnabledStateChangeListeners,MenuItem,Resource,RuntimeFeatureResource,RuntimeResource
@JsType public interface MenuItemCommand extends MenuItem
A menu item that invokes a particularCommandwhen it is clicked.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommandgetCommand()-
Methods inherited from interface org.uberfire.workbench.model.menu.HasEnabledStateChangeListeners
addEnabledStateChangeListener
-
Methods inherited from interface org.uberfire.workbench.model.menu.MenuItem
accept, getCaption, getContributionPoint, getOrder, getPermissions, getPosition, getResourceActions, isEnabled, setEnabled
-
Methods inherited from interface org.uberfire.security.Resource
getDependencies, getIdentifier, getResourceType, isType
-
-
-
-
Method Detail
-
getCommand
Command getCommand()
- Returns:
- the command
-
-