Interface ListArea.ClickHandler<E>

All Known Implementing Classes:
TreeListArea, WebSearchResultPopup
Enclosing class:
ListArea<E>

public static interface ListArea.ClickHandler<E>
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    onListClick(ListArea<E> area, int index, E item)
     
  • Method Details

    • onListClick

      boolean onListClick(ListArea<E> area, int index, E item)