com.vaadin.ui.

Interface Tree.ItemClickListener<T>

    • Method Summary

      All Methods
      Modifier and Type Method Description
      void itemClick​(Tree.ItemClick<T> event)

      Invoked when this listener receives a item click event from a Tree to which it has been added.

    • Method Detail

      • itemClick

        void itemClick​(Tree.ItemClick<T> event)

        Invoked when this listener receives a item click event from a Tree to which it has been added.

        Parameters:

        event - the received event, not null