|
GWT 2.1.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EditorError | |
---|---|
com.google.gwt.editor.client | A framework for editing bean-like objects. |
com.google.gwt.editor.client.testing | |
com.google.gwt.editor.ui.client | User interface components for the bean editor framework. |
com.google.gwt.requestfactory.client | A package for manging client-server requests. |
com.google.gwt.requestfactory.client.testing | Classes used for testing the request factory service. |
Uses of EditorError in com.google.gwt.editor.client |
---|
Methods in com.google.gwt.editor.client that return types with arguments of type EditorError | |
---|---|
java.util.List<EditorError> |
SimpleBeanEditorDriver.getErrors()
Returns any unconsumed EditorErrors from the last call to SimpleBeanEditorDriver.flush() . |
Method parameters in com.google.gwt.editor.client with type arguments of type EditorError | |
---|---|
void |
HasEditorErrors.showErrors(java.util.List<EditorError> errors)
Called by the EditorDriver to propagate errors. |
Uses of EditorError in com.google.gwt.editor.client.testing |
---|
Classes in com.google.gwt.editor.client.testing that implement EditorError | |
---|---|
class |
MockEditorError
A trivial implementation of EditorError . |
Methods in com.google.gwt.editor.client.testing that return types with arguments of type EditorError | |
---|---|
java.util.List<EditorError> |
MockSimpleBeanEditorDriver.getErrors()
Returns an empty list. |
Uses of EditorError in com.google.gwt.editor.ui.client |
---|
Method parameters in com.google.gwt.editor.ui.client with type arguments of type EditorError | |
---|---|
void |
ValueBoxEditorDecorator.showErrors(java.util.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 . |
Uses of EditorError in com.google.gwt.requestfactory.client |
---|
Methods in com.google.gwt.requestfactory.client that return types with arguments of type EditorError | |
---|---|
java.util.List<EditorError> |
RequestFactoryEditorDriver.getErrors()
Returns any unconsumed EditorErrors from the last call
to RequestFactoryEditorDriver.flush() . |
Uses of EditorError in com.google.gwt.requestfactory.client.testing |
---|
Methods in com.google.gwt.requestfactory.client.testing that return types with arguments of type EditorError | |
---|---|
java.util.List<EditorError> |
MockRequestFactoryEditorDriver.getErrors()
Returns an empty list. |
|
GWT 2.1.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |