Packagecom.flexicious.controls.interfaces.databindings
Interfacepublic interface ISelectedBitDataBoundControl extends IDataBoundControl, flash.events.IEventDispatcher
Implementors CheckBox, RadioButton

Implemented by CheckBoxes, TriStatecheckboxes



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
  selected : Boolean
ISelectedBitDataBoundControl
Public Methods
 MethodDefined By
 Inherited
IDataBoundControl
Property Detail
selectedproperty
selected:Boolean


Implementation
    public function get selected():Boolean
    public function set selected(value:Boolean):void