Uses of Enum Class
com.vaadin.flow.component.orderedlayout.Scroller.ScrollDirection
Packages that use Scroller.ScrollDirection
-
Uses of Scroller.ScrollDirection in com.vaadin.flow.component.orderedlayout
Methods in com.vaadin.flow.component.orderedlayout that return Scroller.ScrollDirectionModifier and TypeMethodDescriptionScroller.getScrollDirection()
Returns the scroll direction for this scroller.static Scroller.ScrollDirection
Returns the enum constant of this class with the specified name.static Scroller.ScrollDirection[]
Scroller.ScrollDirection.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vaadin.flow.component.orderedlayout with parameters of type Scroller.ScrollDirectionModifier and TypeMethodDescriptionvoid
Scroller.setScrollDirection
(Scroller.ScrollDirection scrollDirection) Sets the scroll direction for this scroller.Constructors in com.vaadin.flow.component.orderedlayout with parameters of type Scroller.ScrollDirectionModifierConstructorDescriptionScroller
(Component content, Scroller.ScrollDirection scrollDirection) Convenience constructor to create a scroller with the given content and scroll direction.Scroller
(Scroller.ScrollDirection scrollDirection) Convenience constructor to create an empty scroller with the given scroll direction.