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