com.tibco.forms.client
Interface FormActionCallbackHandler

All Known Implementing Classes:
CloseHandler, DefaultFormActionCallbackHandler

public interface FormActionCallbackHandler

Interface for the action handler to be registered with the Form.

Since:
2.2.2

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

doExecute

void doExecute(java.lang.String actionName,
               Form form)
Executes the action.

Parameters:
actionName - The name of the action.
form - The form instance.

doPostExecute

void doPostExecute(java.lang.String actionName,
                   Form form)
Post-action execution hook.

Parameters:
actionName - The name of the action.
form - The form instance.

doPreExecute

void doPreExecute(java.lang.String actionName,
                  Form form)
Pre-action-execution hook.

Parameters:
actionName - The name of the action.
form - The form instance.


Copyright © 2015 Cloud Software Group, Inc. All Rights Reserved.