X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/ee06f37b0f6f6d94cd05a6ffae556660f7c4a2bc..c930e9176a5a85509c5b0230e2bff5c22a591432:/docs/output/Ext.data.Node.html diff --git a/docs/output/Ext.data.Node.html b/docs/output/Ext.data.Node.html index 902ef1c5..45e6ddc8 100644 --- a/docs/output/Ext.data.Node.html +++ b/docs/output/Ext.data.Node.html @@ -1,1051 +1,219 @@ -
-
- 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 OptionsDefined 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

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
PropertyDefined 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

- - - - - - - - - - - - - - - - - -
MethodDefined By

Public Events

EventDefined By
\ No newline at end of file