Uses of Class
com.vaadin.client.widget.grid.selection.SelectionEvent
-
Packages that use SelectionEvent Package Description com.vaadin.client.widget.grid.selection -
-
Uses of SelectionEvent in com.vaadin.client.widget.grid.selection
Methods in com.vaadin.client.widget.grid.selection with parameters of type SelectionEvent Modifier and Type Method Description void
SelectionHandler. onSelect(SelectionEvent<T> event)
Called when a selection model's selection state is changed.
-