|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry5.corelib.components.SubmitNotifier
@Events(value={"BeginSubmit","AfterSubmit"}) public class SubmitNotifier
A non visual component used to provide notifications to its container during a form submission. Records actions into
the form on 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.
Events: |
---|
Constructor Summary | |
---|---|
SubmitNotifier()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SubmitNotifier()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |