|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sencha.gxt.widget.core.client.form.validator.EmptyValidator<T>
public class EmptyValidator<T>
| Nested Class Summary | |
|---|---|
static interface |
EmptyValidator.EmptyMessages
|
| Constructor Summary | |
|---|---|
EmptyValidator()
|
|
| Method Summary | |
|---|---|
EmptyValidator.EmptyMessages |
getMessages()
|
void |
setMessages(EmptyValidator.EmptyMessages messages)
|
java.util.List<EditorError> |
validate(Editor<T> editor,
T value)
Validates the value. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EmptyValidator()
| Method Detail |
|---|
public EmptyValidator.EmptyMessages getMessages()
public void setMessages(EmptyValidator.EmptyMessages messages)
public java.util.List<EditorError> validate(Editor<T> editor,
T value)
Validator
validate in interface Validator<T>editor - the editorvalue - the value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||