public abstract class A_CmsToolbarHandler extends java.lang.Object implements I_CmsToolbarHandler
| 构造器和说明 |
|---|
A_CmsToolbarHandler() |
| 限定符和类型 | 方法和说明 |
|---|---|
java.util.List<I_CmsContextMenuEntry> |
transformEntries(java.util.List<CmsContextMenuEntryBean> menuBeans,
CmsUUID structureId)
Transforms a list of context menu entry beans to a list of context menu entries.
|
protected I_CmsContextMenuEntry |
transformSingleEntry(CmsUUID structureId,
CmsContextMenuEntryBean bean)
Creates a single context menu entry from a context menu entry bean.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitactivateSelection, deactivateCurrentButton, getActiveButton, loadContextMenu, setActiveButtonensureLockOnResource, getContextMenuCommands, leavePage, refreshResource, unlockResourcepublic java.util.List<I_CmsContextMenuEntry> transformEntries(java.util.List<CmsContextMenuEntryBean> menuBeans, CmsUUID structureId)
menuBeans - the list of context menu entry beansstructureId - the id of the resource for which to transform the context menu entriesprotected I_CmsContextMenuEntry transformSingleEntry(CmsUUID structureId, CmsContextMenuEntryBean bean)
structureId - the structure id of the resourcebean - the context menu entry bean