Package org.apache.wicket.ajax.markup.html

Interface Summary
IAjaxLink Interface for Ajax callback links.
 

Class Summary
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>.
AjaxLink<T> A component that allows a trigger request to be triggered via html anchor tag
 



Copyright © 2006–2015 Apache Software Foundation. All rights reserved.