public class FormEventType extends java.lang.Object
Form
via
Form.addEventHandler(FormEventType, String)
.Modifier and Type | Field and Description |
---|---|
static FormEventType |
RESET
Deprecated.
Form event triggered when the form is reset; this allows an event handler to deal with any
special cases related to resetting.
|
static FormEventType |
SUBMIT
Deprecated.
Form event triggered when the form is submitted.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAddHandlerFunctionName()
Deprecated.
Returns the name of the function, on the Tapestry object (see Form.js), which should be
invoked.
|
java.lang.String |
toString()
Deprecated.
|
public static final FormEventType SUBMIT
The JavaScript method should return true
or false
. If there
are multiple event handlers for the form they will be combined using the binary and operator (&&
).
public static final FormEventType RESET
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getAddHandlerFunctionName()