| Package | Description |
|---|---|
| org.apache.wicket.ajax.markup.html | |
| org.apache.wicket.ajax.markup.html.navigation.paging |
| Modifier and Type | Class and Description |
|---|---|
class |
AjaxFallbackLink<T>
An ajax link that will degrade to a normal request if ajax is not available or javascript is
disabled.
|
class |
AjaxLink<T>
A component that allows a trigger request to be triggered via html anchor tag
|
| Modifier and Type | Class and Description |
|---|---|
class |
AjaxPagingNavigationIncrementLink
An incremental Ajaxian link to a page of a PageableListView.
|
class |
AjaxPagingNavigationLink
An Ajax version of a link to a page of a PageableListView.
|
| Constructor and Description |
|---|
AjaxPagingNavigationBehavior(IAjaxLink owner,
IPageable pageable,
String event)
Attaches the navigation behavior to the owner link and drives the pageable component.
|
Copyright © 2006–2021 Apache Software Foundation. All rights reserved.