Packagecom.flexicious.controls.interfaces.databindings
Interfacepublic interface ISelectDataBoundControl extends IDataBoundControl, flash.events.IEventDispatcher

A control that has a list of values to choose from



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
  dataProvider : Object
ISelectDataBoundControl
Public Methods
 MethodDefined By
 Inherited
IDataBoundControl
Property Detail
dataProviderproperty
dataProvider:Object


Implementation
    public function get dataProvider():Object
    public function set dataProvider(value:Object):void