| Package | Description |
|---|---|
| org.kuali.rice.krad.uif.container |
| Modifier and Type | Class and Description |
|---|---|
class |
ActiveCollectionFilter
Collection filter that removes inactive lines from a collection whose line types
implement the
Inactivatable interface |
class |
ELCollectionFilter
Collection filter that evaluates a configured el expression against each line
|
class |
MaintenanceActiveCollectionFilter
Collection filter for maintenance groups that removes inactive lines if certain
conditions are met
|
| Modifier and Type | Method and Description |
|---|---|
CollectionFilter |
CollectionGroup.getActiveCollectionFilter()
Collection filter instance for filtering the collection data when the
showInactive flag is set to false
|
| Modifier and Type | Method and Description |
|---|---|
List<CollectionFilter> |
CollectionGroup.getFilters()
List of
CollectionFilter instances that should be invoked to filter the collection before
displaying |
| Modifier and Type | Method and Description |
|---|---|
void |
CollectionGroup.setActiveCollectionFilter(CollectionFilter activeCollectionFilter)
Setter for the collection filter to use for filter inactive records from the
collection
|
| Modifier and Type | Method and Description |
|---|---|
void |
CollectionGroup.setFilters(List<CollectionFilter> filters)
Setter for the List of collection filters for which the collection will be filtered against
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.