T - the type.public interface Validator<T>
| Modifier and Type | Interface and Description |
|---|---|
static class |
Validator.Priority
Represents the priority of a validator.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getPriority()
Priority value for this validator.
|
List<EditorError> |
validate(Editor<T> editor,
T value)
Validate the field.
|
int getPriority()
Copyright © 2017. All rights reserved.