Uses of Interface
org.apache.wicket.ajax.markup.html.IAjaxLink
-
Packages that use IAjaxLink Package Description org.apache.wicket.ajax.markup.html org.apache.wicket.ajax.markup.html.navigation.paging -
-
Uses of IAjaxLink in org.apache.wicket.ajax.markup.html
Classes in org.apache.wicket.ajax.markup.html that implement IAjaxLink Modifier and Type Class Description classAjaxLink<T>A component that allows a trigger request to be triggered via html anchor tag -
Uses of IAjaxLink in org.apache.wicket.ajax.markup.html.navigation.paging
Classes in org.apache.wicket.ajax.markup.html.navigation.paging that implement IAjaxLink Modifier and Type Class Description classAjaxPagingNavigationIncrementLinkAn incremental Ajaxian link to a page of a PageableListView.classAjaxPagingNavigationLinkAn Ajax version of a link to a page of a PageableListView.Constructors in org.apache.wicket.ajax.markup.html.navigation.paging with parameters of type IAjaxLink Constructor Description AjaxPagingNavigationBehavior(IAjaxLink owner, IPageable pageable, java.lang.String event)Attaches the navigation behavior to the owner link and drives the pageable component.
-