T - the node typepublic interface I_CmsGalleryTreeEntry<T>
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(T child)
Adds a new child to the node.
|
java.util.List<T> |
getChildren()
Gets the children of this node.
|
java.util.List<T> getChildren()