Interface ItemClickListener<T>

    • Method Detail

      • itemClick

        void itemClick​(Grid.ItemClick<T> event)
        Invoked when this listener receives a item click event from a Grid to which it has been added.
        Parameters:
        event - the received event, not null