| Package | com.flexicious.controls.interfaces.databindings |
| Interface | public interface IDataBoundControl extends flash.events.IEventDispatcher |
| Property | Defined By | ||
|---|---|---|---|
| bindingMode : String
ONE_WAY or TWO_WAY binding. | IDataBoundControl | ||
| bindingProperty : String
Property of the bindingSource to bind to. | IDataBoundControl | ||
| bindingSource : Object
Object to bind to. | IDataBoundControl | ||
| Method | Defined By | ||
|---|---|---|---|
setSourceFromControl():void | IDataBoundControl | ||
| bindingMode | property |
bindingMode:StringONE_WAY or TWO_WAY binding.
public function get bindingMode():String public function set bindingMode(value:String):void| bindingProperty | property |
bindingProperty:StringProperty of the bindingSource to bind to. E.g. when a textbox binds to user's first name, the bindingProperty is firstName
public function get bindingProperty():String public function set bindingProperty(value:String):void| bindingSource | property |
bindingSource:ObjectObject to bind to. E.g. when a textbox binds to user's first name, the binding source is the user
public function get bindingSource():Object public function set bindingSource(value:Object):void| setSourceFromControl | () | method |
public function setSourceFromControl():void