Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The DropMouseController bead handles mouse events on the
a component, looking for events from a drag/drop operation.
strand:IStrand
Implementation public function get strand():IStrand
public function set strand(value:IStrand):void
public function DropMouseController()
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
constructor.
public function acceptDragDrop(target:IUIBase, type:String):void
Parameters
Event Object Type: org.apache.flex.events.DragEvent
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Indicates that a drop operation should be executed.
Event Object Type: org.apache.flex.events.DragEvent
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Indicates that the mouse has entered the component during
a drag operatino.
Event Object Type: org.apache.flex.events.DragEvent
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Indicates that the mouse is moving out of a component during
a drag/drop operation.
Event Object Type: org.apache.flex.events.DragEvent
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Indicates that the mouse is moving over a component during
a drag/drop operation.
Mon Sep 5 2016, 07:19 AM -07:00