| Package | Description |
|---|---|
| org.apache.wicket.ajax.markup.html.form | |
| org.apache.wicket.markup.html |
Base package of HTML markup.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
HTML5Attributes.onButton(Button button,
ComponentTag tag)
|
| Modifier and Type | Class and Description |
|---|---|
class |
ImageButton
<input type="image"> component - like
Button only with an image. |
| Modifier and Type | Method and Description |
|---|---|
Button |
Button.setDefaultFormProcessing(boolean defaultFormProcessing)
Sets the defaultFormProcessing property.
|
Copyright © 2006–2014 Apache Software Foundation. All rights reserved.