Mode for filtering a tree widget.
Callback that is invoked when a node is clicked, see BaseTreeCfg.onNodeClick.
The tree node that was clicked.
The mouse click event that occurred.
true
to allow the node to be selected, false
to
ignore the click.
How the nodes of a tree are
selected. When set to single
, only at most one node can be selected by clicking on it. When set to multiple
,
more than one node may be selected by clicking on each node. When set to checkbox
, each node receives a checkbox
next to it that may be used for selection.
Generated using TypeDoc
Drag mode for a tree widget. Defines the parent-child relationship when a node is dragged.