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

All Superinterfaces:
org.apache.wicket.IClusterable, java.io.Serializable
Enclosing class:
DefaultAbstractTree

protected static interface DefaultAbstractTree.ILinkCallback
extends org.apache.wicket.IClusterable

Helper class for calling an action from a link.

Author:
Matej Knopp

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

Method Detail

onClick

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

Parameters:
target - The ajax request target


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