XTRootRecord Prototype

Internal.

Syntax

var object = new XTRootRecord(tree, share);

Arguments

ArgumentSummary
tree
share

Remarks

Members

MemberSummary
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;
}