Interface HasEventResizeStopHandlers
- All Superinterfaces:
- HasHandlers
- 
Method SummaryModifier and TypeMethodDescriptionNotification called when an event drag-resize operation completes.Methods inherited from interface com.google.gwt.event.shared.HasHandlersfireEvent
- 
Method Details- 
addEventResizeStopHandlerNotification called when an event drag-resize operation completes.The newEventparameter 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 actuallyupdatingthe event.- Parameters:
- handler- the eventResizeStop handler
- Returns:
- HandlerRegistrationused to remove this handler
 
 
-