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.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.Behavior
Returns 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 TypeMethodDescriptionvoid
ScrollOptions.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.