| Package | com.flexicious.controls.interfaces.databindings |
| Interface | public interface ITextDataBoundControl extends IDataBoundControl, flash.events.IEventDispatcher |
| Implementors | TextInput |
| 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 | |
| text : String
The text of the control. | ITextDataBoundControl | ||