Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The DragMouseController bead handles mouse events on the
a component, looking for activity that constitutes the start
of a drag drop operation.
public static var defaultThreshold:int = 4
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The default movement in x and or y that
means a drag should start
public static var dragging:Boolean = false
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Whether there is a drag operation
in progress.
public static var dragImage:IUIBase
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The drag image.
public static var dragImageOffsetX:Number = 0
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The offset of the drag image.
public static var dragImageOffsetY:Number = 0
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The offset of the drag image.
strand:IStrand
Implementation public function get strand():IStrand
public function set strand(value:IStrand):void
public var threshold:int = 4
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The movement in x and or y that
means a drag should start
public function DragMouseController()
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
constructor.
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 drag/drop operation is ending.
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 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 a drag/drop operation is starting.
Mon Sep 5 2016, 07:19 AM -07:00