'on', 'off' or 'indeterminate'.
dataSource The data source bound to this layer tree controller.
Value.
Value.
Return the current state.
'on', 'off', 'indeterminate'.
Refresh the state of this treeCtrl based on it's children value. The call its parent to do the same.
Data source or null.
Set the state of this treeCtrl. Update its children with its value and then ask its parent to refresh its state.
'on' or 'off'.
'on' or 'off'.
Recursive method to traverse the layertree controller graph.
A visitor called for each node.
whether to stop traversing.
Generated using TypeDoc
Return the current state, calculate on all its children recursively.