Package org.opencms.ui.contextmenu
Interface I_CmsContextMenuAction
- All Known Subinterfaces:
I_CmsContextMenuItem
- All Known Implementing Classes:
CmsBlockingLockCheck
,CmsContextMenuActionItem
,CmsSubmenu
public interface I_CmsContextMenuAction
Action to perform when a context menu item is clicked.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
executeAction
(I_CmsDialogContext context) Executes this action.
-
Method Details
-
executeAction
Executes this action.- Parameters:
context
- a context object which provides both a CmsObject as well as information about the context in which the menu item was selected
-