T - the value about to be changedpublic class FormSubmitEvent<T> extends com.google.gwt.event.shared.GwtEvent<FormSubmitHandler<T>>
| Modifier | Constructor and Description |
|---|---|
protected |
FormSubmitEvent(T pvalue)
Creates a form submit event.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(FormSubmitHandler<T> phandler) |
static <T> void |
fire(HasFormSubmitHandlers<T> source,
T value)
Fires a form submit event on all registered handlers in the handler manager.
|
com.google.gwt.event.shared.GwtEvent.Type<FormSubmitHandler<T>> |
getAssociatedType() |
static com.google.gwt.event.shared.GwtEvent.Type<FormSubmitHandler<?>> |
getType()
Gets the type associated with this event.
|
T |
getValue()
Gets the value.
|
String |
toDebugString() |
protected FormSubmitEvent(T pvalue)
pvalue - the valuepublic static <T> void fire(HasFormSubmitHandlers<T> source, T value)
T - the old value typesource - the source of the handlersvalue - the valuepublic static com.google.gwt.event.shared.GwtEvent.Type<FormSubmitHandler<?>> getType()
public final com.google.gwt.event.shared.GwtEvent.Type<FormSubmitHandler<T>> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<FormSubmitHandler<T>>public T getValue()
public String toDebugString()
toDebugString in class com.google.web.bindery.event.shared.Event<FormSubmitHandler<T>>protected void dispatch(FormSubmitHandler<T> phandler)
dispatch in class com.google.gwt.event.shared.GwtEvent<FormSubmitHandler<T>>Copyright © 2015–2016. All rights reserved.