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

A combobox that has date ranges as options



Public Properties
 PropertyDefined By
 InheritedautoRegister : Boolean
IFilterControl
  dateRangeOptions : Array
IDateComboBox
 InheritedfilterComparisionType : String
IFilterControl
 InheritedfilterOperation : String
IFilterControl
 InheritedfilterTriggerEvent : String
IFilterControl
 Inheritedgrid : IExtendedDataGrid
IFilterControl
 InheritedgridColumn : IDataGridFilterColumn
IFilterControl
 InheritedsearchField : String
IFilterControl
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
dateRangeOptionsproperty
dateRangeOptions:Array


Implementation
    public function get dateRangeOptions():Array
    public function set dateRangeOptions(value:Array):void