Interface TreeListArea.LeafClickHandler<E>

Enclosing class:
TreeListArea<E>

public static interface TreeListArea.LeafClickHandler<E>
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    onLeafClick(TreeListArea<E> area, E item)
     
  • Method Details