Packagecom.flexicious.controls.interfaces.filters
Interfacepublic interface ISingleSelectFilterControl extends ISelectFilterControl, IFilterControl, mx.controls.listClasses.IListItemRenderer, flash.events.IEventDispatcher, mx.core.IUIComponent
Implementors ComboBox, RadioButtonList

A control that has a list of values to choose from, but user can only choose 1 value Implemented by ComboBoxes and RadioButton Lists to enable them to participate in the Filtering Infrastructure.



Public Properties
 PropertyDefined By
 InheritedaddAllItem : Boolean
[write-only]
ISelectFilterControl
 InheritedaddAllItemText : String
[read-only]
ISelectFilterControl
 InheritedautoRegister : Boolean
IFilterControl
 InheriteddataField : String
ISelectFilterControl
 InheriteddataProvider : Object
ISelectFilterControl
 InheriteddropdownWidth : Number
[write-only]
ISelectFilterControl
 InheritedfilterComparisionType : String
IFilterControl
 InheritedfilterOperation : String
IFilterControl
 InheritedfilterTriggerEvent : String
IFilterControl
 Inheritedgrid : IExtendedDataGrid
IFilterControl
 InheritedgridColumn : IDataGridFilterColumn
IFilterControl
 InheritedlabelField : String
[write-only]
ISelectFilterControl
 InheritedsearchField : String
IFilterControl
  selectedItem : Object
[read-only]
ISingleSelectFilterControl
Public Methods
 MethodDefined By
 Inherited
clear():void
IFilterControl
 Inherited
getValue():Object
IFilterControl
 Inherited
setStyle(name:String, prop:*):void
IFilterControl
 Inherited
setValue(val:Object):void
IFilterControl
 Inherited
IFilterControl
Property Detail
selectedItemproperty
selectedItem:Object  [read-only]


Implementation
    public function get selectedItem():Object