Package | com.flexicious.controls.interfaces.databindings |
Interface | public interface IDateDataBoundControl extends IDataBoundControl, flash.events.IEventDispatcher |
Implementors | DateField |
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 | ||
selectedDate : Date
The selectedDate of the control. | IDateDataBoundControl |