Package org.openfaces.component.filter

Class Summary
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.
AutoCompleteFilter  
ComboBoxFilter  
CompositeFilter  
CompositeFilterCriterion An abstract base class for a criterion that aggregates several filter criteria.
DropDownFieldFilter  
ExpressionFilter  
ExpressionFilterCriterion An expression-based filter criterion that compares a particular property (or expression) of a filtered object with the specified parameters based on the specified condition.
Filter  
FilterConditionProcessor<T>  
FilterCriterion An abstract base class for all filter criterion classes.
FilterCriterionProcessor  
FilterProperty  
HibernateCriterionBuilder  
InputTextFilter  
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.
ParametersInterpreter  
PredicateBuilder  
PropertyLocator  
TextSearchFilter  
 

Enum Summary
FilterCondition This enumeration defines a list of filter conditions that can be used by the filter components.
FilterType  
 



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