Package org.primefaces.model.filter
Class RangeFilterConstraint
- java.lang.Object
-
- org.primefaces.model.filter.RangeFilterConstraint
-
- All Implemented Interfaces:
FilterConstraint
public class RangeFilterConstraint extends Object implements FilterConstraint
-
-
Constructor Summary
Constructors Constructor Description RangeFilterConstraint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanisInRange(Comparable value, List filter)booleanisMatching(javax.faces.context.FacesContext ctxt, Object value, Object filter, Locale locale)
-
-
-
Method Detail
-
isMatching
public boolean isMatching(javax.faces.context.FacesContext ctxt, Object value, Object filter, Locale locale)- Specified by:
isMatchingin interfaceFilterConstraint
-
isInRange
protected boolean isInRange(Comparable value, List filter)
-
-