Packagecom.flexicious.controls.interfaces.filters
Interfacepublic interface ISelectedBitFilterControl extends IFilterControl, mx.controls.listClasses.IListItemRenderer, flash.events.IEventDispatcher, mx.core.IUIComponent
Implementors CheckBox, RadioButton

Implemented by CheckBoxes, TriStatecheckboxes and RadioButtonList to enable them to participate in the Filtering Infrastructure.



Public Properties
 PropertyDefined By
 InheritedautoRegister : Boolean
IFilterControl
 InheritedfilterComparisionType : String
IFilterControl
 InheritedfilterOperation : String
IFilterControl
 InheritedfilterTriggerEvent : String
IFilterControl
 Inheritedgrid : IExtendedDataGrid
IFilterControl
 InheritedgridColumn : IDataGridFilterColumn
IFilterControl
 InheritedsearchField : String
IFilterControl
  selected : Boolean
[read-only]
ISelectedBitFilterControl
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
selectedproperty
selected:Boolean  [read-only]


Implementation
    public function get selected():Boolean