public class BasicEditorError extends Object implements com.google.gwt.editor.client.EditorError
EditorError implementation.| Modifier and Type | Field and Description |
|---|---|
protected boolean |
consumed |
protected com.google.gwt.editor.client.Editor<?> |
editor |
protected String |
message |
protected Object |
value |
| Constructor and Description |
|---|
BasicEditorError(com.google.gwt.editor.client.Editor<?> editor,
Object value,
String message)
Create an new error.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAbsolutePath() |
com.google.gwt.editor.client.Editor<?> |
getEditor() |
String |
getMessage() |
String |
getPath() |
Object |
getUserData() |
Object |
getValue() |
boolean |
isConsumed() |
void |
setConsumed(boolean consumed) |
protected boolean consumed
protected com.google.gwt.editor.client.Editor<?> editor
public BasicEditorError(com.google.gwt.editor.client.Editor<?> editor, Object value, String message)
editor - the editorvalue - the valuemessage - the messagepublic String getAbsolutePath()
getAbsolutePath in interface com.google.gwt.editor.client.EditorErrorpublic com.google.gwt.editor.client.Editor<?> getEditor()
getEditor in interface com.google.gwt.editor.client.EditorErrorpublic String getMessage()
getMessage in interface com.google.gwt.editor.client.EditorErrorpublic String getPath()
getPath in interface com.google.gwt.editor.client.EditorErrorpublic Object getUserData()
getUserData in interface com.google.gwt.editor.client.EditorErrorpublic Object getValue()
getValue in interface com.google.gwt.editor.client.EditorErrorpublic boolean isConsumed()
isConsumed in interface com.google.gwt.editor.client.EditorErrorpublic void setConsumed(boolean consumed)
setConsumed in interface com.google.gwt.editor.client.EditorErrorCopyright © 2018. All rights reserved.