THIS
- Self-referential generic THISpublic interface FluentScrollable<THIS extends FluentScrollable<THIS>>
extends com.vaadin.server.Scrollable
Scrollable
Scrollable
Modifier and Type | Method and Description |
---|---|
default THIS |
withScrollLeft(int scrollLeft)
Sets scroll left offset.
|
default THIS |
withScrollTop(int scrollTop)
Sets scroll top offset.
|
default THIS withScrollLeft(int scrollLeft)
Scrolling offset is the number of pixels this scrollable has been scrolled right.
scrollLeft
- the xOffset.Scrollable.setScrollLeft(int)
default THIS withScrollTop(int scrollTop)
Scrolling offset is the number of pixels this scrollable has been scrolled down.
The scrolling position is limited by the current height of the content area. If the position is below the height, it is scrolled to the bottom. However, if the same response also adds height to the content area, scrolling to bottom only scrolls to the bottom of the previous content area.
scrollTop
- the yOffset.Scrollable.setScrollTop(int)
Copyright © 2017 Jean-Christophe Fortier. All rights reserved.