We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
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.