public class ActiveCollectionFilter extends Object implements CollectionFilter
Inactivatable interface| Constructor and Description |
|---|
ActiveCollectionFilter() |
| Modifier and Type | Method and Description |
|---|---|
List<Integer> |
filter(View view,
Object model,
CollectionGroup collectionGroup)
Iterates through the collection and if the collection line type implements
Inactivatable,
active indexes are added to the show indexes list
Invoked to filter the collection data before the collection group is
built. |
public ActiveCollectionFilter()
public List<Integer> filter(View view, Object model, CollectionGroup collectionGroup)
Inactivatable,
active indexes are added to the show indexes list
Invoked to filter the collection data before the collection group is
built. Note the collection should be retrieved from the model and the valid
row indexes must be returned in the return listfilter in interface CollectionFilterview - - view instance for the collection groupmodel - - object containing the view data and from which the collection should be pulled/updatedcollectionGroup - - collection group instance containing configuration for the collectionCopyright © 2005–2018 The Kuali Foundation. All rights reserved.