Uses of Class
org.apache.wicket.ajax.markup.html.AjaxLink

Packages that use AjaxLink
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
 class IndicatingAjaxLink<T>
          A variant of the AjaxLink that displays a busy indicator while the ajax request is in progress.
 

Uses of AjaxLink in org.apache.wicket.util.tester
 

Methods in org.apache.wicket.util.tester with parameters of type AjaxLink
 Url BaseWicketTester.urlFor(AjaxLink<?> link)
           
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.