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()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) Sets the scroll behavior.Constructors in com.vaadin.flow.component with parameters of type ScrollOptions.BehaviorModifierConstructorDescriptionScrollOptions(ScrollOptions.Behavior behavior) Create an instance with the given scroll behavior.ScrollOptions(ScrollOptions.Behavior behavior, ScrollOptions.Alignment block, ScrollOptions.Alignment inline) Create an instance with the given scroll options.