Uses of Interface
com.vaadin.flow.data.selection.SingleSelectionListener
Packages that use SingleSelectionListener
-
Uses of SingleSelectionListener in com.vaadin.flow.component.grid
Methods in com.vaadin.flow.component.grid with parameters of type SingleSelectionListenerModifier and TypeMethodDescriptionAbstractGridSingleSelectionModel.addSingleSelectionListener(SingleSelectionListener<Grid<T>, T> listener) GridSingleSelectionModel.addSingleSelectionListener(SingleSelectionListener<Grid<T>, T> listener) Adds a selection listener that will be called when the selection is changed either by the user or programmatically.