Interface EventRepositionStopHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Notification called when an event being drag-moved is dropped.
-
Method Details
-
onEventRepositionStop
Notification called when an event being drag-moved is dropped.The
newEvent
parameter represents the event as it will be after the move, includingstart
andend
dates andlane
andsublane
where applicable.Call
EventRepositionStop.cancel()
from withinonEventRepositionStop(com.smartgwt.client.widgets.calendar.events.EventRepositionStop)
to prevent the default action, of actuallyupdating
the event.- Parameters:
event
- the event
-