Class CmsLockReport
java.lang.Object
org.opencms.gwt.client.ui.contextmenu.CmsLockReport
- All Implemented Interfaces:
I_CmsContextMenuCommand,I_CmsHasContextMenuCommand
public class CmsLockReport
extends Object
implements I_CmsHasContextMenuCommand, I_CmsContextMenuCommand
The lock report context menu command.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected I_CmsContextMenuHandlerThe context menu handler for this command instance. -
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.protected voidonUnlock()Executed on unlock of the current resource to reload the page.
-
Field Details
-
Constructor Details
-
CmsLockReport
public CmsLockReport()
-
-
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:
-
onUnlock
Executed on unlock of the current resource to reload the page.
-