Interface HasEventResizeStopHandlers
- All Superinterfaces:
HasHandlers
-
Method Summary
Modifier and TypeMethodDescriptionNotification called when an event drag-resize operation completes.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
-
Method Details
-
addEventResizeStopHandler
Notification called when an event drag-resize operation completes.The
newEvent
parameter represents the event as it will be after the move.Call
EventResizeStop.cancel()
from withinEventResizeStopHandler.onEventResizeStop(com.smartgwt.client.widgets.calendar.events.EventResizeStop)
to prevent the default action, of actuallyupdating
the event.- Parameters:
handler
- the eventResizeStop handler- Returns:
HandlerRegistration
used to remove this handler
-