Class CmsGoToParentAction
java.lang.Object
org.opencms.ade.sitemap.client.toolbar.CmsGoToParentAction
- All Implemented Interfaces:
I_CmsDisableable,I_CmsContextMenuCommand,I_CmsHasContextMenuCommand
public class CmsGoToParentAction
extends Object
implements I_CmsHasContextMenuCommand, I_CmsContextMenuCommand, I_CmsDisableable
Context menu entry for the 'Go to parent sitemap' action.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(org.opencms.util.CmsUUID structureId, I_CmsContextMenuHandler handler, org.opencms.gwt.shared.CmsContextMenuEntryBean bean) Executed on context menu item click.static I_CmsContextMenuCommandReturns the context menu command according toI_CmsHasContextMenuCommand.getItemWidget(org.opencms.util.CmsUUID structureId, I_CmsContextMenuHandler handler, org.opencms.gwt.shared.CmsContextMenuEntryBean bean) Returns the special menu item widget for this command.booleanReturns if this command provides it's own menu item widget.booleanTrue if this GUI element is disabled.
-
Constructor Details
-
CmsGoToParentAction
public CmsGoToParentAction()
-
-
Method Details
-
getContextMenuCommand
Returns the context menu command according toI_CmsHasContextMenuCommand.- Returns:
- the context menu command
-
hasItemWidget
Description copied from interface:I_CmsContextMenuCommandReturns if this command provides it's own menu item widget.- Specified by:
hasItemWidgetin interfaceI_CmsContextMenuCommand- Returns:
trueif this command provides it's own menu item widget- See Also:
-
isDisabled
Description copied from interface:I_CmsDisableableTrue if this GUI element is disabled.- Specified by:
isDisabledin interfaceI_CmsDisableable- Returns:
- true if this GUI element is disabled
- See Also:
-