程序包 | 说明 |
---|---|
org.opencms.ade.containerpage.client |
限定符和类型 | 方法和说明 |
---|---|
protected CmsContextMenuEntry |
CmsContainerpageHandler.createRawMenuEntry(CmsUUID structureId,
java.lang.Runnable action)
Creates a menu entry based on a structure id and action without anything else.
|
CmsContextMenuEntry |
CmsContainerpageHandler.createSimpleContextMenuEntry(CmsUUID structureId,
java.lang.String name,
boolean checked,
java.lang.Runnable action)
Creates a context menu entry.
|
限定符和类型 | 方法和说明 |
---|---|
protected void |
CmsContainerpageHandler.decorateMenuEntry(CmsContextMenuEntry entry,
java.lang.String name,
boolean checked)
Fills in label and checkbox of a menu entry.
|