branch
Submitted by jonathan on Tue, 06/24/2008 - 21:04
Problem
You want to apply a filter function to a HierarchicalCollectionView to filter some data that is only in the parent or only in the children.
Solution
Any function applied to the filterFunction of HierarchicalCollectionView is applied to all of the elements in the collection. It can filter items at different levels of the hierarchy as long as the method itself understands the hierarchy.
