|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry.form.FormEventType
public class FormEventType
Lists different types of JavaScript events that can be associated with a Form
via
Form.addEventHandler(FormEventType, String)
.
Field Summary | |
---|---|
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. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
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
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getAddHandlerFunctionName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |