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 Type
    Method
    Description
    void
    addChild(T child)
    Adds a new child to the node.
    Gets the children of this node.
  • Method Details

    • addChild

      void addChild(T child)
      Adds a new child to the node.

      Parameters:
      child - the child to add
    • getChildren

      Gets the children of this node.

      Returns:
      the children of this node