|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.gwtext.client.widgets.form.event.FormListenerAdapter
public class FormListenerAdapter
| Constructor Summary | |
|---|---|
FormListenerAdapter()
|
|
| Method Summary | |
|---|---|
boolean |
doBeforeAction(Form form)
Fires before any action is performed. |
void |
onActionComplete(Form form)
Use onActionComplete(com.gwtext.client.widgets.form.Form, int, String) |
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. |
void |
onClientValidation(Form form,
boolean valid)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FormListenerAdapter()
| Method Detail |
|---|
public final void onActionComplete(Form form)
onActionComplete(com.gwtext.client.widgets.form.Form, int, String)
form - this
public void onActionComplete(Form form,
int httpStatus,
java.lang.String responseText)
FormListener
onActionComplete in interface FormListenerform - thishttpStatus - the http status coderesponseText - the result html returned by the server
public void onActionFailed(Form form,
int httpStatus,
java.lang.String responseText)
FormListener
onActionFailed in interface FormListenerform - thishttpStatus - the http status coderesponseText - the result html returned by the serverpublic boolean doBeforeAction(Form form)
FormListener
doBeforeAction in interface FormListenerform - this
public void onClientValidation(Form form,
boolean valid)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||