public class AsyncValidationReplyEvent extends BrowserEvent<AsyncValidationReplyHandler>
GwtEvent.Type<H>jsObj| Constructor and Description |
|---|
AsyncValidationReplyEvent(JavaScriptObject jsObj) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(AsyncValidationReplyHandler handler) |
static <S extends HasAsyncValidationReplyHandlers & HasHandlers> |
fire(S source,
JavaScriptObject jsObj)
Fires a open event on all registered handlers in the handler manager.If no
such handlers exist, this method will do nothing.
|
GwtEvent.Type<AsyncValidationReplyHandler> |
getAssociatedType() |
java.util.Map |
getErrors()
Map of errors by fieldName.
|
boolean |
getSuccess()
true if validation succeeded, false if it failed
|
static GwtEvent.Type<AsyncValidationReplyHandler> |
getType()
Gets the type associated with this event.
|
getX, getY, isAltKeyDown, isCtrlKeyDown, isLeftButtonDown, isRightButtonDownassertLive, getSource, isLive, kill, revivesetSource, toDebugString, toStringpublic AsyncValidationReplyEvent(JavaScriptObject jsObj)
public static <S extends HasAsyncValidationReplyHandlers & HasHandlers> void fire(S source, JavaScriptObject jsObj)
S - The event sourcesource - the source of the handlersjsObj - the native eventpublic static GwtEvent.Type<AsyncValidationReplyHandler> getType()
protected void dispatch(AsyncValidationReplyHandler handler)
dispatch in class GwtEvent<AsyncValidationReplyHandler>public final GwtEvent.Type<AsyncValidationReplyHandler> getAssociatedType()
getAssociatedType in class GwtEvent<AsyncValidationReplyHandler>public boolean getSuccess()
public java.util.Map getErrors()