| Package | Description |
|---|---|
| org.opencms.ade.sitemap.shared |
Shared Client-Server side of the sitemap view.
|
| org.opencms.gwt |
Provides core support for GWT.
|
| org.opencms.gwt.shared |
Core shared stuff.
|
| org.opencms.gwt.shared.rpc |
Shared RPC interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CmsContextMenuEntryBean> |
CmsSitemapData.getContextMenuEntries()
Returns the sitemap context menu entries.
|
| Constructor and Description |
|---|
CmsSitemapData(java.util.Map<java.lang.String,CmsClientTemplateBean> templates,
java.util.Map<java.lang.String,CmsXmlContentProperty> properties,
CmsSitemapClipboardData clipboardData,
java.util.List<CmsContextMenuEntryBean> contextMenuEntries,
java.util.Map<java.lang.String,CmsClientProperty> parentProperties,
java.util.List<java.lang.String> allPropNames,
java.lang.String exportRfsPrefix,
boolean isSecure,
java.lang.String noEditReason,
boolean displayToolbar,
CmsNewResourceInfo defaultNewElementInfo,
java.util.List<CmsNewResourceInfo> newElementInfos,
CmsNewResourceInfo newRedirectElementInfo,
CmsNewResourceInfo newNavigationLevelElementInfo,
CmsSitemapInfo sitemapInfo,
java.lang.String parentSitemap,
CmsClientSitemapEntry root,
java.lang.String openPath,
int maxDepth,
CmsDetailPageTable detailPageTable,
java.util.List<CmsNewResourceInfo> resourceTypeInfos,
java.lang.String returnCode,
boolean canEditDetailPages,
java.lang.String aliasImportUrl,
boolean canEditAliases,
boolean createNewFoldersForSubsitemaps,
boolean galleryManager,
boolean categoryManager,
java.util.List<CmsListInfoBean> subsitemapTypeInfos,
CmsSitemapData.EditorMode editorMode,
java.lang.String defaultGalleryFolder,
boolean showModelEditConfirm)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CmsContextMenuEntryBean> |
CmsContextMenuEntryBean.getSubMenu()
Returns the sub menu entries.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsContextMenuEntryBean.setSubMenu(java.util.List<CmsContextMenuEntryBean> subMenu)
Sets the subMenu.
|
| Constructor and Description |
|---|
CmsContextMenuEntryBean(boolean active,
boolean visible,
java.lang.String jspPath,
java.lang.String label,
java.lang.String name,
java.lang.String reason,
boolean separator,
java.util.List<CmsContextMenuEntryBean> subMenu)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CmsContextMenuEntryBean> |
I_CmsCoreService.getContextMenuEntries(CmsUUID structureId,
CmsCoreData.AdeContext context)
Returns the context menu entries for the given URI.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|