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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
executeAction(I_CmsDialogContext context)
Executes this action.
-
-
-
Method Detail
-
executeAction
void executeAction(I_CmsDialogContext context)
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
-
-