Packageorg.apache.flex.core
Classpublic class MXMLDragInitiator
InheritanceMXMLDragInitiator Inheritance EventDispatcher Inheritance flash.events.EventDispatcher
Implements IBead, IDragInitiator

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 Properties
 PropertyDefined By
  dropTarget : Object
The dropTarget
MXMLDragInitiator
  dropType : String
The DropType
MXMLDragInitiator
  strand : IStrand
[write-only]
MXMLDragInitiator
Public Methods
 MethodDefined By
  
Constructor.
MXMLDragInitiator
  
acceptedDrop(dropTarget:Object, type:String):void
Handles the acceptedDrop API
MXMLDragInitiator
  
acceptingDrop(dropTarget:Object, type:String):void
Handles the acceptingDrop API
MXMLDragInitiator
Events
 Event Summary Defined By
  Indicates that acceptedDrop API has been called.MXMLDragInitiator
  Indicates that acceptingDrop API has been called.MXMLDragInitiator
Property Detail
dropTargetproperty
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

dropTypeproperty 
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

strandproperty 
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
Constructor Detail
MXMLDragInitiator()Constructor
public function MXMLDragInitiator()

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

Constructor.

Method Detail
acceptedDrop()method
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

acceptingDrop()method 
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 Detail
acceptedDrop Event
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.

acceptingDrop Event  
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.