Uses of Interface
org.kuali.rice.krad.uif.container.CollectionFilter
Packages that use CollectionFilter
-
Uses of CollectionFilter in org.kuali.rice.krad.uif.container
Classes in org.kuali.rice.krad.uif.container that implement CollectionFilterModifier and TypeClassDescriptionclassCollection filter that removes inactive lines from a collection whose line types implement theInactivatableinterfaceclassCollection filter that evaluates a configured el expression against each lineclassCollection filter for maintenance groups that removes inactive lines if certain conditions are metMethods in org.kuali.rice.krad.uif.container that return CollectionFilterModifier and TypeMethodDescriptionCollectionGroup.getActiveCollectionFilter()Collection filter instance for filtering the collection data when the showInactive flag is set to falseCollectionGroupBase.getActiveCollectionFilter()Collection filter instance for filtering the collection data when the showInactive flag is set to falseMethods in org.kuali.rice.krad.uif.container that return types with arguments of type CollectionFilterModifier and TypeMethodDescriptionCollectionGroup.getFilters()List ofCollectionFilterinstances that should be invoked to filter the collection before displayingCollectionGroupBase.getFilters()List ofCollectionFilterinstances that should be invoked to filter the collection before displayingMethods in org.kuali.rice.krad.uif.container with parameters of type CollectionFilterModifier and TypeMethodDescriptionvoidCollectionGroup.setActiveCollectionFilter(CollectionFilter activeCollectionFilter) Setter for the collection filter to use for filter inactive records from the collectionvoidCollectionGroupBase.setActiveCollectionFilter(CollectionFilter activeCollectionFilter) Setter for the collection filter to use for filter inactive records from the collectionMethod parameters in org.kuali.rice.krad.uif.container with type arguments of type CollectionFilterModifier and TypeMethodDescriptionvoidCollectionGroup.setFilters(List<CollectionFilter> filters) Setter for the List of collection filters for which the collection will be filtered againstvoidCollectionGroupBase.setFilters(List<CollectionFilter> filters) Setter for the List of collection filters for which the collection will be filtered against