Class AbstractTreeGridRow<M,I,S>

Type Parameters:
M - grid model object type
I - row/item model object type
All Implemented Interfaces:
Serializable, Iterable<Component>, IEventSink, IEventSource, IFeedbackContributor, IConverterLocator, IMetadataContext<Serializable,Component>, IHeaderContributor, IRequestableComponent, IHierarchical<Component>, IClusterable

public abstract class AbstractTreeGridRow<M,I,S> extends AbstractGridRow<M,I,S>
A row in tree grid.
Author:
Matej Knopp
See Also:
  • Constructor Details

    • AbstractTreeGridRow

      public AbstractTreeGridRow(String id, IModel<I> model, int level)
      Constructor
      Parameters:
      id -
      model -
      level -
  • Method Details

    • getLevel

      public int getLevel()
      Returns a depth level of the node belonging to this row.
      Returns:
      tree node level