|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FormActionCallbackHandler
Interface for the action handler to be registered with the Form.
| Method Summary | |
|---|---|
void |
doExecute(java.lang.String actionName,
Form form)
Executes the action. |
void |
doPostExecute(java.lang.String actionName,
Form form)
Post-action execution hook. |
void |
doPreExecute(java.lang.String actionName,
Form form)
Pre-action-execution hook. |
| Method Detail |
|---|
void doExecute(java.lang.String actionName,
Form form)
actionName - The name of the action.form - The form instance.
void doPostExecute(java.lang.String actionName,
Form form)
actionName - The name of the action.form - The form instance.
void doPreExecute(java.lang.String actionName,
Form form)
actionName - The name of the action.form - The form instance.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||