Lines Matching refs:activeNode
2041 this.tree.activeNode === null,
2044 this.tree.activeNode = this;
2925 return this.tree.activeNode === this;
4155 this.activeNode = null;
4365 } else if (this.activeNode) {
4366 this.activeNode.setActive(false, opts);
4823 if (active !== false && this.activeNode) {
4828 value: this.activeNode.key,
4865 return this.activeNode;
5229 node = this.activeNode;
5234 this.activeNode = null; // Force re-activating
6121 this.activeNode &&
6122 (childNode === this.activeNode ||
6123 this.activeNode.isDescendantOf(childNode))
6125 this.activeNode.setActive(false); // TODO: don't fire events
6183 if (this.activeNode && this.activeNode.isDescendantOf(node)) {
6184 this.activeNode.setActive(false); // TODO: don't fire events
6679 if (tree.activeNode === node) {
6790 isActive = node === tree.activeNode;
6822 if (tree.activeNode) {
6824 tree.activeNode !== node,
6827 subCtx = $.extend({}, ctx, { node: tree.activeNode });
6830 tree.activeNode === null,
6841 tree.activeNode = node;
6855 tree.activeNode === node,
6858 tree.activeNode = null;
7421 tree.activeNode = null;
7585 if (tree.activeNode && tree.options.activeVisible) {
7586 tree.activeNode.makeVisible();
7630 if (flag && !this.activeNode) {
8168 return this.tree.activeNode;
12351 activeNode = tree.getActiveNode() || tree.getFirstChild(),
12379 start: activeNode,
12380 reverse: activeNode.isBelowOf(node),
12813 (opts.persist.overrideSource || !tree.activeNode)
12855 this.activeNode ? this.activeNode.key : null