Uses of Class
overit.geocall.ui.DragDropException
Packages that use DragDropException
Package
Description
-
Uses of DragDropException in overit.geocall.basic.ui.container
Methods in overit.geocall.basic.ui.container that throw DragDropExceptionModifier and TypeMethodDescriptionForm.drag(DragDrop.Part source) Implements theDraggableDroppableinterface.TableView.drag(DragDrop.Part source) Implements the operation of drag from the table (implements theDraggableDroppable)voidForm.dragged(DragDrop.Part source, DragDrop.Part destination, Object dragged, boolean moved) Implements theDraggableDroppableinterface.voidTableView.dragged(DragDrop.Part source, DragDrop.Part destination, Object dragged, boolean moved) Called when the object is dropped (implements theDraggableDroppableinterface)Form.drop(DragDrop.Part source, DragDrop.Part destination, Object toDrop) Implements theDraggableDroppableinterface.TableView.drop(DragDrop.Part source, DragDrop.Part destination, Object toDrop) Implements the operation of drop on the table (implements theDraggableDroppableinterface) -
Uses of DragDropException in overit.geocall.ui
Methods in overit.geocall.ui that throw DragDropExceptionModifier and TypeMethodDescriptionDraggableDroppable.drag(DragDrop.Part source) Implements the drag operationvoidDraggableDroppable.dragged(DragDrop.Part source, DragDrop.Part destination, Object dragged, boolean moved) Called before the object is droppedDraggableDroppable.drop(DragDrop.Part source, DragDrop.Part destination, Object toDrop) Implements the drag operationvoidDragDrop.execute()Execute the drag and drop operation. -
Uses of DragDropException in overit.geocallapp.utilities.ux.ui.container.table
Methods in overit.geocallapp.utilities.ux.ui.container.table that throw DragDropExceptionModifier and TypeMethodDescriptionvoidTableViewDD.dragged(DragDrop.Part source, DragDrop.Part destination, Object dragged, boolean moved) Works only in "t" mode It is used to handle drag & drop of multiple rowsTableViewDD.drop(DragDrop.Part source, DragDrop.Part destination, Object toDrop) protected voidTableViewDD.singleDragged(DragDrop.Part source, DragDrop.Part destination, Object dragged, boolean moved)