@Events(value={"BeginSubmit","AfterSubmit"}) public class SubmitNotifier extends java.lang.Object
BeginRender and AfterRender
that (during the form submission) triggers "BeginSubmit" and "AfterSubmit" events. The container can receive these
events to perform setup before a group of components process their submission, and perform cleanup afterwards.| Name | Description |
|---|---|
| AfterSubmit | |
| BeginSubmit |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
AFTER_SUBMIT_EVENT |
static java.lang.String |
BEGIN_SUBMIT_EVENT |
| Constructor and Description |
|---|
SubmitNotifier() |
public static final java.lang.String BEGIN_SUBMIT_EVENT
public static final java.lang.String AFTER_SUBMIT_EVENT
public SubmitNotifier()
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.