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