|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry.form.FormConstants
Constants used by the Form component.
Field Summary | |
static java.lang.String |
SUBMIT_CANCEL
Indicates that the form was cancelled. |
static java.lang.String |
SUBMIT_NAME_PARAMETER
Query parameter reserved to identify the name of the component that triggered the form submit. |
static java.lang.String |
SUBMIT_NORMAL
Normal submit of the form, typically by the user clicking a submit control. |
static java.lang.String |
SUBMIT_REFRESH
Indicates that the form was submitted to force a refresh. |
Constructor Summary | |
FormConstants()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String SUBMIT_NORMAL
public static final java.lang.String SUBMIT_CANCEL
public static final java.lang.String SUBMIT_REFRESH
public static final java.lang.String SUBMIT_NAME_PARAMETER
LinkSubmit
component.
Constructor Detail |
public FormConstants()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |