|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencms.ade.containerpage.shared.CmsContainerElement
org.opencms.ade.containerpage.shared.CmsGroupContainer
public class CmsGroupContainer
Group container bean.
| Field Summary |
|---|
| Fields inherited from class org.opencms.ade.containerpage.shared.CmsContainerElement |
|---|
CLASS_CONTAINER_ELEMENT_END_MARKER, CLASS_CONTAINER_ELEMENT_START_MARKER, CLASS_ELEMENT_ERROR, CLASS_GROUP_CONTAINER_ELEMENT_MARKER, GROUP_CONTAINER_TYPE_NAME, INHERIT_CONTAINER_TYPE_NAME |
| Constructor Summary | |
|---|---|
CmsGroupContainer()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Returns the group-container description. |
java.util.List<CmsContainerElement> |
getElements()
Returns the list of the contained elements id's. |
java.lang.String |
getTitle()
Returns the group-container title. |
java.util.Set<java.lang.String> |
getTypes()
Returns the container types. |
void |
setDescription(java.lang.String description)
Sets the group-container description. |
void |
setElements(java.util.List<CmsContainerElement> elements)
Sets the elements contained in this container. |
void |
setTitle(java.lang.String title)
Sets the group-container title. |
void |
setTypes(java.util.Set<java.lang.String> types)
Sets the types. |
| Methods inherited from class org.opencms.ade.containerpage.shared.CmsContainerElement |
|---|
getClientId, getInheritanceInfo, getNoEditReason, getResourceType, getSitePath, hasSettings, hasViewPermission, hasWritePermission, isGroupContainer, isInheritContainer, isNew, isNewEditorDisabled, isReleasedAndNotExpired, setClientId, setHasSettings, setInheritanceInfo, setNew, setNewEditorDisabled, setNoEditReason, setReleasedAndNotExpired, setResourceType, setSitePath, setViewPermission, setWritePermission |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CmsGroupContainer()
| Method Detail |
|---|
public java.lang.String getDescription()
public java.util.List<CmsContainerElement> getElements()
public java.lang.String getTitle()
public java.util.Set<java.lang.String> getTypes()
public void setDescription(java.lang.String description)
description - the group-container description to setpublic void setElements(java.util.List<CmsContainerElement> elements)
elements - the elementspublic void setTitle(java.lang.String title)
title - the group-container title to setpublic void setTypes(java.util.Set<java.lang.String> types)
types - the types to set
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||