Uses of Interface
com.vaadin.flow.data.selection.SingleSelectionListener
-
Packages that use SingleSelectionListener Package Description com.vaadin.flow.component.grid -
-
Uses of SingleSelectionListener in com.vaadin.flow.component.grid
Methods in com.vaadin.flow.component.grid with parameters of type SingleSelectionListener Modifier and Type Method Description RegistrationAbstractGridSingleSelectionModel. addSingleSelectionListener(SingleSelectionListener<Grid<T>,T> listener)RegistrationGridSingleSelectionModel. 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.
-