public class CmsLockReport extends java.lang.Object implements I_CmsHasContextMenuCommand, I_CmsContextMenuCommand
| 限定符和类型 | 字段和说明 |
|---|---|
protected I_CmsContextMenuHandler |
m_menuHandler
The context menu handler for this command instance.
|
| 构造器和说明 |
|---|
CmsLockReport() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
execute(CmsUUID structureId,
I_CmsContextMenuHandler handler,
CmsContextMenuEntryBean bean)
Executed on context menu item click.
|
static I_CmsContextMenuCommand |
getContextMenuCommand()
Returns the context menu command according to
I_CmsHasContextMenuCommand. |
A_CmsContextMenuItem |
getItemWidget(CmsUUID structureId,
I_CmsContextMenuHandler handler,
CmsContextMenuEntryBean bean)
Returns the special menu item widget for this command.
|
boolean |
hasItemWidget()
Returns if this command provides it's own menu item widget.
|
protected void |
onUnlock()
Executed on unlock of the current resource to reload the page.
|
protected I_CmsContextMenuHandler m_menuHandler
public static I_CmsContextMenuCommand getContextMenuCommand()
I_CmsHasContextMenuCommand.public void execute(CmsUUID structureId, I_CmsContextMenuHandler handler, CmsContextMenuEntryBean bean)
I_CmsContextMenuCommandexecute 在接口中 I_CmsContextMenuCommandstructureId - the structure id of the resourcehandler - the context menu handlerbean - the context menu entry beanI_CmsContextMenuCommand.execute(org.opencms.util.CmsUUID, org.opencms.gwt.client.ui.contextmenu.I_CmsContextMenuHandler, org.opencms.gwt.shared.CmsContextMenuEntryBean)public A_CmsContextMenuItem getItemWidget(CmsUUID structureId, I_CmsContextMenuHandler handler, CmsContextMenuEntryBean bean)
I_CmsContextMenuCommandgetItemWidget 在接口中 I_CmsContextMenuCommandstructureId - the structure id of the resourcehandler - the context menu handlerbean - the context menu entry beanI_CmsContextMenuCommand.getItemWidget(org.opencms.util.CmsUUID, org.opencms.gwt.client.ui.contextmenu.I_CmsContextMenuHandler, org.opencms.gwt.shared.CmsContextMenuEntryBean)public boolean hasItemWidget()
I_CmsContextMenuCommandhasItemWidget 在接口中 I_CmsContextMenuCommandtrue if this command provides it's own menu item widgetI_CmsContextMenuCommand.hasItemWidget()protected void onUnlock()