Package | com.flexicious.controls.interfaces.databindings |
Interface | public interface IMultiSelectDataBoundControl extends ISelectDataBoundControl, IDataBoundControl, flash.events.IEventDispatcher |
Implementors | CheckBoxList, CheckBoxTileList, MultiSelectComboBox |
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 | |
dataField : String | IMultiSelectDataBoundControl | ||
![]() | dataProvider : Object | ISelectDataBoundControl | |
selectedValues : ArrayCollection | IMultiSelectDataBoundControl |
dataField | property |
dataField:String
public function get dataField():String
public function set dataField(value:String):void
selectedValues | property |
selectedValues:ArrayCollection
public function get selectedValues():ArrayCollection
public function set selectedValues(value:ArrayCollection):void