Uses of Class
com.vaadin.ui.Grid.ItemClick
-
Packages that use Grid.ItemClick Package Description com.vaadin.ui.components.grid -
-
Uses of Grid.ItemClick in com.vaadin.ui.components.grid
Methods in com.vaadin.ui.components.grid with parameters of type Grid.ItemClick Modifier and Type Method Description void
ItemClickListener. itemClick(Grid.ItemClick<T> event)
Invoked when this listener receives a item click event from a Grid to which it has been added.
-