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

Implemented by the Tristate checkbox to enable it to participate in the Filtering Infrastructure.



Public Properties
 PropertyDefined By
  allowUserToSelectMiddle : Boolean
[write-only]
ITriStateCheckBoxFilterControl
 InheritedautoRegister : Boolean
IFilterControl
 InheritedfilterComparisionType : String
IFilterControl
 InheritedfilterOperation : String
IFilterControl
 InheritedfilterTriggerEvent : String
IFilterControl
 Inheritedgrid : IExtendedDataGrid
IFilterControl
 InheritedgridColumn : IDataGridFilterColumn
IFilterControl
 InheritedsearchField : String
IFilterControl
  selectedState : String
ITriStateCheckBoxFilterControl
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
allowUserToSelectMiddleproperty
allowUserToSelectMiddle:Boolean  [write-only]


Implementation
    public function set allowUserToSelectMiddle(value:Boolean):void
selectedStateproperty 
selectedState:String


Implementation
    public function get selectedState():String
    public function set selectedState(value:String):void