|
GWT 2.3.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HasEditorErrors | |
---|---|
com.google.gwt.editor.client | A framework for editing bean-like objects. |
com.google.gwt.editor.client.testing | Classes used for testing the bean editor support. |
com.google.gwt.editor.ui.client | User interface components for the bean editor framework. |
Uses of HasEditorErrors in com.google.gwt.editor.client |
---|
Methods in com.google.gwt.editor.client that return HasEditorErrors | |
---|---|
HasEditorErrors<T> |
EditorContext.asHasEditorErrors()
Returns a non-null value if the editor returned by EditorContext.getEditor()
implements HasEditorErrors . |
Uses of HasEditorErrors in com.google.gwt.editor.client.testing |
---|
Methods in com.google.gwt.editor.client.testing that return HasEditorErrors | |
---|---|
HasEditorErrors<T> |
FakeEditorContext.asHasEditorErrors()
Returns null . |
Uses of HasEditorErrors in com.google.gwt.editor.ui.client |
---|
Classes in com.google.gwt.editor.ui.client that implement HasEditorErrors | |
---|---|
class |
ValueBoxEditorDecorator<T>
A simple decorator to display leaf widgets with an error message. |
|
GWT 2.3.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |