JoelProminic wrote
> Define a new bead, say FilterDataProvider, with a "filter" field.  This
> would implement ICollection or IArrayList so that the methods return the
> filtered data instead of the actual data.  
> 
> When this bead is added to a container, it would use the current
> dataProvider as the raw data, and replace the current dataProvider with
> itself.

@Alex, I have a some thought over this; Unfortunately iCollection or
iArrayList or any collection list that has an in-built filter function (like
ArrayCollection) does not available in FlexJS. So perhaps we'll need to
filter data in a crude way which may cause memory stress. 

What you think about it?




--
View this message in context: 
http://apache-flex-development.2333347.n4.nabble.com/Filter-function-to-ArrayList-tp57239p57527.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Reply via email to