| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.event.shared.HandlerRegistration | addEventRepositionStopHandler(EventRepositionStopHandler handler) Notification called when an event being drag-moved is dropped. |
com.google.gwt.event.shared.HandlerRegistration addEventRepositionStopHandler(EventRepositionStopHandler handler)
The newEvent parameter represents the event as it will be after the move, including start and end dates and lane and sublane where applicable.
Call EventRepositionStop.cancel() from within EventRepositionStopHandler.onEventRepositionStop(com.smartgwt.client.widgets.calendar.events.EventRepositionStop) to prevent the default action, of actually updating the event.
handler - the eventRepositionStop handlerHandlerRegistration used to remove this handler