Packagecom.flexicious.controls.interfaces.databindings
Interfacepublic interface IMultiSelectDataBoundControl extends ISelectDataBoundControl, IDataBoundControl, flash.events.IEventDispatcher
Implementors CheckBoxList, CheckBoxTileList, MultiSelectComboBox

A control that has a list of values to choose from, and user can choose multiple 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
  dataField : String
IMultiSelectDataBoundControl
 InheriteddataProvider : Object
ISelectDataBoundControl
  selectedValues : ArrayCollection
IMultiSelectDataBoundControl
Public Methods
 MethodDefined By
 Inherited
IDataBoundControl
Property Detail
dataFieldproperty
dataField:String


Implementation
    public function get dataField():String
    public function set dataField(value:String):void
selectedValuesproperty 
selectedValues:ArrayCollection


Implementation
    public function get selectedValues():ArrayCollection
    public function set selectedValues(value:ArrayCollection):void