Packagecom.flexicious.controls.interfaces.databindings
Interfacepublic interface ITextDataBoundControl extends IDataBoundControl, flash.events.IEventDispatcher
Implementors TextInput

To be implemented by TextInput, TextArea, etc. To be used by DataBinding to bind to text properties, e.g. user.FirstName



Public Properties
 PropertyDefined By
 InheritedbindingMode : String
ONE_WAY or TWO_WAY binding.
IDataBoundControl
 InheritedbindingProperty : String
Property of the bindingSource to bind to.
IDataBoundControl
 InheritedbindingSource : Object
Object to bind to.
IDataBoundControl
  text : String
The text of the control.
ITextDataBoundControl
Public Methods
 MethodDefined By
 Inherited
IDataBoundControl
Property Detail
textproperty
text:String

The text of the control. Read by filter to see if the user wants to search. Read by data binding to see if user inserted a value


Implementation
    public function get text():String
    public function set text(value:String):void