Package org.primefaces.model.filter
Class FunctionFilterConstraint
java.lang.Object
org.primefaces.model.filter.FunctionFilterConstraint
- All Implemented Interfaces:
Serializable,FilterConstraint
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisMatching(javax.faces.context.FacesContext ctxt, Object value, Object filter, Locale locale)
-
Constructor Details
-
FunctionFilterConstraint
public FunctionFilterConstraint(javax.el.MethodExpression methodExpression)
-
-
Method Details
-
isMatching
public boolean isMatching(javax.faces.context.FacesContext ctxt, Object value, Object filter, Locale locale) - Specified by:
isMatchingin interfaceFilterConstraint
-