Uses of Interface
com.google.gwt.editor.client.EditorError
-
Packages that use EditorError Package Description 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.com.google.web.bindery.requestfactory.gwt.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 Modifier and Type Method Description java.util.List<EditorError>
EditorDriver. getErrors()
Returns any unconsumed EditorErrors from the last call toEditorDriver.flush()
.Method parameters in com.google.gwt.editor.client with type arguments of type EditorError Modifier and Type Method Description 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 Modifier and Type Class Description class
MockEditorError
A trivial implementation ofEditorError
.Methods in com.google.gwt.editor.client.testing that return types with arguments of type EditorError Modifier and Type Method Description 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 Modifier and Type Method Description void
ValueBoxEditorDecorator. showErrors(java.util.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
Methods in com.google.web.bindery.requestfactory.gwt.client.testing that return types with arguments of type EditorError Modifier and Type Method Description java.util.List<EditorError>
MockRequestFactoryEditorDriver. getErrors()
Returns an empty list.
-