Lines Matching refs:_callHook

2066 		this.tree._callHook("treeRegisterNode", this.tree, true, this);
2104 this.tree._callHook(
2334 return this.tree._callHook("nodeCollapseSiblings", this);
2393 this.tree._callHook(fn, this);
3138 res = this.tree._callHook("nodeLoadChildren", this, source);
3305 tree._callHook("treeStructureChanged", tree, "moveTo");
3411 return this.tree._callHook("nodeRemoveChild", this, childNode);
3419 return this.tree._callHook("nodeRemoveChildren", this);
3449 return this.tree._callHook("nodeRender", this, force, deep);
3456 return this.tree._callHook("nodeRenderTitle", this);
3462 return this.tree._callHook("nodeRenderStatus", this);
3481 res = this.tree._callHook("nodeLoadChildren", this, source);
3717 return this.tree._callHook("nodeSetActive", this, flag, opts);
3725 return this.tree._callHook("nodeSetExpanded", this, flag, opts);
3732 return this.tree._callHook("nodeSetFocus", this, flag);
3740 return this.tree._callHook("nodeSetSelected", this, flag, opts);
3748 return this.tree._callHook(
3900 return this.tree._callHook("nodeToggleExpanded", this);
3904 return this.tree._callHook("nodeToggleSelected", this);
4264 _callHook: function (funcName, contextObject, _extraArgs) { method
4539 this._callHook("treeClear", this);
4590 this._callHook("treeStructureChanged", this, "enableUpdate");
5246 this._callHook("treeClear", this);
5247 return this._callHook("treeLoad", this, source);
5271 return this._callHook("treeSetFocus", this, flag);
5537 this._callHook("nodeToggleExpanded", ctx);
5540 this._callHook("nodeToggleSelected", ctx);
5543 this._callHook("nodeSetFocus", ctx, true);
5564 this._callHook("nodeSetActive", ctx, true);
5571 this._callHook("nodeToggleExpanded", ctx);
5596 this._callHook(
5617 this._callHook("nodeToggleExpanded", ctx);
6145 this._callHook("treeRegisterNode", this, false, childNode);
6197 tree._callHook("treeRegisterNode", tree, false, n);
6941 this._callHook(
6990 tree._callHook(
6997 tree._callHook("nodeRender", ctx, false, false, true);
7137 this._callHook("nodeRenderStatus", ctx2);
7143 this._callHook("treeSetFocus", ctx, true, {
7187 this._callHook("nodeRenderStatus", ctx);
7300 tree._callHook(
7315 tree._callHook("nodeRenderTitle", firstChild);
7318 tree._callHook(
7426 tree._callHook("treeStructureChanged", ctx, "clear");
7576 tree._callHook(
7602 ctx.tree._callHook(
7691 tree._callHook("treeLoad", tree, value);
7718 tree._callHook("treeCreate", tree);
7940 this.tree._callHook("treeCreate", this.tree);
7947 this.tree._callHook("treeInit", this.tree);
7956 return this.tree._callHook(
7967 this.tree._callHook("treeDestroy", this.tree);
8030 tree._callHook(
8048 tree._callHook("treeSetFocus", tree, flag);
8089 res = tree._callHook("nodeKeydown", ctx);
8146 : tree._callHook("nodeClick", ctx);
8155 : tree._callHook("nodeDblclick", ctx);
11448 this._callHook("treeStructureChanged", this, "applyFilter");
11569 this._callHook("treeStructureChanged", this, "clearFilter");
12219 ctx.tree._callHook("nodeSetActive", ctx2, true);