Package com.inmethod.grid.treegrid
Interface TreePanel.ILinkCallback
- All Superinterfaces:
IClusterable
,Serializable
Helper class for calling an action from a link.
- Author:
- Matej Knopp
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onClick
(AjaxRequestTarget target) Called when the click is executed.
-
Method Details
-
onClick
Called when the click is executed.- Parameters:
target
- The ajax request target
-