限定符和类型 | 方法和说明 |
---|---|
java.util.Map<java.lang.String,I_CmsContextMenuCommand> |
CmsContainerpageEditor.getContextMenuCommands()
Returns the available context menu commands as a map by class name.
|
java.util.Map<java.lang.String,I_CmsContextMenuCommand> |
CmsContainerpageHandler.getContextMenuCommands() |
限定符和类型 | 方法和说明 |
---|---|
java.util.Map<java.lang.String,I_CmsContextMenuCommand> |
CmsDirectEditToolbarHandler.getContextMenuCommands() |
限定符和类型 | 类和说明 |
---|---|
class |
CmsAliasDialog
The alias dialog context menu command.
|
class |
CmsGoToParentAction
Context menu entry for the 'Go to parent sitemap' action.
|
class |
CmsRefreshAction
Context menu entry for the 'Refresh' action.
|
限定符和类型 | 方法和说明 |
---|---|
static I_CmsContextMenuCommand |
CmsAliasDialog.getContextMenuCommand()
Returns the context menu command according to
I_CmsHasContextMenuCommand . |
static I_CmsContextMenuCommand |
CmsRefreshAction.getContextMenuCommand()
Returns the context menu command according to
I_CmsHasContextMenuCommand . |
static I_CmsContextMenuCommand |
CmsGoToParentAction.getContextMenuCommand()
Returns the context menu command according to
I_CmsHasContextMenuCommand . |
限定符和类型 | 方法和说明 |
---|---|
java.util.Map<java.lang.String,I_CmsContextMenuCommand> |
CmsSitemapToolbarHandler.getContextMenuCommands() |
限定符和类型 | 类和说明 |
---|---|
class |
CmsCategories
Context menu entry for the 'Assign Categories' dialog.
|
class |
CmsContextMenuDialog
A context menu entry command to open any dialog within an iFrame.
|
class |
CmsDeleteResource
The delete resource context menu command.
|
class |
CmsEditFile
A context menu command for editing an XML content.
|
class |
CmsLockReport
The lock report context menu command.
|
class |
CmsOpenSeoDialog
The context menu command to open the SEO dialog from the container page editor.
|
class |
CmsRename
Context menu entry for the 'Rename' dialog.
|
class |
CmsResourceInfo
Context menu entry for displaying resource information.
|
class |
CmsRestore
Context menu entry for the 'Rename' dialog.
|
限定符和类型 | 方法和说明 |
---|---|
static I_CmsContextMenuCommand |
CmsDeleteResource.getContextMenuCommand()
Returns the context menu command according to
I_CmsHasContextMenuCommand . |
static I_CmsContextMenuCommand |
CmsRename.getContextMenuCommand()
Returns the context menu command according to
I_CmsHasContextMenuCommand . |
static I_CmsContextMenuCommand |
CmsAvailabilityDialog.getContextMenuCommand()
Returns the context menu command according to
I_CmsHasContextMenuCommand . |
static I_CmsContextMenuCommand |
CmsResourceInfo.getContextMenuCommand()
Gets the context menu command instance.
|
static I_CmsContextMenuCommand |
CmsCategories.getContextMenuCommand()
Returns the context menu command according to
I_CmsHasContextMenuCommand . |
static I_CmsContextMenuCommand |
CmsShowWorkplace.getContextMenuCommand()
Returns the context menu command according to
I_CmsHasContextMenuCommand . |
static I_CmsContextMenuCommand |
CmsOpenSeoDialog.getContextMenuCommand()
Returns the context menu command according to
I_CmsHasContextMenuCommand . |
static I_CmsContextMenuCommand |
CmsReplace.getContextMenuCommand()
Returns the context menu command according to
I_CmsHasContextMenuCommand . |
static I_CmsContextMenuCommand |
CmsRestore.getContextMenuCommand()
Returns the context menu command according to
I_CmsHasContextMenuCommand . |
static I_CmsContextMenuCommand |
CmsLogout.getContextMenuCommand()
Returns the context menu command according to
I_CmsHasContextMenuCommand . |
static I_CmsContextMenuCommand |
CmsContextMenuDialog.getContextMenuCommand()
Returns the context menu command according to
I_CmsHasContextMenuCommand . |
static I_CmsContextMenuCommand |
CmsEditFile.getContextMenuCommand()
Returns the context menu command according to
I_CmsHasContextMenuCommand . |
static I_CmsContextMenuCommand |
CmsEditProperties.getContextMenuCommand()
Returns the context menu command according to
I_CmsHasContextMenuCommand . |
static I_CmsContextMenuCommand |
CmsLockReport.getContextMenuCommand()
Returns the context menu command according to
I_CmsHasContextMenuCommand . |
限定符和类型 | 方法和说明 |
---|---|
java.util.Map<java.lang.String,I_CmsContextMenuCommand> |
CmsContextMenuHandler.getContextMenuCommands() |
java.util.Map<java.lang.String,I_CmsContextMenuCommand> |
I_CmsContextMenuHandler.getContextMenuCommands()
Returns the available context menu commands as a map by class name.
|
java.util.Map<java.lang.String,I_CmsContextMenuCommand> |
I_CmsContextMenuCommandInitializer.initCommands()
The method which, when called, should initialize all classes implementing the
I_CmsHasContextMenuCommand interface. |
限定符和类型 | 方法和说明 |
---|---|
void |
CmsContextMenuEntry.setMenuCommand(I_CmsContextMenuCommand command)
Sets the command.
|
构造器和说明 |
---|
CmsContextMenuEntry(I_CmsContextMenuHandler handler,
CmsUUID structureId,
I_CmsContextMenuCommand menuCommand)
Constructor.
|