Uses of Interface
com.google.gwt.editor.client.EditorError
Package
Description
A framework for editing bean-like objects.
Classes used for testing the bean editor support.
User interface components for the bean editor framework.
Classes used for testing the request factory service.
-
Uses of EditorError in com.google.gwt.editor.client
Modifier and TypeMethodDescriptionEditorDriver.getErrors()
Returns any unconsumed EditorErrors from the last call toEditorDriver.flush()
.Modifier and TypeMethodDescriptionvoid
HasEditorErrors.showErrors
(List<EditorError> errors) Called by the EditorDriver to propagate errors. -
Uses of EditorError in com.google.gwt.editor.client.testing
-
Uses of EditorError in com.google.gwt.editor.ui.client
Modifier and TypeMethodDescriptionvoid
ValueBoxEditorDecorator.showErrors
(List<EditorError> errors) The default implementation will display, but not consume, received errors whosegetEditor()
method returns the Editor passed intoValueBoxEditorDecorator.setEditor(com.google.gwt.editor.ui.client.adapters.ValueBoxEditor<T>)
. -
Uses of EditorError in com.google.web.bindery.requestfactory.gwt.client.testing
Modifier and TypeMethodDescriptionMockRequestFactoryEditorDriver.getErrors()
Returns an empty list.