Uses of Interface
com.google.gwt.editor.client.EditorError
Packages that use 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
Methods in com.google.gwt.editor.client that return types with arguments of type EditorErrorModifier and TypeMethodDescriptionEditorDriver.getErrors()Returns any unconsumed EditorErrors from the last call toEditorDriver.flush().Method parameters in com.google.gwt.editor.client with type arguments of type EditorErrorModifier and TypeMethodDescriptionvoidHasEditorErrors.showErrors(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 EditorErrorMethods in com.google.gwt.editor.client.testing that return types with arguments of type EditorError -
Uses of EditorError in com.google.gwt.editor.ui.client
Method parameters in com.google.gwt.editor.ui.client with type arguments of type EditorErrorModifier and TypeMethodDescriptionvoidValueBoxEditorDecorator.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
Methods in com.google.web.bindery.requestfactory.gwt.client.testing that return types with arguments of type EditorErrorModifier and TypeMethodDescriptionMockRequestFactoryEditorDriver.getErrors()Returns an empty list.