public class CmsGalleryTreeEntry extends CmsGalleryFolderBean
CmsListInfoBean.LockIcon, CmsListInfoBean.StateIconCSS_CLASS_MULTI_LINE| Constructor and Description |
|---|
CmsGalleryTreeEntry(CmsGalleryFolderBean master)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(CmsGalleryTreeEntry child)
Adds a new child entry.
|
java.util.List<CmsGalleryTreeEntry> |
getChildren()
Returns the list of child entries.
|
CmsGalleryTreeEntry |
getParent()
Returns the parent entry or
null if there is none. |
void |
setChildren(java.util.List<CmsGalleryTreeEntry> children)
Sets the child entry list.
|
protected void |
setParent(CmsGalleryTreeEntry parent)
Sets the parent entry.
|
getContentTypes, getPath, getSubTitle, isEditable, matchesFilter, setContentTypes, setEditable, setPathaddAdditionalInfo, addAdditionalInfo, getAdditionalInfo, getIsFolder, getLockIcon, getLockIconTitle, getResourceState, getResourceType, getStateIcon, getTitle, getType, hasAdditionalInfo, isMarkChangedState, setAdditionalInfo, setIsFolder, setLockIcon, setLockIconTitle, setMarkChangedState, setResourceState, setResourceType, setStateIcon, setSubTitle, setTitlegetBigIconClasses, getSmallIconClasses, setBigIconClasses, setSmallIconClassespublic CmsGalleryTreeEntry(CmsGalleryFolderBean master)
Copy the fields of the given master.
master - master to copypublic void addChild(CmsGalleryTreeEntry child)
child - the child entry to addpublic java.util.List<CmsGalleryTreeEntry> getChildren()
public CmsGalleryTreeEntry getParent()
null if there is none.public void setChildren(java.util.List<CmsGalleryTreeEntry> children)
children - the list of child entriesprotected void setParent(CmsGalleryTreeEntry parent)
parent - the parent entry