public class FormSubmitFailedEvent extends com.google.gwt.event.shared.GwtEvent<FormSubmitFailedHandler>
| Modifier and Type | Method and Description |
|---|---|
static <S extends HasFormSubmitFailedHandlers> |
_fire(S source) |
protected void |
dispatch(FormSubmitFailedHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<FormSubmitFailedHandler> |
getAssociatedType() |
static com.google.gwt.event.shared.GwtEvent.Type<FormSubmitFailedHandler> |
getType() |
assertLive, getSource, isLive, kill, revivepublic static com.google.gwt.event.shared.GwtEvent.Type<FormSubmitFailedHandler> getType()
@SGWTInternal public static <S extends HasFormSubmitFailedHandlers> void _fire(S source)
public final com.google.gwt.event.shared.GwtEvent.Type<FormSubmitFailedHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<FormSubmitFailedHandler>protected void dispatch(FormSubmitFailedHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<FormSubmitFailedHandler>