Lines Matching refs:rootNode
1570 return this.tree.rootNode === this;
1597 return this.tree.rootNode === this.parent;
2716 this.rootNode = new FancytreeNode(fakeParent, {
2722 this.rootNode.parent = null;
2730 this.rootNode.ul = $ul[0];
2915 return this.rootNode.addPagingNode(node, mode);
3054 node = key === null ? this.rootNode : this.getNodeByKey(key);
3084 return this.rootNode.countChildren();
3179 return this.rootNode.findAll(match);
3190 return this.rootNode.findFirst(match);
3410 return this.rootNode.getFirstChild();
3448 searchRoot = searchRoot || this.rootNode;
3463 return this.rootNode;
3476 return this.rootNode.getSelectedNodes(stopOnParents);
3514 this.rootNode.visit(function (n) {
3793 return this.rootNode.render(force, deep);
3851 var res = this.rootNode.toDict(true, callback);
3891 return this.rootNode.visit(fn, false);
3906 if (!this.rootNode.hasChildren()) {
3924 node = opts.start || this.rootNode.children[0];
3988 node = opts.start || this.rootNode.children[0];
5964 tree.rootNode.children = null;
6034 rootCtx = $.extend({}, ctx, { node: this.rootNode });
6036 if (tree.rootNode.children) {
6122 tree.rootNode.fixSelection3FromEndNodes();
6724 return this.tree.rootNode;