|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of IAjaxLink in org.apache.wicket.ajax.markup.html |
---|
Classes in org.apache.wicket.ajax.markup.html that implement IAjaxLink | |
---|---|
class |
AjaxFallbackLink<T>
An ajax link that will degrade to a normal request if ajax is not available or javascript is disabled If JavaScript is enabled then the registered JavaScript event 'click' handler will be used, otherwise the 'href' attribute if the markup element is an <a>, <area> or <link>. |
class |
AjaxLink<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 | |
---|---|
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. |
Constructors in org.apache.wicket.ajax.markup.html.navigation.paging with parameters of type IAjaxLink | |
---|---|
AjaxPagingNavigationBehavior(IAjaxLink owner,
IPageable pageable,
String event)
Attaches the navigation behavior to the owner link and drives the pageable component. |
Uses of IAjaxLink in org.apache.wicket.extensions.ajax.markup.html |
---|
Classes in org.apache.wicket.extensions.ajax.markup.html that implement IAjaxLink | |
---|---|
class |
IndicatingAjaxFallbackLink<T>
A variant of the AjaxFallbackLink that displays a busy indicator while the ajax request
is in progress. |
class |
IndicatingAjaxLink<T>
A variant of the AjaxLink that displays a busy indicator while the ajax request is in
progress. |
Uses of IAjaxLink in org.apache.wicket.extensions.ajax.markup.html.repeater.data.sort |
---|
Classes in org.apache.wicket.extensions.ajax.markup.html.repeater.data.sort that implement IAjaxLink | |
---|---|
class |
AjaxFallbackOrderByLink
Ajaxified OrderByLink |
Uses of IAjaxLink in org.apache.wicket.extensions.markup.html.tree |
---|
Subinterfaces of IAjaxLink in org.apache.wicket.extensions.markup.html.tree | |
---|---|
protected static interface |
DefaultAbstractTree.ILinkCallback
Helper class for calling an action from a link. |
Uses of IAjaxLink in org.apache.wicket.markup.html.tree |
---|
Subinterfaces of IAjaxLink in org.apache.wicket.markup.html.tree | |
---|---|
static interface |
BaseTree.ILinkCallback
Helper class for calling an action from a link. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |