| Package | Description |
|---|---|
| com.vaadin.client.widget.escalator | |
| com.vaadin.client.widgets |
| Modifier and Type | Method and Description |
|---|---|
abstract ScrollbarBundle.Direction |
ScrollbarBundle.getDirection()
Returns the scroll direction of this scrollbar bundle.
|
ScrollbarBundle.Direction |
ScrollbarBundle.VerticalScrollbarBundle.getDirection() |
ScrollbarBundle.Direction |
ScrollbarBundle.HorizontalScrollbarBundle.getDirection() |
static ScrollbarBundle.Direction |
ScrollbarBundle.Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScrollbarBundle.Direction[] |
ScrollbarBundle.Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Escalator.isScrollLocked(ScrollbarBundle.Direction direction)
Checks whether or not an direction is locked for scrolling.
|
void |
Escalator.setScrollLocked(ScrollbarBundle.Direction direction,
boolean locked)
Sets whether a scroll direction is locked or not.
|
Copyright © 2016 Vaadin Ltd. All rights reserved.