| Package | Description |
|---|---|
| org.opencms.gwt |
Provides core support for GWT.
|
| org.opencms.gwt.shared |
Core shared stuff.
|
| org.opencms.gwt.shared.rpc |
Shared RPC interfaces.
|
| org.opencms.ui |
General code for the Vaadin UI
|
| 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 |
|---|---|
static CmsCoreData.AdeContext |
CmsCoreData.AdeContext.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsCoreData.AdeContext[] |
CmsCoreData.AdeContext.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
CmsCoreData.AdeContext |
I_CmsDialogContextWithAdeContext.getAdeContext()
Gets the ADE context.
|