Generic interface for databinding, implemented by all databound controls.
bindingMode:String
ONE_WAY or TWO_WAY binding.
Implementation public function get bindingMode():String
public function set bindingMode(value:String):void
bindingProperty:String
Property of the bindingSource to bind to. E.g. when a textbox binds to user's first name, the bindingProperty is firstName
Implementation public function get bindingProperty():String
public function set bindingProperty(value:String):void
bindingSource:Object
Object to bind to. E.g. when a textbox binds to user's first name, the binding source is the user
Implementation public function get bindingSource():Object
public function set bindingSource(value:Object):void
public function setSourceFromControl():void
Mon Jun 24 2013, 11:00 PM -04:00