Class Subtree<T>

    • Constructor Detail

      • Subtree

        public Subtree​(String id,
                       NestedTree<T> tree,
                       IModel<T> model)
        Create a subtree for the children of the node contained in the given model or the root nodes if the model contains null.
        Parameters:
        id - component id
        tree - the containing tree
        model -