| Package | Description |
|---|---|
| org.opencms.ade.containerpage |
Contains the container page editor service classes.
|
| org.opencms.ade.containerpage.shared.rpc |
Contains the container page editor service interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
CmsElementSettingsConfig |
CmsContainerpageService.getElementSettingsConfig(CmsContainerPageRpcContext context,
java.lang.String clientId,
java.lang.String containerId,
java.util.Collection<CmsContainer> containers,
java.lang.String locale) |
CmsElementSettingsConfig |
CmsElementUtil.getElementSettingsConfig(CmsResource page,
CmsContainerElementBean element,
java.lang.String containerId,
java.util.Collection<CmsContainer> containers)
Returns the formatter and settings config data for an element.
|
| Modifier and Type | Method and Description |
|---|---|
CmsElementSettingsConfig |
I_CmsContainerpageService.getElementSettingsConfig(CmsContainerPageRpcContext context,
java.lang.String clientId,
java.lang.String containerId,
java.util.Collection<CmsContainer> containers,
java.lang.String locale)
Returns container element settings config data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
I_CmsContainerpageServiceAsync.getElementSettingsConfig(CmsContainerPageRpcContext context,
java.lang.String clientId,
java.lang.String containerId,
java.util.Collection<CmsContainer> containers,
java.lang.String locale,
com.google.gwt.user.client.rpc.AsyncCallback<CmsElementSettingsConfig> callback)
Returns container element settings config data.
|