major doc changes
[roojs1] / docs / symbols / Roo.data.Node.json
index 1691136..ce3d8cd 100644 (file)
@@ -3,10 +3,22 @@
   "augments" : [
     "Roo.util.Observable"
   ],
   "augments" : [
     "Roo.util.Observable"
   ],
+  "childClasses" : {
+    "Roo.data.Node" : [
+      "Roo.tree.TreeNode"
+    ],
+    "Roo.tree.TreeNode" : [
+      "Roo.tree.AsyncTreeNode"
+    ]
+  },
+  "tree_children" : [],
+  "tree_parent" : [],
   "desc" : "",
   "isSingleton" : false,
   "isStatic" : false,
   "isBuiltin" : false,
   "desc" : "",
   "isSingleton" : false,
   "isStatic" : false,
   "isBuiltin" : false,
+  "isAbstract" : false,
+  "isBuilderTop" : false,
   "memberOf" : "Node",
   "example" : "",
   "deprecated" : "",
   "memberOf" : "Node",
   "example" : "",
   "deprecated" : "",
     }
   ],
   "returns" : [],
     }
   ],
   "returns" : [],
+  "throws" : "",
+  "requires" : "",
   "config" : [
     {
       "name" : "listeners",
       "type" : "Object",
       "desc" : "list of events and functions to call for this object, \nFor example :\n<pre><code>\n    listeners :  { \n       'click' : function(e) {\n           ..... \n        } ,\n        .... \n    } \n  </code></pre>",
   "config" : [
     {
       "name" : "listeners",
       "type" : "Object",
       "desc" : "list of events and functions to call for this object, \nFor example :\n<pre><code>\n    listeners :  { \n       'click' : function(e) {\n           ..... \n        } ,\n        .... \n    } \n  </code></pre>",
-      "memberOf" : "Roo.util.Observable",
-      "optvals" : []
+      "memberOf" : "Roo.util.Observable"
     },
     {
       "name" : "id",
       "type" : "String",
       "desc" : "The id for this node. If one is not specified, one is generated.",
     },
     {
       "name" : "id",
       "type" : "String",
       "desc" : "The id for this node. If one is not specified, one is generated.",
-      "memberOf" : "Roo.data.Node",
-      "optvals" : []
+      "memberOf" : "Roo.data.Node"
     },
     {
       "name" : "leaf",
       "type" : "Boolean",
       "desc" : "true if this node is a leaf and does not have children",
     },
     {
       "name" : "leaf",
       "type" : "Boolean",
       "desc" : "true if this node is a leaf and does not have children",
-      "memberOf" : "Roo.data.Node",
-      "optvals" : []
+      "memberOf" : "Roo.data.Node"
     }
   ],
   "methods" : [
     {
       "name" : "sort",
     }
   ],
   "methods" : [
     {
       "name" : "sort",
+      "type" : "function",
       "desc" : "Sorts this nodes children using the supplied sort function",
       "desc" : "Sorts this nodes children using the supplied sort function",
+      "sig" : "(fn, scope)",
+      "static" : false,
+      "memberOf" : "",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Roo.data.Node",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
+      "exceptions" : "",
+      "requires" : "",
       "params" : [
         {
           "name" : "fn",
       "params" : [
         {
           "name" : "fn",
     },
     {
       "name" : "removeChild",
     },
     {
       "name" : "removeChild",
+      "type" : "function",
       "desc" : "Removes a child node from this node.",
       "desc" : "Removes a child node from this node.",
+      "sig" : "(node)",
+      "static" : false,
+      "memberOf" : "",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Roo.data.Node",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
+      "exceptions" : "",
+      "requires" : "",
       "params" : [
         {
           "name" : "node",
       "params" : [
         {
           "name" : "node",
     },
     {
       "name" : "isAncestor",
     },
     {
       "name" : "isAncestor",
+      "type" : "function",
       "desc" : "Returns true if the passed node is an ancestor (at any point) of this node.",
       "desc" : "Returns true if the passed node is an ancestor (at any point) of this node.",
+      "sig" : "(node)",
+      "static" : false,
+      "memberOf" : "",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Roo.data.Node",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
+      "exceptions" : "",
+      "requires" : "",
       "params" : [
         {
           "name" : "node",
       "params" : [
         {
           "name" : "node",
     },
     {
       "name" : "contains",
     },
     {
       "name" : "contains",
+      "type" : "function",
       "desc" : "Returns true if this node is an ancestor (at any point) of the passed node.",
       "desc" : "Returns true if this node is an ancestor (at any point) of the passed node.",
+      "sig" : "(node)",
+      "static" : false,
+      "memberOf" : "",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Roo.data.Node",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
+      "exceptions" : "",
+      "requires" : "",
       "params" : [
         {
           "name" : "node",
       "params" : [
         {
           "name" : "node",
     },
     {
       "name" : "cascade",
     },
     {
       "name" : "cascade",
+      "type" : "function",
       "desc" : "Cascades down the tree from this node, calling the specified function with each node. The scope (<i>this</i>) of\nfunction call will be the scope provided or the current node. The arguments to the function\nwill be the args provided or the current node. If the function returns false at any point,\nthe cascade is stopped on that branch.",
       "desc" : "Cascades down the tree from this node, calling the specified function with each node. The scope (<i>this</i>) of\nfunction call will be the scope provided or the current node. The arguments to the function\nwill be the args provided or the current node. If the function returns false at any point,\nthe cascade is stopped on that branch.",
+      "sig" : "(fn, scope, args)",
+      "static" : false,
+      "memberOf" : "",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Roo.data.Node",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
+      "exceptions" : "",
+      "requires" : "",
       "params" : [
         {
           "name" : "fn",
       "params" : [
         {
           "name" : "fn",
     },
     {
       "name" : "getDepth",
     },
     {
       "name" : "getDepth",
+      "type" : "function",
       "desc" : "Returns depth of this node (the root node has a depth of 0)",
       "desc" : "Returns depth of this node (the root node has a depth of 0)",
+      "sig" : "()\n{\n\n}",
+      "static" : false,
+      "memberOf" : "",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Roo.data.Node",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
+      "exceptions" : "",
+      "requires" : "",
       "params" : [],
       "returns" : [
         {
       "params" : [],
       "returns" : [
         {
     },
     {
       "name" : "getPath",
     },
     {
       "name" : "getPath",
+      "type" : "function",
       "desc" : "Returns the path for this node. The path can be used to expand or select this node programmatically.",
       "desc" : "Returns the path for this node. The path can be used to expand or select this node programmatically.",
+      "sig" : "(attr)",
+      "static" : false,
+      "memberOf" : "",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Roo.data.Node",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
+      "exceptions" : "",
+      "requires" : "",
       "params" : [
         {
           "name" : "attr",
       "params" : [
         {
           "name" : "attr",
     },
     {
       "name" : "indexOf",
     },
     {
       "name" : "indexOf",
+      "type" : "function",
       "desc" : "Returns the index of a child node",
       "desc" : "Returns the index of a child node",
+      "sig" : "(node)",
+      "static" : false,
+      "memberOf" : "",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Roo.data.Node",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
+      "exceptions" : "",
+      "requires" : "",
       "params" : [
         {
           "name" : "node",
       "params" : [
         {
           "name" : "node",
     },
     {
       "name" : "isFirst",
     },
     {
       "name" : "isFirst",
+      "type" : "function",
       "desc" : "Returns true if this node is the first child of its parent",
       "desc" : "Returns true if this node is the first child of its parent",
+      "sig" : "()\n{\n\n}",
+      "static" : false,
+      "memberOf" : "",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Roo.data.Node",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
+      "exceptions" : "",
+      "requires" : "",
       "params" : [],
       "returns" : [
         {
       "params" : [],
       "returns" : [
         {
     },
     {
       "name" : "isLast",
     },
     {
       "name" : "isLast",
+      "type" : "function",
       "desc" : "Returns true if this node is the last child of its parent",
       "desc" : "Returns true if this node is the last child of its parent",
+      "sig" : "()\n{\n\n}",
+      "static" : false,
+      "memberOf" : "",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Roo.data.Node",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
+      "exceptions" : "",
+      "requires" : "",
       "params" : [],
       "returns" : [
         {
       "params" : [],
       "returns" : [
         {
     },
     {
       "name" : "isLeaf",
     },
     {
       "name" : "isLeaf",
+      "type" : "function",
       "desc" : "Returns true if this node is a leaf",
       "desc" : "Returns true if this node is a leaf",
+      "sig" : "()\n{\n\n}",
+      "static" : false,
+      "memberOf" : "",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Roo.data.Node",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
+      "exceptions" : "",
+      "requires" : "",
       "params" : [],
       "returns" : [
         {
       "params" : [],
       "returns" : [
         {
     },
     {
       "name" : "insertBefore",
     },
     {
       "name" : "insertBefore",
+      "type" : "function",
       "desc" : "Inserts the first node before the second node in this nodes childNodes collection.",
       "desc" : "Inserts the first node before the second node in this nodes childNodes collection.",
+      "sig" : "(node, refNode)",
+      "static" : false,
+      "memberOf" : "",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Roo.data.Node",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
+      "exceptions" : "",
+      "requires" : "",
       "params" : [
         {
           "name" : "node",
       "params" : [
         {
           "name" : "node",
     },
     {
       "name" : "item",
     },
     {
       "name" : "item",
+      "type" : "function",
       "desc" : "Returns the child node at the specified index.",
       "desc" : "Returns the child node at the specified index.",
+      "sig" : "(index)",
+      "static" : false,
+      "memberOf" : "",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Roo.data.Node",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
+      "exceptions" : "",
+      "requires" : "",
       "params" : [
         {
           "name" : "index",
       "params" : [
         {
           "name" : "index",
     },
     {
       "name" : "getOwnerTree",
     },
     {
       "name" : "getOwnerTree",
+      "type" : "function",
       "desc" : "Returns the tree this node is in.",
       "desc" : "Returns the tree this node is in.",
+      "sig" : "()\n{\n\n}",
+      "static" : false,
+      "memberOf" : "",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Roo.data.Node",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
+      "exceptions" : "",
+      "requires" : "",
       "params" : [],
       "returns" : [
         {
       "params" : [],
       "returns" : [
         {
     },
     {
       "name" : "appendChild",
     },
     {
       "name" : "appendChild",
+      "type" : "function",
       "desc" : "Insert node(s) as the last child node of this node.",
       "desc" : "Insert node(s) as the last child node of this node.",
+      "sig" : "(node)",
+      "static" : false,
+      "memberOf" : "",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Roo.data.Node",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
+      "exceptions" : "",
+      "requires" : "",
       "params" : [
         {
           "name" : "node",
       "params" : [
         {
           "name" : "node",
     },
     {
       "name" : "findChildBy",
     },
     {
       "name" : "findChildBy",
+      "type" : "function",
       "desc" : "Finds the first child by a custom function. The child matches if the function passed\nreturns true.",
       "desc" : "Finds the first child by a custom function. The child matches if the function passed\nreturns true.",
+      "sig" : "(fn, scope)",
+      "static" : false,
+      "memberOf" : "",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Roo.data.Node",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
+      "exceptions" : "",
+      "requires" : "",
       "params" : [
         {
           "name" : "fn",
       "params" : [
         {
           "name" : "fn",
     },
     {
       "name" : "replaceChild",
     },
     {
       "name" : "replaceChild",
+      "type" : "function",
       "desc" : "Replaces one child node in this node with another.",
       "desc" : "Replaces one child node in this node with another.",
+      "sig" : "(newChild, oldChild)",
+      "static" : false,
+      "memberOf" : "",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Roo.data.Node",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
+      "exceptions" : "",
+      "requires" : "",
       "params" : [
         {
           "name" : "newChild",
       "params" : [
         {
           "name" : "newChild",
     },
     {
       "name" : "bubble",
     },
     {
       "name" : "bubble",
+      "type" : "function",
       "desc" : "Bubbles up the tree from this node, calling the specified function with each node. The scope (<i>this</i>) of\nfunction call will be the scope provided or the current node. The arguments to the function\nwill be the args provided or the current node. If the function returns false at any point,\nthe bubble is stopped.",
       "desc" : "Bubbles up the tree from this node, calling the specified function with each node. The scope (<i>this</i>) of\nfunction call will be the scope provided or the current node. The arguments to the function\nwill be the args provided or the current node. If the function returns false at any point,\nthe bubble is stopped.",
+      "sig" : "(fn, scope, args)",
+      "static" : false,
+      "memberOf" : "",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Roo.data.Node",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
+      "exceptions" : "",
+      "requires" : "",
       "params" : [
         {
           "name" : "fn",
       "params" : [
         {
           "name" : "fn",
     },
     {
       "name" : "eachChild",
     },
     {
       "name" : "eachChild",
+      "type" : "function",
       "desc" : "Interates the child nodes of this node, calling the specified function with each node. The scope (<i>this</i>) of\nfunction call will be the scope provided or the current node. The arguments to the function\nwill be the args provided or the current node. If the function returns false at any point,\nthe iteration stops.",
       "desc" : "Interates the child nodes of this node, calling the specified function with each node. The scope (<i>this</i>) of\nfunction call will be the scope provided or the current node. The arguments to the function\nwill be the args provided or the current node. If the function returns false at any point,\nthe iteration stops.",
+      "sig" : "(fn, scope, args)",
+      "static" : false,
+      "memberOf" : "",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Roo.data.Node",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
+      "exceptions" : "",
+      "requires" : "",
       "params" : [
         {
           "name" : "fn",
       "params" : [
         {
           "name" : "fn",
     },
     {
       "name" : "findChild",
     },
     {
       "name" : "findChild",
+      "type" : "function",
       "desc" : "Finds the first child that has the attribute with the specified value.",
       "desc" : "Finds the first child that has the attribute with the specified value.",
+      "sig" : "(attribute, value)",
+      "static" : false,
+      "memberOf" : "",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Roo.data.Node",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
+      "exceptions" : "",
+      "requires" : "",
       "params" : [
         {
           "name" : "attribute",
       "params" : [
         {
           "name" : "attribute",
     },
     {
       "name" : "purgeListeners",
     },
     {
       "name" : "purgeListeners",
+      "type" : "function",
       "desc" : "Removes all listeners for this object",
       "desc" : "Removes all listeners for this object",
+      "sig" : "()\n{\n\n}",
+      "static" : false,
+      "memberOf" : "Roo.util.Observable",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Roo.util.Observable",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
+      "exceptions" : "",
+      "requires" : "",
       "params" : [],
       "returns" : []
     },
     {
       "name" : "on",
       "params" : [],
       "returns" : []
     },
     {
       "name" : "on",
+      "type" : "function",
       "desc" : "Appends an event handler to this element (shorthand for addListener)",
       "desc" : "Appends an event handler to this element (shorthand for addListener)",
+      "sig" : "(eventName, handler, scope, options)",
+      "static" : false,
+      "memberOf" : "Roo.util.Observable",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Roo.util.Observable",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
+      "exceptions" : "",
+      "requires" : "",
       "params" : [
         {
           "name" : "eventName",
       "params" : [
         {
           "name" : "eventName",
     },
     {
       "name" : "un",
     },
     {
       "name" : "un",
+      "type" : "function",
       "desc" : "Removes a listener (shorthand for removeListener)",
       "desc" : "Removes a listener (shorthand for removeListener)",
+      "sig" : "(eventName, handler, scope)",
+      "static" : false,
+      "memberOf" : "Roo.util.Observable",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Roo.util.Observable",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
+      "exceptions" : "",
+      "requires" : "",
       "params" : [
         {
           "name" : "eventName",
       "params" : [
         {
           "name" : "eventName",
     },
     {
       "name" : "addEvents",
     },
     {
       "name" : "addEvents",
+      "type" : "function",
       "desc" : "Used to define events on this Observable",
       "desc" : "Used to define events on this Observable",
+      "sig" : "(object)",
+      "static" : false,
+      "memberOf" : "Roo.util.Observable",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Roo.util.Observable",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
+      "exceptions" : "",
+      "requires" : "",
       "params" : [
         {
           "name" : "object",
       "params" : [
         {
           "name" : "object",
     },
     {
       "name" : "releaseCapture",
     },
     {
       "name" : "releaseCapture",
+      "type" : "function",
       "desc" : "Removes <b>all</b> added captures from the Observable.",
       "desc" : "Removes <b>all</b> added captures from the Observable.",
+      "sig" : "(o)",
+      "static" : true,
+      "memberOf" : "Roo.util.Observable",
       "isStatic" : true,
       "isConstructor" : false,
       "isPrivate" : false,
       "isStatic" : true,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Roo.util.Observable",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
+      "exceptions" : "",
+      "requires" : "",
       "params" : [
         {
           "name" : "o",
       "params" : [
         {
           "name" : "o",
     },
     {
       "name" : "removeListener",
     },
     {
       "name" : "removeListener",
+      "type" : "function",
       "desc" : "Removes a listener",
       "desc" : "Removes a listener",
+      "sig" : "(eventName, handler, scope)",
+      "static" : false,
+      "memberOf" : "Roo.util.Observable",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Roo.util.Observable",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
+      "exceptions" : "",
+      "requires" : "",
       "params" : [
         {
           "name" : "eventName",
       "params" : [
         {
           "name" : "eventName",
     },
     {
       "name" : "fireEvent",
     },
     {
       "name" : "fireEvent",
+      "type" : "function",
       "desc" : "Fires the specified event with the passed parameters (minus the event name).",
       "desc" : "Fires the specified event with the passed parameters (minus the event name).",
+      "sig" : "(eventName, args)",
+      "static" : false,
+      "memberOf" : "Roo.util.Observable",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Roo.util.Observable",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
+      "exceptions" : "",
+      "requires" : "",
       "params" : [
         {
           "name" : "eventName",
       "params" : [
         {
           "name" : "eventName",
     },
     {
       "name" : "hasListener",
     },
     {
       "name" : "hasListener",
+      "type" : "function",
       "desc" : "Checks to see if this object has any listeners for a specified event",
       "desc" : "Checks to see if this object has any listeners for a specified event",
+      "sig" : "(eventName)",
+      "static" : false,
+      "memberOf" : "Roo.util.Observable",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Roo.util.Observable",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
+      "exceptions" : "",
+      "requires" : "",
       "params" : [
         {
           "name" : "eventName",
       "params" : [
         {
           "name" : "eventName",
     },
     {
       "name" : "capture",
     },
     {
       "name" : "capture",
+      "type" : "function",
       "desc" : "Starts capture on the specified Observable. All events will be passed\nto the supplied function with the event name + standard signature of the event\n<b>before</b> the event is fired. If the supplied function returns false,\nthe event will not fire.",
       "desc" : "Starts capture on the specified Observable. All events will be passed\nto the supplied function with the event name + standard signature of the event\n<b>before</b> the event is fired. If the supplied function returns false,\nthe event will not fire.",
+      "sig" : "(o, fn, scope)",
+      "static" : true,
+      "memberOf" : "Roo.util.Observable",
       "isStatic" : true,
       "isConstructor" : false,
       "isPrivate" : false,
       "isStatic" : true,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Roo.util.Observable",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
+      "exceptions" : "",
+      "requires" : "",
       "params" : [
         {
           "name" : "o",
       "params" : [
         {
           "name" : "o",
     },
     {
       "name" : "addListener",
     },
     {
       "name" : "addListener",
+      "type" : "function",
       "desc" : "Appends an event handler to this component",
       "desc" : "Appends an event handler to this component",
+      "sig" : "(eventName, handler, scope, options)",
+      "static" : false,
+      "memberOf" : "Roo.util.Observable",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Roo.util.Observable",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
+      "exceptions" : "",
+      "requires" : "",
       "params" : [
         {
           "name" : "eventName",
       "params" : [
         {
           "name" : "eventName",
   "events" : [
     {
       "name" : "beforeappend",
   "events" : [
     {
       "name" : "beforeappend",
+      "type" : "function",
       "desc" : "Fires before a new child is appended, return false to cancel the append.",
       "desc" : "Fires before a new child is appended, return false to cancel the append.",
-      "memberOf" : "Roo.data.Node",
+      "sig" : "function (tree, _self, node)\n{\n\n}",
+      "memberOf" : "",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "example" : "",
       "deprecated" : "",
       "since" : "",
     },
     {
       "name" : "move",
     },
     {
       "name" : "move",
+      "type" : "function",
       "desc" : "Fires when this node is moved to a new location in the tree",
       "desc" : "Fires when this node is moved to a new location in the tree",
-      "memberOf" : "Roo.data.Node",
+      "sig" : "function (tree, _self, oldParent, newParent, index)\n{\n\n}",
+      "memberOf" : "",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "example" : "",
       "deprecated" : "",
       "since" : "",
     },
     {
       "name" : "append",
     },
     {
       "name" : "append",
+      "type" : "function",
       "desc" : "Fires when a new child node is appended",
       "desc" : "Fires when a new child node is appended",
-      "memberOf" : "Roo.data.Node",
+      "sig" : "function (tree, _self, node, index)\n{\n\n}",
+      "memberOf" : "",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "example" : "",
       "deprecated" : "",
       "since" : "",
     },
     {
       "name" : "beforeremove",
     },
     {
       "name" : "beforeremove",
+      "type" : "function",
       "desc" : "Fires before a child is removed, return false to cancel the remove.",
       "desc" : "Fires before a child is removed, return false to cancel the remove.",
-      "memberOf" : "Roo.data.Node",
+      "sig" : "function (tree, _self, node)\n{\n\n}",
+      "memberOf" : "",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "example" : "",
       "deprecated" : "",
       "since" : "",
     },
     {
       "name" : "remove",
     },
     {
       "name" : "remove",
+      "type" : "function",
       "desc" : "Fires when a child node is removed",
       "desc" : "Fires when a child node is removed",
-      "memberOf" : "Roo.data.Node",
+      "sig" : "function (tree, _self, node)\n{\n\n}",
+      "memberOf" : "",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "example" : "",
       "deprecated" : "",
       "since" : "",
     },
     {
       "name" : "beforeinsert",
     },
     {
       "name" : "beforeinsert",
+      "type" : "function",
       "desc" : "Fires before a new child is inserted, return false to cancel the insert.",
       "desc" : "Fires before a new child is inserted, return false to cancel the insert.",
-      "memberOf" : "Roo.data.Node",
+      "sig" : "function (tree, _self, node, refNode)\n{\n\n}",
+      "memberOf" : "",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "example" : "",
       "deprecated" : "",
       "since" : "",
     },
     {
       "name" : "insert",
     },
     {
       "name" : "insert",
+      "type" : "function",
       "desc" : "Fires when a new child node is inserted.",
       "desc" : "Fires when a new child node is inserted.",
-      "memberOf" : "Roo.data.Node",
+      "sig" : "function (tree, _self, node, refNode)\n{\n\n}",
+      "memberOf" : "",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "example" : "",
       "deprecated" : "",
       "since" : "",
     },
     {
       "name" : "beforemove",
     },
     {
       "name" : "beforemove",
+      "type" : "function",
       "desc" : "Fires before this node is moved to a new location in the tree. Return false to cancel the move.",
       "desc" : "Fires before this node is moved to a new location in the tree. Return false to cancel the move.",
-      "memberOf" : "Roo.data.Node",
+      "sig" : "function (tree, _self, oldParent, newParent, index)\n{\n\n}",
+      "memberOf" : "",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "example" : "",
       "deprecated" : "",
       "since" : "",