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

This is a type of a filter control that is responsible for building its own filter expression. This makes it possible to write a control that FilterExpression.



Public Properties
 PropertyDefined By
 InheritedautoRegister : Boolean
IFilterControl
 InheritedfilterComparisionType : String
IFilterControl
  filterExpression : FilterExpression
[read-only]
IDynamicFilterControl
 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
filterExpressionproperty
filterExpression:FilterExpression  [read-only]


Implementation
    public function get filterExpression():FilterExpression