Uses of Interface
com.tibco.forms.client.FormActionCallbackHandler

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.
 



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