|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.tibco.forms.client.DefaultFormActionCallbackHandler
public class DefaultFormActionCallbackHandler
Default implementation of FormActionCallbackHandler.
| Constructor Summary | |
|---|---|
DefaultFormActionCallbackHandler()
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultFormActionCallbackHandler()
| Method Detail |
|---|
public void doExecute(java.lang.String actionName,
Form form)
doExecute in interface FormActionCallbackHandleractionName - The name of the action.form - The form instance.
public void doPostExecute(java.lang.String actionName,
Form form)
doPostExecute in interface FormActionCallbackHandleractionName - The name of the action.form - The form instance.
public void doPreExecute(java.lang.String actionName,
Form form)
doPreExecute in interface FormActionCallbackHandleractionName - 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 | |||||||||