Interface HasEventResizeMoveHandlers
- All Superinterfaces:
 HasHandlers
- 
Method Summary
Modifier and TypeMethodDescriptionNotification called on each resize during an event drag-resize operation.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent 
- 
Method Details
- 
addEventResizeMoveHandler
Notification called on each resize during an event drag-resize operation.The
newEventparameter represents the event as it will be after the resize.Call
EventResizeMove.cancel()from withinEventResizeMoveHandler.onEventResizeMove(com.smartgwt.client.widgets.calendar.events.EventResizeMove)to prevent the default action, of resizing the drag canvas to the newEvent.- Parameters:
 handler- the eventResizeMove handler- Returns:
 HandlerRegistrationused to remove this handler
 
 -