| Package | com.kapit.diagram |
| Class | public class DiagramDragEvent |
| Inheritance | DiagramDragEvent flash.events.Event |
| Property | Defined by | ||
|---|---|---|---|
| group : DiagramGroup
[read-only]
The temporary DiagramGroup containing the dragged DiagramObjects
| DiagramDragEvent | ||
| Property | Defined by | ||
|---|---|---|---|
| _group : DiagramGroup = null | DiagramDragEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
DiagramDragEvent(type:String, group:DiagramGroup)
| DiagramDragEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| DRAG_FINISHED_WITH_GROUP : String = "dragEventFinishedWithGroup" [static]
Dispatched after the drag operation has completed and before the ungroup of the selection
| DiagramDragEvent | ||
| DRAG_FINISHED_WITHOUT_GROUP : String = "dragEventFinishedWithoutGroup" [static]
Dispatched after the drag operation has completed and after the ungroup of the selection
| DiagramDragEvent | ||
| DRAGGING : String = "dragEventDragging" [static]
Dispatched when the user moves around the mouse while a drag operation is pending
| DiagramDragEvent | ||
| DRAG_STARTED : String = "dragEventStarted" [static]
Dispatched when the user initiates a drag operation
| DiagramDragEvent | ||
| _group | property |
protected var _group:DiagramGroup = null
| group | property |
group:DiagramGroup [read-only]The temporary DiagramGroup containing the dragged DiagramObjects
Implementation public function get group():DiagramGroup
| DiagramDragEvent | () | constructor |
public function DiagramDragEvent(type:String, group:DiagramGroup)Parameters
type:String — is one of DiagramDragEvent.DRAG_STARTED, DiagramDragEvent.DRAGGING, DiagramDragEvent.DRAG_FINISHED
|
|
group:DiagramGroup |
| DRAG_FINISHED_WITH_GROUP | constant |
public static const DRAG_FINISHED_WITH_GROUP:String = "dragEventFinishedWithGroup"Dispatched after the drag operation has completed and before the ungroup of the selection
| DRAG_FINISHED_WITHOUT_GROUP | constant |
public static const DRAG_FINISHED_WITHOUT_GROUP:String = "dragEventFinishedWithoutGroup"Dispatched after the drag operation has completed and after the ungroup of the selection
| DRAGGING | constant |
public static const DRAGGING:String = "dragEventDragging"Dispatched when the user moves around the mouse while a drag operation is pending
| DRAG_STARTED | constant |
public static const DRAG_STARTED:String = "dragEventStarted"Dispatched when the user initiates a drag operation