Class CmsGroupContainer
java.lang.Object
org.opencms.ade.containerpage.shared.CmsContainerElement
org.opencms.ade.containerpage.shared.CmsGroupContainer
- All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable
,I_CmsHasIconClasses
Group container bean.
- Since:
- 8.0.0
-
Nested Class Summary
Nested classes/interfaces inherited from class org.opencms.ade.containerpage.shared.CmsContainerElement
CmsContainerElement.ModelGroupState
-
Field Summary
Fields inherited from class org.opencms.ade.containerpage.shared.CmsContainerElement
CLASS_CONTAINER, CLASS_CONTAINER_ELEMENT_END_MARKER, CLASS_CONTAINER_ELEMENT_START_MARKER, CLASS_ELEMENT_ERROR, CLASS_GROUP_CONTAINER_ELEMENT_MARKER, CREATE_AS_NEW, ELEMENT_INSTANCE_ID, GROUP_CONTAINER_TYPE_NAME, INHERIT_CONTAINER_TYPE_NAME, IS_MODEL_GROUP_ALWAYS_REPLACE, MENU_CONTAINER_ID, MODEL_GROUP_ID, MODEL_GROUP_STATE, SETTING_CREATE_NEW, SETTING_PAGE_ID, SYSTEM_SETTING_PREFIX, USE_AS_COPY_MODEL
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the group-container description.Returns the list of the contained elements id's.getTypes()
Returns the container types.void
setDescription
(String description) Sets the group-container description.void
setElements
(List<CmsContainerElement> elements) Sets the elements contained in this container.void
Sets the types.Methods inherited from class org.opencms.ade.containerpage.shared.CmsContainerElement
copy, getBigIconClasses, getClientId, getElementView, getInheritanceInfo, getLockInfo, getModelGroupId, getNoEditReason, getResourceType, getSitePath, getSmallIconClasses, getSubTitle, getTitle, hasEditHandler, hasSettings, hasViewPermission, hasWritePermission, isCopyInModels, isCreateNew, isGroupContainer, isInheritContainer, isModelGroup, isModelGroupAlwaysReplace, isNew, isNewEditorDisabled, isReleasedAndNotExpired, isReused, isWasModelGroup, setClientId, setCopyInModels, setCreateNew, setElementView, setHasEditHandler, setHasSettings, setIconClasses, setInheritanceInfo, setLockInfo, setModelGroupAlwaysReplace, setModelGroupId, setNew, setNewEditorDisabled, setPermissionInfo, setReleasedAndNotExpired, setResourceType, setReused, setSitePath, setSubTitle, setTitle, setWasModelGroup
-
Constructor Details
-
CmsGroupContainer
public CmsGroupContainer()
-
-
Method Details
-
getDescription
Returns the group-container description.- Returns:
- the group-container description
-
getElements
Returns the list of the contained elements id's.- Returns:
- the list of the contained elements id's
-
getTypes
Returns the container types.- Returns:
- the container types
-
setDescription
Sets the group-container description.- Parameters:
description
- the group-container description to set
-
setElements
Sets the elements contained in this container.- Parameters:
elements
- the elements
-
setTypes
Sets the types.- Parameters:
types
- the types to set
-