Lines Matching refs:rootNode
3031 return this.tree.rootNode === this;
3058 return this.tree.rootNode === this.parent;
4177 this.rootNode = new FancytreeNode(fakeParent, {
4183 this.rootNode.parent = null;
4191 this.rootNode.ul = $ul[0];
4376 return this.rootNode.addPagingNode(node, mode);
4515 node = key === null ? this.rootNode : this.getNodeByKey(key);
4545 return this.rootNode.countChildren();
4640 return this.rootNode.findAll(match);
4651 return this.rootNode.findFirst(match);
4871 return this.rootNode.getFirstChild();
4909 searchRoot = searchRoot || this.rootNode;
4924 return this.rootNode;
4937 return this.rootNode.getSelectedNodes(stopOnParents);
4975 this.rootNode.visit(function (n) {
5254 return this.rootNode.render(force, deep);
5312 var res = this.rootNode.toDict(true, callback);
5352 return this.rootNode.visit(fn, false);
5367 if (!this.rootNode.hasChildren()) {
5385 node = opts.start || this.rootNode.children[0];
5449 node = opts.start || this.rootNode.children[0];
7425 tree.rootNode.children = null;
7495 rootCtx = $.extend({}, ctx, { node: this.rootNode });
7497 if (tree.rootNode.children) {
7583 tree.rootNode.fixSelection3FromEndNodes();
8185 return this.tree.rootNode;
9391 rootNode argument
9398 if (rootNode) {
9401 return node.isDescendantOf(rootNode) ? node : null;
11374 this.rootNode.subMatchCount = 0;
11529 delete this.rootNode.match;
11530 delete this.rootNode.subMatchCount;
13132 $(tree.rootNode.ul).remove();
13133 tree.rootNode.ul = null;
13447 this.nodeRemoveChildMarkup(this._makeHookContext(this.rootNode));