|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IFormSubmittingComponent | |
---|---|
org.apache.wicket.ajax.markup.html.form | |
org.apache.wicket.markup.html.form | HTML Forms and form components. |
Uses of IFormSubmittingComponent in org.apache.wicket.ajax.markup.html.form |
---|
Classes in org.apache.wicket.ajax.markup.html.form that implement IFormSubmittingComponent | |
---|---|
class |
AjaxButton
A button that submits the form via ajax. |
class |
AjaxFallbackButton
An ajax submit button that will degrade to a normal request if ajax is not available or javascript is disabled. |
class |
AjaxSubmitButton
Deprecated. Use AjaxButton instead. |
class |
AjaxSubmitLink
A link that submits a form via ajax. |
Uses of IFormSubmittingComponent in org.apache.wicket.markup.html.form |
---|
Classes in org.apache.wicket.markup.html.form that implement IFormSubmittingComponent | |
---|---|
class |
AbstractSubmitLink
Abstract class for links that are capable of submitting a form. |
class |
Button
A form button. |
class |
ImageButton
<input type="image"> component - like Button only with an image. |
class |
SubmitLink
A link which can be used exactly like a Button to submit a Form. |
Methods in org.apache.wicket.markup.html.form that return IFormSubmittingComponent | |
---|---|
IFormSubmittingComponent |
Form.findSubmittingButton()
Gets the IFormSubmittingComponent which submitted this form. |
IFormSubmittingComponent |
Form.getDefaultButton()
Gets the default IFormSubmittingComponent. |
Methods in org.apache.wicket.markup.html.form with parameters of type IFormSubmittingComponent | |
---|---|
protected void |
Form.delegateSubmit(IFormSubmittingComponent submittingComponent)
Called (by the default implementation of 'process') when all fields validated, the form was updated and it's data was allowed to be persisted. |
void |
Form.setDefaultButton(IFormSubmittingComponent submittingComponent)
Sets the default IFormSubmittingComponent. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |