| Package | Description |
|---|---|
| org.apache.wicket.ajax.markup.html.form | |
| org.apache.wicket.markup.html.form |
HTML Forms and form components.
|
| 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 | 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 |
|---|---|
IFormSubmittingComponent |
Form.getDefaultButton()
Gets the default IFormSubmittingComponent.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Form.setDefaultButton(IFormSubmittingComponent submittingComponent)
Sets the default IFormSubmittingComponent.
|
Copyright © 2006–2014 Apache Software Foundation. All rights reserved.