T - the grid bean type@FunctionalInterface public interface ItemClickListener<T> extends SerializableEventListener
Grid.ItemClick,
Registration| Modifier and Type | Method and Description |
|---|---|
void |
itemClick(Grid.ItemClick<T> event)
Invoked when this listener receives a item click event from a Grid to
which it has been added.
|
void itemClick(Grid.ItemClick<T> event)
event - the received event, not nullCopyright © 2019 Vaadin Ltd. All rights reserved.