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
newEvent
parameter 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:
HandlerRegistration
used to remove this handler
-