treeRowBuilder property

TreeViewRowBuilder<T> treeRowBuilder
final

Builds the TreeRow that describes the row for the provided TreeViewNode.

By default, if this is unset, the TreeView.defaultTreeRowBuilder is used.

Implementation

final TreeViewRowBuilder<T> treeRowBuilder;