Uses of Class
com.vaadin.flow.component.orderedlayout.Scroller.ScrollDirection
-
Packages that use Scroller.ScrollDirection Package Description com.vaadin.flow.component.orderedlayout -
-
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.ScrollDirection
Scroller. getScrollDirection()
Returns the scroll direction for this scroller.static Scroller.ScrollDirection
Scroller.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 void
Scroller. 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(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.
-