| Package | Description |
|---|---|
| org.opencms.ade.containerpage |
Contains the container page editor service classes.
|
| org.opencms.ade.containerpage.shared |
Contains the shared container page editor classes.
|
| org.opencms.ade.containerpage.shared.rpc |
Contains the container page editor service interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
CmsContainerElement |
CmsContainerpageService.createNewElement(CmsUUID pageStructureId,
java.lang.String clientId,
java.lang.String resourceType,
CmsUUID modelResourceStructureId,
java.lang.String locale) |
CmsContainerElement |
CmsContainerpageService.getElementInfo() |
CmsContainerElement |
CmsElementUtil.setElementInfo(CmsContainerElementBean elementBean,
CmsContainerElement result)
Sets the data to the given container element.
|
| Modifier and Type | Method and Description |
|---|---|
CmsContainerElement |
CmsElementUtil.setElementInfo(CmsContainerElementBean elementBean,
CmsContainerElement result)
Sets the data to the given container element.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsContainerElementData
Bean holding all element information including it's formatted contents.
|
class |
CmsGroupContainer
Group container bean.
|
| Modifier and Type | Method and Description |
|---|---|
CmsContainerElement |
CmsContainerElement.copy()
Copies the container element.
|
CmsContainerElement |
CmsCreateElementData.getCreatedElement()
Returns the created element.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CmsContainerElement> |
CmsGroupContainer.getElements()
Returns the list of the contained elements id's.
|
java.util.List<CmsContainerElement> |
CmsInheritanceContainer.getElements()
Returns the container elements.
|
java.util.List<CmsContainerElement> |
CmsContainer.getElements()
Returns the list of the contained elements id's.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsCreateElementData.setCreatedElement(CmsContainerElement createdElement)
Sets the created element.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsGroupContainer.setElements(java.util.List<CmsContainerElement> elements)
Sets the elements contained in this container.
|
void |
CmsInheritanceContainer.setElements(java.util.List<CmsContainerElement> elements)
Sets the container elements.
|
void |
CmsContainer.setElements(java.util.List<CmsContainerElement> elements)
Sets the elements contained in this container.
|
| Constructor and Description |
|---|
CmsContainer(java.lang.String name,
java.lang.String type,
java.lang.String emptyContainerContent,
int width,
int maxElements,
boolean detailView,
boolean editable,
java.util.List<CmsContainerElement> elements,
java.lang.String parentContainerName,
java.lang.String parentInstanceId,
java.util.Map<java.lang.String,java.lang.String> settingPresets)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
CmsContainerElement |
I_CmsContainerpageService.createNewElement(CmsUUID pageStructureId,
java.lang.String clientId,
java.lang.String resourceType,
CmsUUID modelResourceStructureId,
java.lang.String locale)
Creates a new element of the given type and returns the new element data containing structure id and site path.
|
CmsContainerElement |
I_CmsContainerpageService.getElementInfo()
This method is used for serialization purposes only.
|
| Modifier and Type | Method and Description |
|---|---|
void |
I_CmsContainerpageServiceAsync.createNewElement(CmsUUID pageStructureId,
java.lang.String clientId,
java.lang.String resourceType,
CmsUUID modelResourceStructureId,
java.lang.String locale,
com.google.gwt.user.client.rpc.AsyncCallback<CmsContainerElement> callback)
Creates a new element of the given type and returns the new element data containing structure id and site path.
|
void |
I_CmsContainerpageServiceAsync.getElementInfo(com.google.gwt.user.client.rpc.AsyncCallback<CmsContainerElement> callback)
This method is used for serialization purposes only.
|