Packagecom.flexicious.controls.interfaces.filters
Interfacepublic interface IRangeFilterControl extends IFilterControl, mx.controls.listClasses.IListItemRenderer, flash.events.IEventDispatcher, mx.core.IUIComponent
Implementors DateComboBox, DateRangeBox, NumericRangeBox

Implemented by NumericRangeTextBox, Slider 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
  searchRangeEnd : Object
[read-only]
IRangeFilterControl
  searchRangeStart : Object
[read-only]
IRangeFilterControl
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
searchRangeEndproperty
searchRangeEnd:Object  [read-only]


Implementation
    public function get searchRangeEnd():Object
searchRangeStartproperty 
searchRangeStart:Object  [read-only]


Implementation
    public function get searchRangeStart():Object