Uses of Interface
com.vaadin.flow.data.selection.SelectionListener
Packages that use SelectionListener
-
Uses of SelectionListener in com.vaadin.flow.component.grid
Methods in com.vaadin.flow.component.grid with parameters of type SelectionListenerModifier and TypeMethodDescriptionAbstractGridMultiSelectionModel.addSelectionListener(SelectionListener<Grid<T>, T> listener) AbstractGridSingleSelectionModel.addSelectionListener(SelectionListener<Grid<T>, T> listener) Grid.addSelectionListener(SelectionListener<Grid<T>, T> listener) Adds a selection listener to the current selection model.GridNoneSelectionModel.addSelectionListener(SelectionListener<Grid<T>, T> listener) -
Uses of SelectionListener in com.vaadin.flow.data.selection
Methods in com.vaadin.flow.data.selection with parameters of type SelectionListenerModifier and TypeMethodDescriptionSelectionModel.addSelectionListener(SelectionListener<C, T> listener) Adds a generic listener to this selection model, accepting both single and multiselection events.