Interface HasEventRepositionStopHandlers
- All Superinterfaces:
HasHandlers
-
Method Summary
Modifier and TypeMethodDescriptionNotification called when an event being drag-moved is dropped.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
-
Method Details
-
addEventRepositionStopHandler
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 withinEventRepositionStopHandler.onEventRepositionStop(com.smartgwt.client.widgets.calendar.events.EventRepositionStop)
to prevent the default action, of actuallyupdating
the event.- Parameters:
handler
- the eventRepositionStop handler- Returns:
HandlerRegistration
used to remove this handler
-