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<com.google.gwt.editor.client.EditorError> |
validate(com.google.gwt.editor.client.Editor<T> editor,
T value)
Validate the field.
|
int getPriority()
Copyright © 2018. All rights reserved.