|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IsField<T>
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.google.gwt.editor.client.Editor |
|---|
Editor.Ignore, Editor.Path |
| Method Summary | |
|---|---|
void |
clear()
Clears the value from the field. |
void |
clearInvalid()
Clear any invalid styles / messages for this field. |
boolean |
isValid(boolean preventMark)
Returns whether or not the field value is currently valid. |
void |
reset()
Resets the current field value to the originally loaded value and clears any validation messages. |
boolean |
validate(boolean preventMark)
Validates the field value. |
| Methods inherited from interface com.google.gwt.user.client.ui.IsWidget |
|---|
asWidget |
| Methods inherited from interface com.google.gwt.user.client.TakesValue |
|---|
getValue, setValue |
| Method Detail |
|---|
void clear()
void clearInvalid()
void reset()
boolean isValid(boolean preventMark)
preventMark - true for silent validation (no invalid event and field
is not marked invalid)
boolean validate(boolean preventMark)
preventMark - true to not mark the field valid and fire invalid event
when invalid
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||