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 com.vaadin.shared.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 com.vaadin.shared.RegistrationGrid. addSelectionListener(SelectionListener<T> listener)Adds a selection listener to the current selection model.com.vaadin.shared.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 com.vaadin.shared.RegistrationGridMultiSelect. addSelectionListener(SelectionListener<T> listener)Adds a generic listener to this selection model, accepting both single and multiselection events.com.vaadin.shared.RegistrationGridSingleSelect. addSelectionListener(SelectionListener<T> listener)Adds a generic listener to this selection model, accepting both single and multiselection events.default com.vaadin.shared.RegistrationMultiSelectionModel. addSelectionListener(SelectionListener<T> listener)Adds a generic listener to this selection model, accepting both single and multiselection events.com.vaadin.shared.RegistrationNoSelectionModel. addSelectionListener(SelectionListener<T> listener)default com.vaadin.shared.RegistrationSingleSelectionModel. addSelectionListener(SelectionListener<T> listener)Adds a generic listener to this selection model, accepting both single and multiselection events.
-