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 |
---|---|
List<EditorError> |
EditorDriver.getErrors()
Returns any unconsumed EditorErrors from the last call to
EditorDriver.flush() . |
Modifier and Type | Method and Description |
---|---|
void |
HasEditorErrors.showErrors(List<EditorError> errors)
Called by the EditorDriver to propagate errors.
|
Modifier and Type | Method and Description |
---|---|
protected List<EditorError> |
AbstractEditorDelegate.getErrors() |
List<EditorError> |
BaseEditorDriver.getErrors() |
Modifier and Type | Class and Description |
---|---|
class |
MockEditorError
A trivial implementation of
EditorError . |
Modifier and Type | Method and Description |
---|---|
List<EditorError> |
MockSimpleBeanEditorDriver.getErrors()
Returns an empty list.
|
Modifier and Type | Method and Description |
---|---|
void |
ValueBoxEditorDecorator.showErrors(List<EditorError> errors)
The default implementation will display, but not consume, received errors
whose
getEditor() method returns the Editor
passed into ValueBoxEditorDecorator.setEditor(com.google.gwt.editor.ui.client.adapters.ValueBoxEditor<T>) . |
Copyright © 2018. All rights reserved.