Flex Tip of the Day: filterFunction for real time filtering of data

Continuing my series of tips for Flex beginners ….

filterFunction for real time filtering of data

A filterFunction allows you to create a filtered view of an ArrayCollection or XMLListCollection based on some criteria. This is useful in showing only relevant part of the data to the user ….. AutoComplete functionality or Google Suggest like functionality can be implemented using filterFunctions.

Below is an example of filterFunction in action:

Drag the slider to see the real time filtering:



About this entry