|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - the type.public interface Validator<T>
An input validator.
| Nested Class Summary | |
|---|---|
static class |
Validator.Priority
Represents the priority of a validator. |
| Method Summary | |
|---|---|
int |
getPriority()
Priority value for this validator. |
List<EditorError> |
validate(Editor<T> editor,
T value)
Validate the field. |
| Method Detail |
|---|
int getPriority()
List<EditorError> validate(Editor<T> editor,
T value)
editor - the Editor.value - the value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||