| Package | Description |
|---|---|
| org.opencms.ade.galleries.shared |
Contains the shared client/server side gallery dialog classes.
|
| Modifier and Type | Method and Description |
|---|---|
CmsGalleryTreeEntry |
CmsGalleryTreeEntry.getParent()
Returns the parent entry or
null if there is none. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CmsGalleryTreeEntry> |
CmsGalleryTreeEntry.getChildren()
Returns the list of child entries.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsGalleryTreeEntry.addChild(CmsGalleryTreeEntry child)
Adds a new child entry.
|
protected void |
CmsGalleryTreeEntry.setParent(CmsGalleryTreeEntry parent)
Sets the parent entry.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsGalleryTreeEntry.setChildren(java.util.List<CmsGalleryTreeEntry> children)
Sets the child entry list.
|