Packagecom.asfusion.mate.core
Classpublic class Binder

Binder is a helper class used to bind properties of two objects



Public Methods
 MethodDefined by
  
bind(scope:IScope, target:Object, targetKey:String, source:Object, sourceKey:String):Boolean
The function that implements the binding between two objects.
Binder
Method detail
bind()method
public function bind(scope:IScope, target:Object, targetKey:String, source:Object, sourceKey:String):Boolean

The function that implements the binding between two objects.

Parameters
scope:IScope
 
target:Object
 
targetKey:String
 
source:Object
 
sourceKey:String

Returns
Boolean