T - The row data typepublic interface SelectionHandler<T>
extends com.google.gwt.event.shared.EventHandler
SelectionEvents.| Modifier and Type | Method and Description |
|---|---|
void |
onSelect(SelectionEvent<T> event)
Called when a selection model's selection state is changed.
|
void onSelect(SelectionEvent<T> event)
event - a selection event, containing info about rows that have been
added to or removed from the selection.Copyright © 2018 Vaadin Ltd. All rights reserved.