|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IFormSubmitter
Triggers a form submit and controls its processing
| Method Summary | |
|---|---|
boolean |
getDefaultFormProcessing()
Returns whether form should be processed the default way. |
Form<?> |
getForm()
Returns the form this component submits. |
void |
onError()
Method that is invoked when form processing fails; for example, when there are validation errors. |
void |
onSubmit()
Override this method to provide special submit handling in a multi-button form. |
| Method Detail |
|---|
Form<?> getForm()
boolean getDefaultFormProcessing()
void onSubmit()
Form.onSubmit().
void onError()
Form.onError().
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||