|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IFormSubmittingComponent
Interface that must be implemented by components that are able to submit form.
| Method Summary | |
|---|---|
boolean |
getDefaultFormProcessing()
Returns whether form should be processed the default way. |
Form<?> |
getForm()
Returns the form this component submits. |
java.lang.String |
getInputName()
Returns the name that is unique to this component, at least within the form. |
void |
onSubmit()
Override this method to provide special submit handling in a multi-button form. |
| Method Detail |
|---|
boolean getDefaultFormProcessing()
Form<?> getForm()
java.lang.String getInputName()
void onSubmit()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||