Java com.google.gwt.editor.client EditorError fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.editor.client EditorError fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.editor.client EditorError.

The text is from its open source code.

Implementation

com.google.gwt.editor.client.EditorError has the following implementations.
Click this link to see all its implementation.

Constructor

Method

EditorgetEditor()
Returns the Editor that holds the invalid value.
StringgetMessage()
Returns a message associated with the error.
ObjectgetUserData()
Returns the object passed into EditorDelegate#recordError .
ObjectgetValue()
Returns the value that triggered the error.
voidsetConsumed(boolean consumed)
Indicates whether or not the EditorError will be propagated to the enclosing Editor.