Package | Description |
---|---|
org.apache.wicket.ajax | |
org.apache.wicket.ajax.form | |
org.apache.wicket.ajax.markup.html | |
org.apache.wicket.ajax.markup.html.navigation.paging | |
org.apache.wicket.extensions.ajax | |
org.apache.wicket.extensions.ajax.markup.html | |
org.apache.wicket.extensions.ajax.markup.html.repeater.data.sort | |
org.apache.wicket.markup.html.form.upload |
Support for upload forms (using multipart requests).
|
org.apache.wicket.util.tester |
A package with utility classes to ease unit testing of Wicket applications without the need for
a servlet container.
|
Modifier and Type | Class and Description |
---|---|
class |
AjaxPreventSubmitBehavior
An Ajax behavior that could be used to prevent the form submit
when the user presses the ENTER key while in an HTML
<input type="text" > field.
|
Modifier and Type | Method and Description |
---|---|
static AjaxEventBehavior |
AjaxEventBehavior.onEvent(String eventName,
org.danekja.java.util.function.serializable.SerializableConsumer<AjaxRequestTarget> onEvent)
Creates an
AjaxEventBehavior based on lambda expressions |
Modifier and Type | Class and Description |
---|---|
class |
AjaxFormChoiceComponentUpdatingBehavior
This is a Ajax Component Update Behavior that is meant for choices/groups that are not one
component in the html but many.
|
class |
AjaxFormComponentUpdatingBehavior
A behavior that updates the hosting FormComponent via ajax when an event it is attached to is
triggered.
|
class |
AjaxFormSubmitBehavior
Ajax event behavior that submits a form via ajax when the event it is attached to, is invoked.
|
class |
OnChangeAjaxBehavior
A behavior that updates the hosting
FormComponent via Ajax when value of the component is
changed. |
Modifier and Type | Method and Description |
---|---|
protected AjaxEventBehavior |
AjaxFallbackLink.newAjaxEventBehavior(String event) |
protected AjaxEventBehavior |
AjaxLink.newAjaxEventBehavior(String event) |
Modifier and Type | Class and Description |
---|---|
class |
AjaxPagingNavigationBehavior
Ajax behavior for the paging navigation links.
|
Modifier and Type | Class and Description |
---|---|
class |
AjaxFileDropBehavior
Uploads files from a drop event.
|
Modifier and Type | Class and Description |
---|---|
protected class |
AjaxEditableLabel.LabelAjaxBehavior |
Modifier and Type | Method and Description |
---|---|
protected AjaxEventBehavior |
AjaxOrderByLink.newAjaxEventBehavior(String event) |
Modifier and Type | Class and Description |
---|---|
class |
FilesSelectedBehavior
OnChangeAjaxBehavior that streams back to server properties
of the selected file(s) (at client side), before uploading it (them). |
Modifier and Type | Method and Description |
---|---|
static AjaxEventBehavior |
WicketTesterHelper.findAjaxEventBehavior(Component component,
String event)
Finds the first AjaxEventBehavior attached to the specified component with the
specified event.
|
Modifier and Type | Method and Description |
---|---|
static List<AjaxEventBehavior> |
WicketTesterHelper.findAjaxEventBehaviors(Component component,
String event)
Finds all AjaxEventBehavior's attached to the specified component with
the specified event.
|
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.