Uses of Class
com.vaadin.flow.component.orderedlayout.Scroller.ScrollDirection
-
-
Uses of Scroller.ScrollDirection in com.vaadin.flow.component.orderedlayout
Methods in com.vaadin.flow.component.orderedlayout that return Scroller.ScrollDirection Modifier and Type Method Description Scroller.ScrollDirectionScroller. getScrollDirection()Returns the scroll direction for this scroller.static Scroller.ScrollDirectionScroller.ScrollDirection. valueOf(String name)Returns the enum constant of this type with the specified name.static Scroller.ScrollDirection[]Scroller.ScrollDirection. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vaadin.flow.component.orderedlayout with parameters of type Scroller.ScrollDirection Modifier and Type Method Description voidScroller. setScrollDirection(Scroller.ScrollDirection scrollDirection)Sets the scroll direction for this scroller.Constructors in com.vaadin.flow.component.orderedlayout with parameters of type Scroller.ScrollDirection Constructor Description Scroller(com.vaadin.flow.component.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.
-