@Events(value={"BeginSubmit","AfterSubmit"}) public class SubmitNotifier extends 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 String |
AFTER_SUBMIT_EVENT |
static String |
BEGIN_SUBMIT_EVENT |
Constructor and Description |
---|
SubmitNotifier() |
public static final String BEGIN_SUBMIT_EVENT
public static final String AFTER_SUBMIT_EVENT
public SubmitNotifier()
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.