public interface HasTimelineEventMovedHandlers
extends com.google.gwt.event.shared.HasHandlers
Modifier and Type | Method and Description |
---|---|
com.google.gwt.event.shared.HandlerRegistration |
addTimelineEventMovedHandler(TimelineEventMovedHandler handler)
Deprecated.
Please use addEventReposition[Move/Stop]Handler instead, this will be removed in a future release.
|
com.google.gwt.event.shared.HandlerRegistration 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