|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tapestry5.EventConstants
public class EventConstants
Constant values for common event names fired by Tapestry components.
| Field Summary | |
|---|---|
static String |
ACTION
Default client event name, "action", used in most situations. |
static String |
ACTIVATE
Event triggered when a page is activated (for rendering). |
static String |
ADD_ROW
Event triggered by AjaxFormLoop to inform the container that a
new row has been requested. |
static String |
FAILURE
Event type for a notification after the form has been submitted, when there are errors in the validation tracker. |
static String |
PARSE_CLIENT
Event triggered by some form-related cmponents to parse a value provided by the client. |
static String |
PASSIVATE
Event triggered when a link for a page is generated. |
static String |
PREPARE
Invoked to let the containing component(s) prepare for the form rendering or the form submission. |
static String |
PREPARE_FOR_RENDER
Invoked before PREPARE when rendering out the form. |
static String |
PREPARE_FOR_SUBMIT
Invoked before PREPARE when the form is submitted. |
static String |
REMOVE_ROW
Event triggered by AjaxFormLoop to inform the container about the
row removed on the client side. |
static String |
SELECTED
Event type triggered by the Submit component when it is the cause
of the form submission. |
static String |
SUBMIT
Event type for a notification after the form has submitted. |
static String |
SUCCESS
Event type for a notification after the form has submitted, when there are no errors in the validation tracker. |
static String |
TO_CLIENT
Event triggered by some form-related components to convert a server-side value to a client-side string, as an alternative to a Translator. |
static String |
VALIDATE
Event triggered by form-related components to validate user input. |
static String |
VALIDATE_FORM
Event type for a notification to perform validation of submitted data. |
| Constructor Summary | |
|---|---|
EventConstants()
|
|
| 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 ACTION
public static final String ACTIVATE
public static final String PASSIVATE
public static final String PREPARE_FOR_RENDER
PREPARE when rendering out the form.
Form,
Constant Field Valuespublic static final String PREPARE_FOR_SUBMIT
PREPARE when the form is submitted.
Form,
Constant Field Valuespublic static final String PREPARE
Form,
Constant Field Valuespublic static final String SUBMIT
Form,
Constant Field Valuespublic static final String VALIDATE_FORM
SUCCESS or FAILURE notification.
Form,
Constant Field Valuespublic static final String SUCCESS
SUBMIT event.
Form,
Constant Field Valuespublic static final String FAILURE
SUBMIT event.
public static final String SELECTED
Submit component when it is the cause
of the form submission.
public static final String PARSE_CLIENT
Translator.
public static final String TO_CLIENT
Translator.
public static final String VALIDATE
public static final String REMOVE_ROW
AjaxFormLoop to inform the container about the
row removed on the client side. The event context is the object that was removed.
public static final String ADD_ROW
AjaxFormLoop to inform the container that a
new row has been requested. The return value from the event handler must be the newly created object, which must
also be visible in the encoder parameter.
| Constructor Detail |
|---|
public EventConstants()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||