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 |
public ActiveCollectionFilter()
public List<Integer> filter(View view, Object model, CollectionGroup collectionGroup)
Inactivatable,
active indexes are added to the show indexes 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 collectionCollectionFilter.filter(org.kuali.rice.krad.uif.view.View, Object, org.kuali.rice.krad.uif.container.CollectionGroup)Copyright © 2005–2016 The Kuali Foundation. All rights reserved.