Uses of Interface
com.vaadin.v7.client.ui.VCalendar.EventMovedListener
-
Packages that use VCalendar.EventMovedListener Package Description com.vaadin.v7.client.ui -
-
Uses of VCalendar.EventMovedListener in com.vaadin.v7.client.ui
Methods in com.vaadin.v7.client.ui that return VCalendar.EventMovedListener Modifier and Type Method Description VCalendar.EventMovedListenerVCalendar. getEventMovedListener()Get the listener that listens to when event is dragged to a new location.Methods in com.vaadin.v7.client.ui with parameters of type VCalendar.EventMovedListener Modifier and Type Method Description voidVCalendar. setListener(VCalendar.EventMovedListener eventMovedListener)Set the listener that listens to when event is dragged to a new location.
-