Interface I_CmsGalleryTreeEntry<T>

    • Method Detail

      • addChild

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

        Parameters:
        child - the child to add
      • getChildren

        java.util.List<TgetChildren()
        Gets the children of this node.

        Returns:
        the children of this node