Uses of Interface
com.vaadin.flow.data.selection.SelectionListener
-
Packages that use SelectionListener Package Description com.vaadin.flow.component.grid com.vaadin.flow.data.selection -
-
Uses of SelectionListener in com.vaadin.flow.component.grid
Methods in com.vaadin.flow.component.grid with parameters of type SelectionListener Modifier and Type Method Description RegistrationAbstractGridMultiSelectionModel. addSelectionListener(SelectionListener<Grid<T>,T> listener)RegistrationAbstractGridSingleSelectionModel. addSelectionListener(SelectionListener<Grid<T>,T> listener)RegistrationGrid. addSelectionListener(SelectionListener<Grid<T>,T> listener)Adds a selection listener to the current selection model.RegistrationGridNoneSelectionModel. 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 SelectionListener Modifier and Type Method Description RegistrationSelectionModel. addSelectionListener(SelectionListener<C,T> listener)Adds a generic listener to this selection model, accepting both single and multiselection events.
-