|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.primix.tapestry.util.Enum | +--com.primix.tapestry.form.FormEventType
Class FormEventType
Field Summary | |
static FormEventType |
RESET
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
Form event triggered when the form is submitted. |
Method Summary | |
boolean |
getCombineWithAnd()
Returns true if multiple functions should be combined with the && operator. |
java.lang.String |
getPropertyName()
Returns the DOM property corresponding to event type. |
Methods inherited from class com.primix.tapestry.util.Enum |
getEnumerationId, getSingleton, toString |
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 getPropertyName()
public boolean getCombineWithAnd()
&&
operator. Otherwise,
the event handler functions are simply invoked in
sequentially.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |