|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FormActionCallbackHandler | |
|---|---|
| com.tibco.forms.client | |
| Uses of FormActionCallbackHandler in com.tibco.forms.client |
|---|
| Classes in com.tibco.forms.client that implement FormActionCallbackHandler | |
|---|---|
class |
CloseHandler
A Form close handler that performs form destroy. |
class |
DefaultFormActionCallbackHandler
Default implementation of FormActionCallbackHandler. |
| Methods in com.tibco.forms.client that return FormActionCallbackHandler | |
|---|---|
protected FormActionCallbackHandler |
DefaultFormLoaderCallbackHandler.getCancelHandler()
Returns the cancel handler. |
protected FormActionCallbackHandler |
DefaultFormLoaderCallbackHandler.getCloseHandler()
Returns the close handler. |
protected FormActionCallbackHandler |
DefaultFormLoaderCallbackHandler.getSubmitHandler()
Returns the submit handler. |
| Methods in com.tibco.forms.client with parameters of type FormActionCallbackHandler | |
|---|---|
void |
Form.setCallbackHandler(java.lang.String actionName,
FormActionCallbackHandler handler)
Adds a handler to the form that will be invoked when the specified action is invoked in the Form. |
void |
DefaultForm.setCallbackHandler(java.lang.String actionName,
FormActionCallbackHandler handler)
Adds a handler to the form that will be invoked when the specified action is invoked in the Form. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||