Package | Description |
---|---|
com.google.gwt.editor.client |
A framework for editing bean-like objects.
|
com.google.gwt.editor.client.impl | |
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.
|
Modifier and Type | Method and Description |
---|---|
HasEditorErrors<T> |
EditorContext.asHasEditorErrors()
Returns a non-null value if the editor returned by
EditorContext.getEditor()
implements HasEditorErrors . |
Modifier and Type | Method and Description |
---|---|
HasEditorErrors<T> |
AbstractEditorContext.asHasEditorErrors() |
Modifier and Type | Method and Description |
---|---|
HasEditorErrors<T> |
FakeEditorContext.asHasEditorErrors()
Returns
null . |
Modifier and Type | Class and Description |
---|---|
class |
ValueBoxEditorDecorator<T>
A simple decorator to display leaf widgets with an error message.
|
Copyright © 2018. All rights reserved.