Uses of Enum Class
com.vaadin.flow.component.ScrollOptions.Behavior
Packages that use ScrollOptions.Behavior
-
Uses of ScrollOptions.Behavior in com.vaadin.flow.component
Methods in com.vaadin.flow.component that return ScrollOptions.BehaviorModifier and TypeMethodDescriptionScrollOptions.getBehavior()Deprecated, for removal: This API element is subject to removal in a future version.Gets the scroll behavior.static ScrollOptions.BehaviorReturns the enum constant of this class with the specified name.static ScrollOptions.Behavior[]ScrollOptions.Behavior.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vaadin.flow.component with parameters of type ScrollOptions.BehaviorModifier and TypeMethodDescriptionvoidScrollOptions.setBehavior(ScrollOptions.Behavior behavior) Deprecated, for removal: This API element is subject to removal in a future version.Sets the scroll behavior.Constructors in com.vaadin.flow.component with parameters of type ScrollOptions.BehaviorModifierConstructorDescriptionScrollOptions(ScrollOptions.Behavior behavior) Deprecated, for removal: This API element is subject to removal in a future version.Create an instance with the given scroll behavior.ScrollOptions(ScrollOptions.Behavior behavior, ScrollOptions.Alignment block, ScrollOptions.Alignment inline) Deprecated, for removal: This API element is subject to removal in a future version.Create an instance with the given scroll options.