Interface EventRepositionMoveHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Notification called whenever the drop position of an event being drag-moved changes.
-
Method Details
-
onEventRepositionMove
Notification called whenever the drop position of an event being drag-moved changes.The
newEvent
parameter represents the event as it will be after the move, includingstart
andend
dates andlane
andsublane
where applicable.Call
EventRepositionMove.cancel()
from withinonEventRepositionMove(com.smartgwt.client.widgets.calendar.events.EventRepositionMove)
to prevent the default action, of positioning the drag canvas to the newEvent.- Parameters:
event
- the event
-