|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Criterion<T>
A criterion that can evaluate to true
or false
.
Method Summary | |
---|---|
boolean |
isSatisfied(T value)
Tests whether the specified value satisfies this criterion. |
Methods inherited from interface org.jreform.MessageOnError |
---|
getOnError, setOnError |
Method Detail |
---|
boolean isSatisfied(T value)
value
- to be tested against this criterion.
true
if the criterion is satisfied,
false
otherwise.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |