public class FormConstants extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
FormConstants() |
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.public FormConstants()