<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: ArrayCollection: filterFuntion with multiple filter functions using decorator pattern</title>
	<atom:link href="http://www.daveoncode.com/2009/03/30/arraycollection-filterfuntion-with-multiple-filter-functions-using-decorator-pattern/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.daveoncode.com/2009/03/30/arraycollection-filterfuntion-with-multiple-filter-functions-using-decorator-pattern/</link>
	<description>Objective C, iOS and more programming stuff</description>
	<lastBuildDate>Fri, 03 Feb 2012 17:32:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: konradyx</title>
		<link>http://www.daveoncode.com/2009/03/30/arraycollection-filterfuntion-with-multiple-filter-functions-using-decorator-pattern/comment-page-1/#comment-53779</link>
		<dc:creator>konradyx</dc:creator>
		<pubDate>Thu, 02 Feb 2012 15:29:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.daveoncode.com/?p=358#comment-53779</guid>
		<description>Really useful piece of code. I love smart use of design patterns! Nice work!</description>
		<content:encoded><![CDATA[<p>Really useful piece of code. I love smart use of design patterns! Nice work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alok</title>
		<link>http://www.daveoncode.com/2009/03/30/arraycollection-filterfuntion-with-multiple-filter-functions-using-decorator-pattern/comment-page-1/#comment-52907</link>
		<dc:creator>Alok</dc:creator>
		<pubDate>Fri, 27 Jan 2012 15:58:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.daveoncode.com/?p=358#comment-52907</guid>
		<description>Hi,
Thanks a lot nice exlplaination,
Can we a button called &quot;clear filter&quot;

Thanks,
Alok</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Thanks a lot nice exlplaination,<br />
Can we a button called &#8220;clear filter&#8221;</p>
<p>Thanks,<br />
Alok</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: swan</title>
		<link>http://www.daveoncode.com/2009/03/30/arraycollection-filterfuntion-with-multiple-filter-functions-using-decorator-pattern/comment-page-1/#comment-33760</link>
		<dc:creator>swan</dc:creator>
		<pubDate>Fri, 07 Oct 2011 18:41:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.daveoncode.com/?p=358#comment-33760</guid>
		<description>HI wat if ageFilterValue.text has comma separated values( n values ) filtering is not done on the values   pl need help</description>
		<content:encoded><![CDATA[<p>HI wat if ageFilterValue.text has comma separated values( n values ) filtering is not done on the values   pl need help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill</title>
		<link>http://www.daveoncode.com/2009/03/30/arraycollection-filterfuntion-with-multiple-filter-functions-using-decorator-pattern/comment-page-1/#comment-5853</link>
		<dc:creator>Bill</dc:creator>
		<pubDate>Thu, 29 Apr 2010 18:50:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.daveoncode.com/?p=358#comment-5853</guid>
		<description>thanks for sharing David!  got this solution to work vs extending the arraycollection.   For those who want to do a partial match on a string (ie text entry field) you can modify the override public function apply in your specific .as from the original &quot;return this._target.apply (item) &amp;&amp; (String(this._value) == String(item.WhateverColumnHere) &#124;&#124; this._value == null)&quot;  to     &quot;return this._target.apply (item) &amp;&amp; (key.indexof(this._value.toString().toLowerCase())!=-1  &#124;&#124; this._value == null)&quot;  where you define key as a variable  &quot;var key:String = item.WhateverColumnHere.toLowerCase(&quot;);</description>
		<content:encoded><![CDATA[<p>thanks for sharing David!  got this solution to work vs extending the arraycollection.   For those who want to do a partial match on a string (ie text entry field) you can modify the override public function apply in your specific .as from the original &#8220;return this._target.apply (item) &amp;&amp; (String(this._value) == String(item.WhateverColumnHere) || this._value == null)&#8221;  to     &#8220;return this._target.apply (item) &amp;&amp; (key.indexof(this._value.toString().toLowerCase())!=-1  || this._value == null)&#8221;  where you define key as a variable  &#8220;var key:String = item.WhateverColumnHere.toLowerCase(&#8220;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Asen</title>
		<link>http://www.daveoncode.com/2009/03/30/arraycollection-filterfuntion-with-multiple-filter-functions-using-decorator-pattern/comment-page-1/#comment-5632</link>
		<dc:creator>Asen</dc:creator>
		<pubDate>Thu, 15 Apr 2010 02:30:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.daveoncode.com/?p=358#comment-5632</guid>
		<description>Nice my man, your spot on with the design.
:)</description>
		<content:encoded><![CDATA[<p>Nice my man, your spot on with the design.<br />
:)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

