wicket.extensions.markup.html.tree
Interface DefaultAbstractTree.ILinkCallback

All Superinterfaces:
java.io.Serializable
Enclosing class:
DefaultAbstractTree

protected static interface DefaultAbstractTree.ILinkCallback
extends java.io.Serializable

Helper class for calling an action from a link.

Author:
Matej Knopp

Method Summary
 void onClick(wicket.ajax.AjaxRequestTarget target)
          Called when the click is executed.
 

Method Detail

onClick

void onClick(wicket.ajax.AjaxRequestTarget target)
Called when the click is executed.

Parameters:
target - The ajax request target


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