com.vaadin.client.ui
Interface VCalendar.ScrollListener

Enclosing class:
VCalendar

public static interface VCalendar.ScrollListener

Listener interface for listening to scroll events.


Method Summary
 void scroll(int scrollPosition)
          Triggered when the calendar is scrolled
 

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()


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.