Class VScroller.ScrollEvent

java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<VScroller>
org.vaadin.firitin.components.orderedlayout.VScroller.ScrollEvent
All Implemented Interfaces:
Serializable
Enclosing class:
VScroller

public static class VScroller.ScrollEvent extends com.vaadin.flow.component.ComponentEvent<VScroller>
See Also:
  • Method Details

    • getScrollLeft

      public int getScrollLeft()
    • getScrollTop

      public int getScrollTop()