Uses of Interface
com.vaadin.flow.data.selection.MultiSelectionListener
Packages that use MultiSelectionListener
Package
Description
-
Uses of MultiSelectionListener in com.vaadin.flow.component.checkbox
Methods in com.vaadin.flow.component.checkbox with parameters of type MultiSelectionListenerModifier and TypeMethodDescriptionCheckboxGroup.addSelectionListener(MultiSelectionListener<CheckboxGroup<T>, T> listener) -
Uses of MultiSelectionListener in com.vaadin.flow.component.combobox
Methods in com.vaadin.flow.component.combobox with parameters of type MultiSelectionListenerModifier and TypeMethodDescriptionMultiSelectComboBox.addSelectionListener(MultiSelectionListener<MultiSelectComboBox<TItem>, TItem> listener) -
Uses of MultiSelectionListener in com.vaadin.flow.component.grid
Methods in com.vaadin.flow.component.grid with parameters of type MultiSelectionListenerModifier and TypeMethodDescriptionAbstractGridMultiSelectionModel.addMultiSelectionListener(MultiSelectionListener<Grid<T>, T> listener) GridMultiSelectionModel.addMultiSelectionListener(MultiSelectionListener<Grid<T>, 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.flow.component.listbox
Methods in com.vaadin.flow.component.listbox with parameters of type MultiSelectionListenerModifier and TypeMethodDescriptionMultiSelectListBox.addSelectionListener(MultiSelectionListener<MultiSelectListBox<T>, T> listener) -
Uses of MultiSelectionListener in com.vaadin.flow.data.selection
Methods in com.vaadin.flow.data.selection with parameters of type MultiSelectionListenerModifier and TypeMethodDescriptionMultiSelect.addSelectionListener(MultiSelectionListener<C, T> listener) Adds a selection listener that will be called when the selection is changed either by the user or programmatically.