com.inmethod.grid.treegrid
Interface TreePanel.ILinkCallback

All Superinterfaces:
IClusterable, Serializable
Enclosing class:
TreePanel<T extends TreeModel,I extends TreeNode>

public static interface TreePanel.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 © 2007–2014 inMethod s.r.o.. All rights reserved.