程序包 | 说明 |
---|---|
org.opencms.ade.containerpage.client | |
org.opencms.ade.editprovider.client | |
org.opencms.ade.sitemap.client.toolbar |
Sitemap editor toolbar.
|
org.opencms.gwt |
Provides core support for GWT.
|
org.opencms.gwt.client.ui |
Classes to handle GWT ui.
|
org.opencms.gwt.client.ui.contextmenu | |
org.opencms.gwt.shared |
Core shared stuff.
|
org.opencms.gwt.shared.rpc |
Shared RPC interfaces.
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsContainerpageHandler.loadContextMenu(CmsUUID structureId,
CmsCoreData.AdeContext context)
Loads the context menu entries for a given URI.
|
void |
CmsContainerpageController.loadContextMenu(CmsUUID structureId,
CmsCoreData.AdeContext context)
Loads the context menu entries.
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsDirectEditToolbarHandler.loadContextMenu(CmsUUID structureId,
CmsCoreData.AdeContext context) |
限定符和类型 | 方法和说明 |
---|---|
void |
CmsSitemapToolbarHandler.loadContextMenu(CmsUUID structureId,
CmsCoreData.AdeContext context) |
限定符和类型 | 方法和说明 |
---|---|
static java.util.List<CmsContextMenuEntryBean> |
CmsCoreService.getContextMenuEntries(CmsObject cms,
CmsUUID structureId,
CmsCoreData.AdeContext context)
Returns the context menu entries for the given URI.
|
java.util.List<CmsContextMenuEntryBean> |
CmsCoreService.getContextMenuEntries(CmsUUID structureId,
CmsCoreData.AdeContext context) |
限定符和类型 | 方法和说明 |
---|---|
void |
I_CmsToolbarHandler.loadContextMenu(CmsUUID structureId,
CmsCoreData.AdeContext context)
Loads the context menu.
|
void |
CmsToolbarContextButton.setMenuContext(CmsCoreData.AdeContext menuContext)
Sets the menu context.
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsContextMenuHandler.loadContextMenu(CmsUUID structureId,
CmsCoreData.AdeContext context,
CmsContextMenuButton menuButton)
Loads the context menu.
|
限定符和类型 | 方法和说明 |
---|---|
static CmsCoreData.AdeContext |
CmsCoreData.AdeContext.valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static CmsCoreData.AdeContext[] |
CmsCoreData.AdeContext.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
限定符和类型 | 方法和说明 |
---|---|
java.util.List<CmsContextMenuEntryBean> |
I_CmsCoreService.getContextMenuEntries(CmsUUID structureId,
CmsCoreData.AdeContext context)
Returns the context menu entries for the given URI.
|
void |
I_CmsCoreServiceAsync.getContextMenuEntries(CmsUUID structureId,
CmsCoreData.AdeContext context,
com.google.gwt.user.client.rpc.AsyncCallback<java.util.List<CmsContextMenuEntryBean>> callback)
Returns a list of menu entry beans for the context menu.
|