Packagecom.flexicious.controls.interfaces.databindings
Interfacepublic interface ISingleSelectDataBoundControl extends ISelectDataBoundControl, IDataBoundControl, flash.events.IEventDispatcher
Implementors ComboBox, RadioButtonList

A control that has a list of values to choose from, but user can only choose 1 value To be implemented by ComboBoxes and RadioButton Lists Used by databinding to get/set values



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
 InheriteddataProvider : Object
ISelectDataBoundControl
  selectedValue : Object
ISingleSelectDataBoundControl
Public Methods
 MethodDefined By
 Inherited
IDataBoundControl
Property Detail
selectedValueproperty
selectedValue:Object


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