|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.tibco.forms.client.DefaultFormLoaderCallbackHandler
public class DefaultFormLoaderCallbackHandler
An implementation of FormLoaderCallbackHandler.
| Constructor Summary | |
|---|---|
DefaultFormLoaderCallbackHandler()
|
|
| Method Summary | |
|---|---|
protected FormActionCallbackHandler |
getCancelHandler()
Returns the cancel handler. |
protected FormActionCallbackHandler |
getCloseHandler()
Returns the close handler. |
protected FormActionCallbackHandler |
getSubmitHandler()
Returns the submit handler. |
void |
onError(java.lang.Throwable exception)
This method is called when there encounters an error that prevents loading of the form. |
void |
onLoad(Form form)
This method is called when the form loading is complete. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultFormLoaderCallbackHandler()
| Method Detail |
|---|
protected FormActionCallbackHandler getCancelHandler()
protected FormActionCallbackHandler getCloseHandler()
protected FormActionCallbackHandler getSubmitHandler()
public void onError(java.lang.Throwable exception)
onError in interface FormLoaderCallbackHandlerexception - The error encountered by the FormRunner.public void onLoad(Form form)
onLoad in interface FormLoaderCallbackHandlerform - The form runtime instance.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||