Class fvaswing.components.tree.FvTreeBinder

Description

Bind manager for linked tree nodes defined in FvTree tree componant.

Method Index

bind(), notifyUpdate(), unbind()

Method Detail

bind

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.

unbind

static public function unbind(node:FvTreeNode):Void

Unregisters passed-in node from being update when conent is updated.

notifyUpdate

static public function notifyUpdate(sourceID:String, newValue):Void

Calls all registred nodes to be updated when sourceID content is updated.