Optional
Readonly
busyWhether this node is busy. Greater than 0 then busy; otherwise not.
Optional
Readonly
checkboxWhether this node is checked.
Child nodes of this tree node.
Optional
Readonly
descriptionA human-readable description of this tree node.
use LabelProvider.getLongName
instead or move this property to your tree node type
Optional
focus1.27.0. Use TreeFocusService to track the focused node.
true
if the tree node has the focus. Otherwise, false
. Defaults to false
.
Optional
Readonly
iconA css string for this tree node icon.
use LabelProvider.getIcon
instead or move this property to your tree node type
Readonly
idAn unique id of this node.
Optional
Readonly
nameA human-readable name of this tree node.
use LabelProvider.getName
instead or move this property to your tree node type
Optional
Readonly
nextA next sibling of this tree node.
A parent node of this tree node. Undefined if this node is root.
Optional
Readonly
previousA previous sibling of this tree node.
true
if the tree node is selected. Otherwise, false
.
Test whether this node should be rendered. If undefined then node will be rendered.
The composite tree node.