Packagecom.flexicious.controls.interfaces.databindings
Interfacepublic interface IDateDataBoundControl extends IDataBoundControl, flash.events.IEventDispatcher
Implementors DateField

To be implemented by DateField To be used by DataBinding to bind to date properties, e.g. user.hireDate



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
  selectedDate : Date
The selectedDate of the control.
IDateDataBoundControl
Public Methods
 MethodDefined By
 Inherited
IDataBoundControl
Property Detail
selectedDateproperty
selectedDate:Date

The selectedDate of the control. Read by data binding to see if user inserted a value


Implementation
    public function get selectedDate():Date
    public function set selectedDate(value:Date):void