public class SubmitValuesEvent extends BrowserEvent<SubmitValuesHandler>
GwtEvent.Type<H>
jsObj
Constructor and Description |
---|
SubmitValuesEvent(JavaScriptObject jsObj) |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(SubmitValuesHandler handler) |
static <S extends HasSubmitValuesHandlers & 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<SubmitValuesHandler> |
getAssociatedType() |
DynamicForm |
getForm()
Deprecated.
Use
GwtEvent.getSource() to determine the source of this event (could be a DynamicForm or ValuesManager |
static GwtEvent.Type<SubmitValuesHandler> |
getType()
Gets the type associated with this event.
|
JavaScriptObject |
getValues()
The form or ValuesManager values
|
java.util.Map |
getValuesAsMap()
Returns the current set of values for the form or values manager instance as a map.
|
getX, getY, isAltKeyDown, isCtrlKeyDown, isLeftButtonDown, isRightButtonDown
assertLive, getSource, isLive, kill, revive
setSource, toDebugString, toString
public SubmitValuesEvent(JavaScriptObject jsObj)
public static <S extends HasSubmitValuesHandlers & HasHandlers> void fire(S source, JavaScriptObject jsObj)
S
- The event sourcesource
- the source of the handlersjsObj
- the native eventpublic static GwtEvent.Type<SubmitValuesHandler> getType()
protected void dispatch(SubmitValuesHandler handler)
dispatch
in class GwtEvent<SubmitValuesHandler>
public final GwtEvent.Type<SubmitValuesHandler> getAssociatedType()
getAssociatedType
in class GwtEvent<SubmitValuesHandler>
public DynamicForm getForm()
GwtEvent.getSource()
to determine the source of this event (could be a DynamicForm
or ValuesManager
ValuesManager
. Use GwtEvent.getSource()
instead.public JavaScriptObject getValues()
public java.util.Map getValuesAsMap()