|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencms.ade.galleries.shared.CmsGalleryFolderBean
org.opencms.ade.galleries.shared.CmsGalleryTreeEntry
public class CmsGalleryTreeEntry
Gallery tree entry class. To organize gallery folders as a tree.
| Constructor Summary | |
|---|---|
CmsGalleryTreeEntry(CmsGalleryFolderBean master)
Constructor. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.opencms.ade.galleries.shared.CmsGalleryFolderBean |
|---|
getContentTypes, getPath, getTitle, getType, isEditable, matchesFilter, setContentTypes, setEditable, setPath, setTitle, setType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CmsGalleryTreeEntry(CmsGalleryFolderBean master)
Copy the fields of the given master.
master - master to copy| Method Detail |
|---|
public 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
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||