|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FormListener
| Method Summary | |
|---|---|
boolean |
doBeforeAction(Form form)
Fires before any action is performed. |
void |
onActionComplete(Form form,
int httpStatus,
java.lang.String responseText)
Fires when an action is completed. |
void |
onActionFailed(Form form,
int httpStatus,
java.lang.String responseText)
Fires when an action fails. |
| Method Detail |
|---|
void onActionComplete(Form form,
int httpStatus,
java.lang.String responseText)
form - thishttpStatus - the http status coderesponseText - the result html returned by the server
void onActionFailed(Form form,
int httpStatus,
java.lang.String responseText)
form - thishttpStatus - the http status coderesponseText - the result html returned by the serverboolean doBeforeAction(Form form)
form - this
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||