wicket.ajax.markup.html
Class AjaxLink

public class AjaxLink
extends WebMarkupContainer
implements IAjaxLink
A component that allows a trigger request to be triggered via html anchor tag
Since1.2
VersionNot specified.
AuthorIgor Vaynberg (ivaynberg)
Wiki javadoc Use textile entry format.
Add your comments here.
Constructor Summary
AjaxLink( String id )
Construct.
AjaxLink( String id, IModel model )
Construct.
Method Summary
protected IAjaxCallDecorator getAjaxCallDecorator()
Returns ajax call decorator that will be used to decorate the ajax call.
void onClick( AjaxRequestTarget target )
Listener method invoked on the ajax request generated when the user clicks the link
Methods inherited from wicketComponent
Methods inherited from wicket.markup.htmlWebMarkupContainer
AjaxLink
public AjaxLink ( String id )
Construct.
Parameters
TypeNameDescription
String id No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
AjaxLink
public AjaxLink ( String id, IModel model )
Construct.
Parameters
TypeNameDescription
String id No description provided.
IModel model No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
getAjaxCallDecorator
protected IAjaxCallDecorator getAjaxCallDecorator ( )
Returns ajax call decorator that will be used to decorate the ajax call.
Wiki javadoc Use textile entry format.
Add your comments here.
onClick
public void onClick ( AjaxRequestTarget target )
Listener method invoked on the ajax request generated when the user clicks the link
Implements method in IAjaxLink
Parameters
TypeNameDescription
AjaxRequestTarget target No description provided.
Returns void No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.