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

All Superinterfaces:
IClusterable, Serializable
Enclosing class:
DefaultAbstractTree

protected static interface DefaultAbstractTree.ILinkCallback
extends IClusterable

Helper class for calling an action from a link.

Author:
Matej Knopp

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

Method Detail

onClick

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

Parameters:
target - The ajax request target


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