Lines Matching refs:_callHook

605 		this.tree._callHook("treeRegisterNode", this.tree, true, this);
643 this.tree._callHook(
873 return this.tree._callHook("nodeCollapseSiblings", this);
932 this.tree._callHook(fn, this);
1677 res = this.tree._callHook("nodeLoadChildren", this, source);
1844 tree._callHook("treeStructureChanged", tree, "moveTo");
1950 return this.tree._callHook("nodeRemoveChild", this, childNode);
1958 return this.tree._callHook("nodeRemoveChildren", this);
1988 return this.tree._callHook("nodeRender", this, force, deep);
1995 return this.tree._callHook("nodeRenderTitle", this);
2001 return this.tree._callHook("nodeRenderStatus", this);
2020 res = this.tree._callHook("nodeLoadChildren", this, source);
2256 return this.tree._callHook("nodeSetActive", this, flag, opts);
2264 return this.tree._callHook("nodeSetExpanded", this, flag, opts);
2271 return this.tree._callHook("nodeSetFocus", this, flag);
2279 return this.tree._callHook("nodeSetSelected", this, flag, opts);
2287 return this.tree._callHook(
2439 return this.tree._callHook("nodeToggleExpanded", this);
2443 return this.tree._callHook("nodeToggleSelected", this);
2803 _callHook: function (funcName, contextObject, _extraArgs) { method
3078 this._callHook("treeClear", this);
3129 this._callHook("treeStructureChanged", this, "enableUpdate");
3785 this._callHook("treeClear", this);
3786 return this._callHook("treeLoad", this, source);
3810 return this._callHook("treeSetFocus", this, flag);
4076 this._callHook("nodeToggleExpanded", ctx);
4079 this._callHook("nodeToggleSelected", ctx);
4082 this._callHook("nodeSetFocus", ctx, true);
4103 this._callHook("nodeSetActive", ctx, true);
4110 this._callHook("nodeToggleExpanded", ctx);
4135 this._callHook(
4156 this._callHook("nodeToggleExpanded", ctx);
4684 this._callHook("treeRegisterNode", this, false, childNode);
4736 tree._callHook("treeRegisterNode", tree, false, n);
5480 this._callHook(
5529 tree._callHook(
5536 tree._callHook("nodeRender", ctx, false, false, true);
5676 this._callHook("nodeRenderStatus", ctx2);
5682 this._callHook("treeSetFocus", ctx, true, {
5726 this._callHook("nodeRenderStatus", ctx);
5839 tree._callHook(
5854 tree._callHook("nodeRenderTitle", firstChild);
5857 tree._callHook(
5965 tree._callHook("treeStructureChanged", ctx, "clear");
6115 tree._callHook(
6141 ctx.tree._callHook(
6230 tree._callHook("treeLoad", tree, value);
6257 tree._callHook("treeCreate", tree);
6479 this.tree._callHook("treeCreate", this.tree);
6486 this.tree._callHook("treeInit", this.tree);
6495 return this.tree._callHook(
6506 this.tree._callHook("treeDestroy", this.tree);
6569 tree._callHook(
6587 tree._callHook("treeSetFocus", tree, flag);
6628 res = tree._callHook("nodeKeydown", ctx);
6685 : tree._callHook("nodeClick", ctx);
6694 : tree._callHook("nodeDblclick", ctx);
10781 this._callHook("treeStructureChanged", this, "applyFilter");
10902 this._callHook("treeStructureChanged", this, "clearFilter");
11550 ctx.tree._callHook("nodeSetActive", ctx2, true);