Uses of Class
overit.geocall.ui.DragDrop.Part
Packages that use DragDrop.Part
Package
Description
-
Uses of DragDrop.Part in overit.geocall.basic.ui.container
Methods in overit.geocall.basic.ui.container with parameters of type DragDrop.PartModifier and TypeMethodDescriptionForm.drag(DragDrop.Part source) Implements theDraggableDroppableinterface.TableView.drag(DragDrop.Part source) Implements the operation of drag from the table (implements theDraggableDroppable)voidForm.dragDrop(DragDrop.Part source, DragDrop.Part destination, boolean moving) Implements theDraggableDroppableinterface.voidTableView.dragDrop(DragDrop.Part source, DragDrop.Part destination, boolean moving) Implements the operation of drag and drop on the same table (DraggableDroppableinterface)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 DragDrop.Part in overit.geocall.ui
Fields in overit.geocall.ui declared as DragDrop.PartModifier and TypeFieldDescriptionprotected DragDrop.PartDragDrop._dragSourcePartprotected DragDrop.PartDragDrop._dropDestinationPartMethods in overit.geocall.ui with parameters of type DragDrop.PartModifier and TypeMethodDescriptionDraggableDroppable.drag(DragDrop.Part source) Implements the drag operationvoidDraggableDroppable.dragDrop(DragDrop.Part source, DragDrop.Part destination, boolean moving) Implements the operation of drag and drop on the same objectvoidDraggableDroppable.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 operation -
Uses of DragDrop.Part in overit.geocallapp.utilities.ux.ui.container.table
Methods in overit.geocallapp.utilities.ux.ui.container.table with parameters of type DragDrop.PartModifier 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 ContainerTableViewDD.notifyDraggedToParent(DragDrop.Part source, DragDrop.Part destination, Object draggedObject, Container parent) protected ContainerTableViewDD.notifyDropToParent(DragDrop.Part source, DragDrop.Part destination, Object toDrop, Container parent) booleanTableViewDD.DraggedListener.onDragged(DragDrop.Part source, DragDrop.Part destination, Object params) booleanTableViewDD.DropListener.onDrop(DragDrop.Part source, DragDrop.Part destination, Object params) protected voidTableViewDD.singleDragged(DragDrop.Part source, DragDrop.Part destination, Object dragged, boolean moved) -
Uses of DragDrop.Part in overit.geocallapp.wfm.core.ux.crewshell.workshift
Methods in overit.geocallapp.wfm.core.ux.crewshell.workshift with parameters of type DragDrop.PartModifier and TypeMethodDescriptionprotected voidCrewShellWorkshift.manageTurniDragDropOnResource(overit.geocallapp.wfm.schedulazione.utenti.calendarioturni.ui.CelleCalendario celleSelezionate, DragDrop.Part destination, boolean moving) -
Uses of DragDrop.Part in overit.geocallapp.wfm.core.ux.schedule.dailyplan.configuration.tooltip.edit
Methods in overit.geocallapp.wfm.core.ux.schedule.dailyplan.configuration.tooltip.edit with parameters of type DragDrop.PartModifier and TypeMethodDescriptionvoidTooltipConfigurationTreeModelTableView.dragDrop(DragDrop.Part source, DragDrop.Part destination, boolean moving)