com.vaadin.flow.component.orderedlayout.

Class Scroller

java.lang.Object
com.vaadin.flow.component.Component
com.vaadin.flow.component.orderedlayout.Scroller

All Implemented Interfaces:

AttachNotifier, BlurNotifier<Scroller>, DetachNotifier, Focusable<Scroller>, FocusNotifier<Scroller>, HasElement, HasEnabled, HasSize, HasStyle, HasTheme, HasThemeVariant<ScrollerVariant>, Serializable

@Tag("vaadin-scroller") @NpmPackage(value="@vaadin/polymer-legacy-adapter",version="24.7.0-alpha7") @NpmPackage(value="@vaadin/scroller",version="24.7.0-alpha7") @JsModule("@vaadin/polymer-legacy-adapter/style-modules.js") @JsModule("@vaadin/scroller/src/vaadin-scroller.js") public class Scroller extends Component implements Focusable<Scroller>, HasSize, HasStyle, HasThemeVariant<ScrollerVariant>

Scroller is a component container which enables scrolling overflowing content. Scroll direction can be configured with setScrollDirection(ScrollDirection)

See Also: