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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(org.opencms.util.CmsUUID structureId, I_CmsContextMenuHandler handler, org.opencms.gwt.shared.CmsContextMenuEntryBean bean) Executed on context menu item click.static I_CmsContextMenuCommand
Creates 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.boolean
Returns if this command provides it's own menu item widget.static void
Shows 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_CmsContextMenuCommand
Returns if this command provides it's own menu item widget.- Specified by:
hasItemWidget
in interfaceI_CmsContextMenuCommand
- Returns:
true
if this command provides it's own menu item widget- See Also:
-