wicket.ajax.markup.html
Interface IAjaxLink

All Known Implementing Classes:
AjaxFallbackLink, AjaxLink, AjaxPagingNavigationIncrementLink, AjaxPagingNavigationLink

public interface IAjaxLink

Interface for Ajax callback links.

Since:
1.2
Author:
Igor Vaynberg (ivaynberg), Martijn Dashorst

Method Summary
 void onClick(AjaxRequestTarget target)
          Listener method invoked on the ajax request generated when the user clicks the link
 

Method Detail

onClick

void onClick(AjaxRequestTarget target)
Listener method invoked on the ajax request generated when the user clicks the link

Parameters:
target - the request target.


Copyright © 2004-2007 Wicket developers. All Rights Reserved.