Interface DragRepositionStartHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Executed when dragging first starts.
-
Method Details
-
onDragRepositionStart
Executed when dragging first starts. No default implementation. Create this handler to set things up for the drag reposition.- Parameters:
event
- the event
-