Properties Methods Events Config Options Direct Link
Observable
  Node

Class Ext.data.Node

Package:Ext.data
Defined In:Tree.js
Class:Node
Subclasses:TreeNode
Extends:Observable

Config Options

Config Options Defined By
  id : String
The id for this node. If one is not specified, one is generated.
Node
  leaf : Boolean
true if this node is a leaf and does not have children
Node

Public Properties

Property Defined By
  attributes : Object
The attributes supplied for the node. You can use this property to access any custom attributes you supplied.
Node
  childNodes : Array
All child nodes of this node.
Node
  firstChild : Node
The first direct child node of this node, or null if this node has no child nodes.
Node
  id : String
The node id.
Node
  lastChild : Node
The last direct child node of this node, or null if this node has no child nodes.
Node
  nextSibling : Node
The node immediately following this node in the tree, or null if there is no sibling node.
Node
  parentNode : Node
The parent node for this node.
Node
  previousSibling : Node
The node immediately preceding this node in the tree, or null if there is no sibling node.
Node

Public Methods

Method Defined By

Public Events

Event Defined By