Uses of Interface
com.vaadin.event.selection.SelectionListener
-
Packages that use SelectionListener Package Description com.vaadin.data com.vaadin.ui com.vaadin.ui.components.grid -
-
Uses of SelectionListener in com.vaadin.data
Methods in com.vaadin.data with parameters of type SelectionListener Modifier and Type Method Description RegistrationSelectionModel. addSelectionListener(SelectionListener<T> listener)Adds a generic listener to this selection model, accepting both single and multiselection events. -
Uses of SelectionListener in com.vaadin.ui
Methods in com.vaadin.ui with parameters of type SelectionListener Modifier and Type Method Description RegistrationGrid. addSelectionListener(SelectionListener<T> listener)Adds a selection listener to the current selection model.RegistrationTree. addSelectionListener(SelectionListener<T> listener)Adds a selection listener to the current selection model. -
Uses of SelectionListener in com.vaadin.ui.components.grid
Methods in com.vaadin.ui.components.grid with parameters of type SelectionListener Modifier and Type Method Description RegistrationGridMultiSelect. addSelectionListener(SelectionListener<T> listener)Adds a generic listener to this selection model, accepting both single and multiselection events.RegistrationGridSingleSelect. addSelectionListener(SelectionListener<T> listener)Adds a generic listener to this selection model, accepting both single and multiselection events.default RegistrationMultiSelectionModel. addSelectionListener(SelectionListener<T> listener)Adds a generic listener to this selection model, accepting both single and multiselection events.RegistrationNoSelectionModel. addSelectionListener(SelectionListener<T> listener)default RegistrationSingleSelectionModel. addSelectionListener(SelectionListener<T> listener)Adds a generic listener to this selection model, accepting both single and multiselection events.
-