Binder is a helper class used to bind properties of two objects
protected var soft:Boolean
public function Binder(soft:Boolean = false)Parameters
| soft:Boolean (default = false) |
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
public static function bindProperty(site:Object, prop:String, host:Object, chain:Object, commitOnly:Boolean = false):SoftChangeWatcherParameters
| site:Object |
| |
| prop:String |
| |
| host:Object |
| |
| chain:Object |
| |
| commitOnly:Boolean (default = false) |
Returns