buildRow abstract method

TreeRow buildRow(
  1. TreeVicinity vicinity
)

Builds the TreeRow that describe the row for the provided TreeVicinity.

The builder must return a valid TreeRow for all active nodes in the tree.

Implementation

TreeRow buildRow(TreeVicinity vicinity);