Uses of Enum Class
com.vaadin.flow.component.shared.SelectionPreservationMode
Packages that use SelectionPreservationMode
-
Uses of SelectionPreservationMode in com.vaadin.flow.component.shared
Methods in com.vaadin.flow.component.shared that return SelectionPreservationModeModifier and TypeMethodDescriptionSelectionPreservationHandler.getSelectionPreservationMode()Gets the selection preservation mode.static SelectionPreservationModeReturns the enum constant of this class with the specified name.static SelectionPreservationMode[]SelectionPreservationMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vaadin.flow.component.shared with parameters of type SelectionPreservationModeModifier and TypeMethodDescriptionfinal voidSelectionPreservationHandler.setSelectionPreservationMode(SelectionPreservationMode selectionPreservationMode) Sets the selection preservation mode.Constructors in com.vaadin.flow.component.shared with parameters of type SelectionPreservationModeModifierConstructorDescriptionSelectionPreservationHandler(SelectionPreservationMode selectionPreservationMode) Constructor taking in the initial selection preservation mode.