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