Class CmsShowPage
java.lang.Object
org.opencms.gwt.client.ui.contextmenu.CmsShowPage
- All Implemented Interfaces:
I_CmsContextMenuCommand,I_CmsHasContextMenuCommand
public class CmsShowPage
extends Object
implements I_CmsHasContextMenuCommand, I_CmsContextMenuCommand
Context menu entry to show a container page.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(org.opencms.util.CmsUUID structureId) Execute method for use outside of the context menu.voidexecute(org.opencms.util.CmsUUID structureId, I_CmsContextMenuHandler handler, org.opencms.gwt.shared.CmsContextMenuEntryBean bean) Executed on context menu item click.static I_CmsContextMenuCommandGets the context menu command instance.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.
-
Constructor Details
-
CmsShowPage
public CmsShowPage()
-
-
Method Details
-
getContextMenuCommand
Gets the context menu command instance.- Returns:
- the context menu command instance
-
execute
Execute method for use outside of the context menu.- Parameters:
structureId- the structure id to open
-
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:
-