XTRootRecord Prototype
Internal.
Syntax
var object = new XTRootRecord(tree, share);
Arguments
Argument | Summary |
---|---|
tree | |
share |
Remarks
Members
Member | Summary |
---|---|
calculateVisualRow | |
close | |
locateChildByVisualRow | |
onVisualFootprintChanged | |
open | |
reSort |
See Also
Source Code
function XTRootRecord (tree, share)
{
this._share = share;
this._treeView = tree;
this.visualFootprint = 0;
this.isHidden = false;
this.reserveChildren();
this.isContainerOpen = true;
}