Uses of Interface
com.vaadin.event.selection.MultiSelectionListener
-
Packages that use MultiSelectionListener Package Description com.vaadin.ui com.vaadin.ui.components.grid -
-
Uses of MultiSelectionListener in com.vaadin.ui
Methods in com.vaadin.ui with parameters of type MultiSelectionListener Modifier and Type Method Description RegistrationAbstractMultiSelect. addSelectionListener(MultiSelectionListener<T> listener)Adds a selection listener that will be called when the selection is changed either by the user or programmatically.RegistrationMultiSelect. addSelectionListener(MultiSelectionListener<T> listener)Adds a selection listener that will be called when the selection is changed either by the user or programmatically. -
Uses of MultiSelectionListener in com.vaadin.ui.components.grid
Methods in com.vaadin.ui.components.grid with parameters of type MultiSelectionListener Modifier and Type Method Description RegistrationGridMultiSelect. addMultiSelectionListener(MultiSelectionListener<T> listener)Adds a selection listener that will be called when the selection is changed either by the user or programmatically.RegistrationMultiSelectionModel. addMultiSelectionListener(MultiSelectionListener<T> listener)Adds a selection listener that will be called when the selection is changed either by the user or programmatically.RegistrationMultiSelectionModelImpl. addMultiSelectionListener(MultiSelectionListener<T> listener)RegistrationGridMultiSelect. addSelectionListener(MultiSelectionListener<T> listener)
-