| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Object
|
+--xp.events.Event
|
+--xp.events.DragDropEvent
Field Summary | ||
| context: Object | ||
| The context object the event is related to For tree drop events this is an object with the properties: dragTree - The tree which is the parent of the node being dragged dropTree - The tree which is the parent of the node being dropped on node - The node being dragged parentNode - The parent node wher the node is benig dropped index - The index position where the node will be inserted position - The requested position before, after, over copy - True if the node is being copied | ||
| type: String | ||
| The type of event, the string "node"-one of "drag" or "drop" | ||
| ||
Constructor | ||
| public | DragDropEvent ( type: String, context: Object) | |
| Constructs a new drag and drop event | ||
| var context: Object |
| The context object the event is related to For tree drop events this is an object with the properties: dragTree - The tree which is the parent of the node being dragged dropTree - The tree which is the parent of the node being dropped on node - The node being dragged parentNode - The parent node wher the node is benig dropped index - The index position where the node will be inserted position - The requested position before, after, over copy - True if the node is being copied |
| var type: String |
| The type of event, the string "node"-one of "drag" or "drop" |
|
| Constructs a new drag and drop event | ||||||
|