Uses of Interface
com.vaadin.flow.data.selection.MultiSelectionListener
-
-
Uses of MultiSelectionListener in com.vaadin.flow.component.checkbox
Methods in com.vaadin.flow.component.checkbox with parameters of type MultiSelectionListener Modifier and Type Method Description RegistrationCheckboxGroup. 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 MultiSelectionListener Modifier and Type Method Description RegistrationMultiSelectComboBox. 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 MultiSelectionListener Modifier and Type Method Description RegistrationAbstractGridMultiSelectionModel. addMultiSelectionListener(MultiSelectionListener<Grid<T>,T> listener)RegistrationGridMultiSelectionModel. 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 MultiSelectionListener Modifier and Type Method Description RegistrationMultiSelectListBox. 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 MultiSelectionListener Modifier and Type Method Description RegistrationMultiSelect. addSelectionListener(MultiSelectionListener<C,T> listener)Adds a selection listener that will be called when the selection is changed either by the user or programmatically.
-