|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gwtbootstrap3.client.ui.form.error.BasicEditorError
public class BasicEditorError
Basic EditorError implementation.
| Field Summary | |
|---|---|
protected boolean |
consumed
|
protected Editor<?> |
editor
|
protected String |
message
|
protected Object |
value
|
| Constructor Summary | |
|---|---|
BasicEditorError(Editor<?> editor,
Object value,
String message)
Create an new error. |
|
| Method Summary | |
|---|---|
String |
getAbsolutePath()
|
Editor<?> |
getEditor()
|
String |
getMessage()
|
String |
getPath()
|
Object |
getUserData()
|
Object |
getValue()
|
boolean |
isConsumed()
|
void |
setConsumed(boolean consumed)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected boolean consumed
protected Editor<?> editor
protected String message
protected Object value
| Constructor Detail |
|---|
public BasicEditorError(Editor<?> editor,
Object value,
String message)
editor - the editorvalue - the valuemessage - the message| Method Detail |
|---|
public String getAbsolutePath()
getAbsolutePath in interface EditorErrorpublic Editor<?> getEditor()
getEditor in interface EditorErrorpublic String getMessage()
getMessage in interface EditorErrorpublic String getPath()
getPath in interface EditorErrorpublic Object getUserData()
getUserData in interface EditorErrorpublic Object getValue()
getValue in interface EditorErrorpublic boolean isConsumed()
isConsumed in interface EditorErrorpublic void setConsumed(boolean consumed)
setConsumed in interface EditorError
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||