Class CmsAbout
java.lang.Object
org.opencms.gwt.client.ui.contextmenu.CmsAbout
- All Implemented Interfaces:
I_CmsContextMenuCommand,I_CmsHasContextMenuCommand
Dialog used to display the "About" information in an iframe.
-
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_CmsContextMenuCommandCreates a new context menu command.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.static voidShows the OpenCms about dialog.
-
Constructor Details
-
CmsAbout
public CmsAbout()
-
-
Method Details
-
getContextMenuCommand
Creates a new context menu command.- Returns:
- the context menu command created
-
showAbout
Shows the OpenCms about dialog. -
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:
-