Class TreeNode

All Implemented Interfaces:
HasHandlers
Direct Known Subclasses:
GroupNode, NavItem, PaletteNode

public class TreeNode extends ListGridRecord
Every node in the tree is represented by a TreeNode object which is an object literal with a set of properties that configure the node.

When a Tree is supplied as TreeGrid.data to TreeGrid, you can also set properties from ListGridRecord on the TreeNode (e.g. setting ListGridRecord.enabled:false on the node).