All Implemented Interfaces:
Serializable, Iterable<Component>, IEventSink, IEventSource, IFeedbackContributor, IConverterLocator, IMetadataContext<Serializable,Component>, IQueueRegion, IHeaderContributor, IRequestableComponent, IHierarchical<Component>, IClusterable

public class Subtree<T> extends Panel
A subtree handles all children of a single node (or the root nodes if a null node was given to the constructor).
Author:
svenmeier
See Also:
  • Constructor Details

    • 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 -
  • Method Details