Package ch.tocco.nice2.model.menu.impl
Interface ActionMenuItem
- All Superinterfaces:
MenuItem
- All Known Implementing Classes:
ActionMenuItemImpl
This menu item holds additionally the path to the action that is
to be executed.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setEndpoint
(String endpoint) void
setFullscreen
(boolean fullscreen) void
void
setRunInBackgroundTask
(boolean runInBackgroundTask) Methods inherited from interface ch.tocco.nice2.model.menu.api.MenuItem
appendChildren, findChildByName, getChildren, getExtIcon, getLabel, getMenuType, getName, getParent, getPath, getPosition, getProperties, getReactIcon, getType, isNewClientDisabled, isOldClientDisabled, setChildren, setExtIcon, setLabel, setMenuType, setName, setNewClientDisabled, setOldClientDisabled, setParent, setPosition, setReactIcon, writeProperties
-
Method Details
-
setPath
-
setFullscreen
void setFullscreen(boolean fullscreen) -
setEndpoint
-
setRunInBackgroundTask
void setRunInBackgroundTask(boolean runInBackgroundTask)
-