Packageorg.apache.flex.html.beads.controllers
Classpublic class DropMouseController
InheritanceDropMouseController Inheritance EventDispatcher Inheritance flash.events.EventDispatcher
Implements IBead

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.



Public Properties
 PropertyDefined By
  strand : IStrand
DropMouseController
Public Methods
 MethodDefined By
  
constructor.
DropMouseController
  
acceptDragDrop(target:IUIBase, type:String):void
DropMouseController
Events
 Event Summary Defined By
  Indicates that a drop operation should be executed.DropMouseController
  Indicates that the mouse has entered the component during a drag operatino.DropMouseController
  Indicates that the mouse is moving out of a component during a drag/drop operation.DropMouseController
  Indicates that the mouse is moving over a component during a drag/drop operation.DropMouseController
Property Detail
strandproperty
strand:IStrand


Implementation
    public function get strand():IStrand
    public function set strand(value:IStrand):void
Constructor Detail
DropMouseController()Constructor
public function DropMouseController()

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

constructor.

Method Detail
acceptDragDrop()method
public function acceptDragDrop(target:IUIBase, type:String):void

Parameters

target:IUIBase
 
type:String

Event Detail
dragDrop Event
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.

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

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

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