Class LessThenFilter
- java.lang.Object
-
- org.silverpeas.core.contribution.content.form.filter.LessThenFilter
-
- All Implemented Interfaces:
FieldFilter
public class LessThenFilter extends Object implements FieldFilter
A LessThenFilter test if a given field is less then a reference field.- See Also:
Field
,FieldDisplayer
-
-
Constructor Summary
Constructors Constructor Description LessThenFilter(Field reference)
An LessThen Filter is built upon a reference field
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
match(Field tested)
Returns true if the given field is less then the reference.
-
-
-
Constructor Detail
-
LessThenFilter
public LessThenFilter(Field reference)
An LessThen Filter is built upon a reference field
-
-
Method Detail
-
match
public boolean match(Field tested)
Returns true if the given field is less then the reference.- Specified by:
match
in interfaceFieldFilter
-
-