Package | Description |
---|---|
com.vaadin.flow.component.orderedlayout |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
Scroller.setScrollDirection(Scroller.ScrollDirection scrollDirection)
Sets the scroll direction for this scroller.
|
Constructor and 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.
|
Copyright © 2025. All rights reserved.