| 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 |
|---|---|
CmsContainerPageGalleryData |
CmsContainerpageService.getGalleryDataForPage(java.util.List<CmsContainer> containers,
CmsUUID elementView,
java.lang.String uri,
java.lang.String locale) |
| Modifier and Type | Method and Description |
|---|---|
CmsContainerPageGalleryData |
I_CmsContainerpageService.getGalleryDataForPage(java.util.List<CmsContainer> containers,
CmsUUID elementView,
java.lang.String uri,
java.lang.String locale)
Returns the gallery configuration data according to the current page containers and the selected element view.
|
| Modifier and Type | Method and Description |
|---|---|
void |
I_CmsContainerpageServiceAsync.getGalleryDataForPage(java.util.List<CmsContainer> containers,
CmsUUID elementView,
java.lang.String uri,
java.lang.String locale,
com.google.gwt.user.client.rpc.AsyncCallback<CmsContainerPageGalleryData> callback)
Returns the gallery configuration data according to the current page containers and the selected element view.
|