Package com.vaadin.v7.client.ui
Interface VCalendar.ScrollListener
-
- Enclosing class:
- VCalendar
public static interface VCalendar.ScrollListenerListener interface for listening to scroll events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidscroll(int scrollPosition)Triggered when the calendar is scrolled.
-