Bind manager for linked tree nodes defined in FvTree tree componant.
static public function bind(sourceID:String, nodeID:Number, treeID:String):Void
Registers passed-in nodeID tree node identifier included in
treeID FvTree componant with
sourceID tree node.
When sourceID tree node value is update, nodeID
tree node is updated too.
static public function unbind(node:FvTreeNode):Void
Unregisters passed-in node from being update when conent is
updated.