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

    Modifier and Type
    Method
    Description
    void
    Called when the click is executed.
  • Method Details

    • onClick

      void onClick(AjaxRequestTarget target)
      Called when the click is executed.
      Parameters:
      target - The ajax request target