TreeManagerGidBuilderImpl.recursive

Set recursive property.

class TreeManagerGidBuilderImpl(T)
T
recursive
(
bool propval
)

Parameters

propval bool

This property specifies if, when initially creating nodes or updating the list of nodes, the tree manager shoud also request that each node it has created or updated also initially create or update their children.

This property can typically set to FALSE if the process of creating children nodes is lenghty and needs to be postponed while an event occurs.

Return Value

Type: T

Builder instance for fluent chaining