Interface | Description |
---|---|
I_CmsContextMenuAction |
Action to perform when a context menu item is clicked.
|
I_CmsContextMenuItem |
Interface for workplace context menu items.
|
I_CmsContextMenuItemProvider |
Interface for classes which provide context menu items.
|
I_CmsHasMenuItemVisibility |
Interface used to check menu item visibility for context menus.
|
Class | Description |
---|---|
A_CmsSimpleVisibilityCheck |
Abstract superclass for menu item visibility checks.
|
CmsBlockingLockCheck |
A wrapper context menu action which first checks whether the resources for which the action is executed have any children
locked by different users.
|
CmsContextMenuItemProviderGroup |
Class used to manage multiple context menu item providers through a single instance.
|
CmsContextMenuTreeBuilder |
Helper class for building context menus from the list of available context menu items.
|
CmsMenuItemVisibilitySingleOnly |
Decorator for menu item visibility classes which always returns INVISIBLE if more than one resource
is passed, but otherwise delegates the decision to its wrapped instance.
|
CmsStandardVisibilityCheck |
Standard visibility check implementation.
|
CmsSubmenu |
Menu item which acts only as a container for nested menu items.
|
Enum | Description |
---|---|
CmsVisibilityCheckFlag |
Flag to control which visibility checks should be performed by CmsStandardVisibilityCheck.
|