Uses of Class
org.apache.wicket.ajax.markup.html.AjaxLink
-
Packages that use AjaxLink Package Description org.apache.wicket.extensions.ajax.markup.html org.apache.wicket.util.tester A package with utility classes to ease unit testing of Wicket applications without the need for a servlet container. -
-
Uses of AjaxLink in org.apache.wicket.extensions.ajax.markup.html
Subclasses of AjaxLink in org.apache.wicket.extensions.ajax.markup.html Modifier and Type Class Description class
IndicatingAjaxLink<T>
A variant of theAjaxLink
that displays a busy indicator while the ajax request is in progress.Method parameters in org.apache.wicket.extensions.ajax.markup.html with type arguments of type AjaxLink Modifier and Type Method Description static <T> IndicatingAjaxLink<T>
IndicatingAjaxLink. onClick(String id, org.danekja.java.util.function.serializable.SerializableBiConsumer<AjaxLink<T>,AjaxRequestTarget> onClick)
-
Uses of AjaxLink in org.apache.wicket.util.tester
Methods in org.apache.wicket.util.tester with parameters of type AjaxLink Modifier and Type Method Description Url
BaseWicketTester. urlFor(AjaxLink<?> link)
-