public interface HasTimelineEventMovedHandlers extends HasHandlers
| Modifier and Type | Method and Description |
|---|---|
HandlerRegistration |
addTimelineEventMovedHandler(TimelineEventMovedHandler handler)
Deprecated.
Please use addEventReposition[Move/Stop]Handler instead, this will be removed in a future release.
|
fireEventHandlerRegistration addTimelineEventMovedHandler(TimelineEventMovedHandler handler)
TimelineEventMoved.cancel() from within TimelineEventMovedHandler.onTimelineEventMoved(com.smartgwt.client.widgets.calendar.events.TimelineEventMoved) to disallow the move.handler - the timelineEventMoved handlerHandlerRegistration used to remove this handler