| Package | Description |
|---|---|
| org.apache.wicket.ajax.form | |
| org.apache.wicket.ajax.markup.html.form | |
| org.apache.wicket.markup.html.form |
HTML Forms and form components.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AjaxFormSubmitBehavior.AjaxFormSubmitter
A publicly reachable class that allows to introspect the submitter, e.g.
|
| Modifier and Type | Class and Description |
|---|---|
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 |
AjaxSubmitLink
A link that submits a form via ajax.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IFormSubmittingComponent
Interface that must be implemented by components that are able to submit form.
|
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
IFormSubmitter |
Form.findSubmittingButton()
Gets the IFormSubmittingComponent which submitted this form.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
Form.callOnError(IFormSubmitter submitter)
|
protected void |
Form.delegateSubmit(IFormSubmitter 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.onFormSubmitted(IFormSubmitter submitter)
THIS METHOD IS NOT PART OF THE WICKET API.
|
void |
Form.process(IFormSubmitter submittingComponent)
Process the form.
|
void |
StatelessForm.process(IFormSubmitter submittingComponent)
Remove the page parameters for all form component otherwise they get appended to action URL
Process the form.
|
Copyright © 2006–2021 Apache Software Foundation. All rights reserved.