public interface EventRepositionMoveHandler
extends com.google.gwt.event.shared.EventHandler
Modifier and Type | Method and Description |
---|---|
void |
onEventRepositionMove(EventRepositionMove event)
Notification called whenever the drop position of an event being drag-moved changes.
|
void onEventRepositionMove(EventRepositionMove event)
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 EventRepositionMove.cancel()
from within onEventRepositionMove(com.smartgwt.client.widgets.calendar.events.EventRepositionMove)
to prevent
the default action, of positioning the drag canvas to the newEvent.
event
- the event