Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The MXMLDragInitiator is an IDragInitiator that
dispatches events when the IDragInitiator methods
are called to make it easier to handle in MXML.
public var dropTarget:Object
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The dropTarget
public var dropType:String
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The DropType
strand:IStrand
[write-only]
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Implementation public function set strand(value:IStrand):void
public function MXMLDragInitiator()
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Constructor.
public function acceptedDrop(dropTarget:Object, type:String):void
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Handles the acceptedDrop API
Parameters
| dropTarget:Object |
|
| type:String |
public function acceptingDrop(dropTarget:Object, type:String):void
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Handles the acceptingDrop API
Parameters
| dropTarget:Object |
|
| type:String |
Event Object Type: org.apache.flex.events.Event
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Indicates that acceptedDrop API has been called.
Event Object Type: org.apache.flex.events.Event
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Indicates that acceptingDrop API has been called.
Mon Sep 5 2016, 07:19 AM -07:00