Interface HasEventRepositionMoveHandlers
- All Superinterfaces:
HasHandlers
-
Method Summary
Modifier and TypeMethodDescriptionNotification called whenever the drop position of an event being drag-moved changes.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
-
Method Details
-
addEventRepositionMoveHandler
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 withinEventRepositionMoveHandler.onEventRepositionMove(com.smartgwt.client.widgets.calendar.events.EventRepositionMove)
to prevent the default action, of positioning the drag canvas to the newEvent.- Parameters:
handler
- the eventRepositionMove handler- Returns:
HandlerRegistration
used to remove this handler
-