public interface I_CmsContextMenuCommand
| 限定符和类型 | 方法和说明 |
|---|---|
void |
execute(CmsUUID structureId,
I_CmsContextMenuHandler handler,
CmsContextMenuEntryBean bean)
Executed on context menu item click.
|
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.
|
void execute(CmsUUID structureId, I_CmsContextMenuHandler handler, CmsContextMenuEntryBean bean)
structureId - the structure id of the resourcehandler - the context menu handlerbean - the context menu entry beanA_CmsContextMenuItem getItemWidget(CmsUUID structureId, I_CmsContextMenuHandler handler, CmsContextMenuEntryBean bean)
structureId - the structure id of the resourcehandler - the context menu handlerbean - the context menu entry beanboolean hasItemWidget()
true if this command provides it's own menu item widget