Uses of Class
org.openfaces.component.filter.CompositeFilterCriterion

Packages that use CompositeFilterCriterion
org.openfaces.component.filter   
 

Uses of CompositeFilterCriterion in org.openfaces.component.filter
 

Subclasses of CompositeFilterCriterion in org.openfaces.component.filter
 class AndFilterCriterion
          A filter criterion that aggregates several filter criterion objects with the "and" condition, that is this criterion accepts a data record only when all of the contained criteria accept that record.
 class OrFilterCriterion
          A filter criterion that aggregates several filter criterion objects with the "or" condition, that is this criterion accepts a data record when any of the contained criteria accepts that record.
 

Methods in org.openfaces.component.filter with parameters of type CompositeFilterCriterion
 void CompositeFilter.setValue(CompositeFilterCriterion value)
           
 void CompositeFilter.setValue(CompositeFilterCriterion value)
           
 



Copyright © 1998-2010 TeamDev Ltd. All Rights Reserved.