Interface VCalendar.ScrollListener

  • Enclosing class:
    VCalendar

    public static interface VCalendar.ScrollListener
    Listener interface for listening to scroll events.
    • Method Detail

      • scroll

        void scroll​(int scrollPosition)
        Triggered when the calendar is scrolled.
        Parameters:
        scrollPosition - The scroll position in pixels as returned by ScrollPanel.getScrollPosition()