| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.event.shared.HandlerRegistration |
addEventMovedHandler(EventMovedHandler handler)
Called when an event is moved via dragging by a user.
|
com.google.gwt.event.shared.HandlerRegistration addEventMovedHandler(EventMovedHandler handler)
CalendarEventMoved.cancel() from within EventMovedHandler.onEventMoved(com.smartgwt.client.widgets.calendar.events.CalendarEventMoved) to disallow the move.handler - the eventMoved handlerHandlerRegistration used to remove this handler