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

This is a type of a filter control that contains its own logic to determine whether or not the given object matches the filter criteria it encapsulates. It will only work in filterPageSortMode="client", since in server mode, the expression will be blank. FilterExpression.



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
Public Methods
 MethodDefined By
 Inherited
clear():void
IFilterControl
 Inherited
getValue():Object
IFilterControl
  
isMatch(item:Object):Boolean
ICustomMatchFilterControl
 Inherited
setStyle(name:String, prop:*):void
IFilterControl
 Inherited
setValue(val:Object):void
IFilterControl
 Inherited
IFilterControl
Method Detail
isMatch()method
public function isMatch(item:Object):Boolean

Parameters

item:Object

Returns
Boolean