Package org.opencms.ade.galleries.shared
Interface I_CmsGalleryTreeEntry<T>
- Type Parameters:
T
- the node type
- All Known Implementing Classes:
CmsSitemapEntryBean
,CmsVfsEntryBean
public interface I_CmsGalleryTreeEntry<T>
Common interface for accessing sitemap/VFS entry beans as tree nodes.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Adds a new child to the node.Gets the children of this node.
-
Method Details
-
addChild
Adds a new child to the node.- Parameters:
child
- the child to add
-
getChildren
List<T> getChildren()Gets the children of this node.- Returns:
- the children of this node
-