Uses of Enum Class
com.vaadin.flow.component.shared.SelectionPreservationMode
Packages that use SelectionPreservationMode
Package
Description
-
Uses of SelectionPreservationMode in com.vaadin.flow.component.checkbox
Methods in com.vaadin.flow.component.checkbox that return SelectionPreservationModeModifier and TypeMethodDescriptionCheckboxGroup.getSelectionPreservationMode()
Gets the selection preservation mode.Methods in com.vaadin.flow.component.checkbox with parameters of type SelectionPreservationModeModifier and TypeMethodDescriptionvoid
CheckboxGroup.setSelectionPreservationMode
(SelectionPreservationMode selectionPreservationMode) Sets the selection preservation mode. -
Uses of SelectionPreservationMode in com.vaadin.flow.component.grid
Methods in com.vaadin.flow.component.grid that return SelectionPreservationModeModifier and TypeMethodDescriptionGrid.getSelectionPreservationMode()
Gets the selection preservation mode.Methods in com.vaadin.flow.component.grid with parameters of type SelectionPreservationModeModifier and TypeMethodDescriptionvoid
Grid.setSelectionPreservationMode
(SelectionPreservationMode selectionPreservationMode) Sets the selection preservation mode. -
Uses of SelectionPreservationMode in com.vaadin.flow.component.listbox
Methods in com.vaadin.flow.component.listbox that return SelectionPreservationModeModifier and TypeMethodDescriptionMultiSelectListBox.getSelectionPreservationMode()
Gets the selection preservation mode.Methods in com.vaadin.flow.component.listbox with parameters of type SelectionPreservationModeModifier and TypeMethodDescriptionvoid
MultiSelectListBox.setSelectionPreservationMode
(SelectionPreservationMode selectionPreservationMode) Sets the selection preservation mode. -
Uses of SelectionPreservationMode in com.vaadin.flow.component.radiobutton
Methods in com.vaadin.flow.component.radiobutton that return SelectionPreservationModeModifier and TypeMethodDescriptionRadioButtonGroup.getSelectionPreservationMode()
Gets the selection preservation mode.Methods in com.vaadin.flow.component.radiobutton with parameters of type SelectionPreservationModeModifier and TypeMethodDescriptionvoid
RadioButtonGroup.setSelectionPreservationMode
(SelectionPreservationMode selectionPreservationMode) Sets the selection preservation mode.