| Package | org.juicekit.events |
| Class | public class DataMouseEvent |
| Inheritance | DataMouseEvent flash.events.MouseEvent |
| Property | Defined by | ||
|---|---|---|---|
| data : Object
Contains a reference to the event's data
Object. | DataMouseEvent | ||
| dataSprite : DataSprite
Contains a reference to the event's
dataSprite. | DataMouseEvent | ||
| sender : EventDispatcher
Contains a reference to this wrapped event's original
EventDispatcher. | DataMouseEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
DataMouseEvent(event:MouseEvent, data:Object = null, dataSprite:DataSprite = null)
Constructor.
| DataMouseEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| CLICK : String = "jkDataClick" [static]
The
DataMouseEvent.CLICK constant
defines the value of the type property of the event
object for a DataMouseEvent event. | DataMouseEvent | ||
| DOUBLE_CLICK : String = "jkDataDoubleClick" [static]
The
DataMouseEvent.DOUBLE_CLICK constant
defines the value of the type property of the event
object for a DataMouseEvent event. | DataMouseEvent | ||
| MOUSE_OUT : String = "jkDataMouseOut" [static]
The
DataMouseEvent.MOUSE_OUT constant
defines the value of the type property of the event
object for a DataMouseEvent event. | DataMouseEvent | ||
| MOUSE_OVER : String = "jkDataMouseOver" [static]
The
DataMouseEvent.MOUSE_OVER constant
defines the value of the type property of the event
object for a DataMouseEvent event. | DataMouseEvent | ||
| data | property |
public var data:Object
Contains a reference to the event's data Object.
| dataSprite | property |
public var dataSprite:DataSprite
Contains a reference to the event's dataSprite.
| sender | property |
public var sender:EventDispatcher
Contains a reference to this wrapped event's original
EventDispatcher.
| DataMouseEvent | () | constructor |
public function DataMouseEvent(event:MouseEvent, data:Object = null, dataSprite:DataSprite = null)Constructor.
Parametersevent:MouseEvent — References the originating MouseEvent
that this instance will wrap.
|
|
data:Object (default = null) — Contains a reference to the related data
Object.
|
|
dataSprite:DataSprite (default = null) |
| CLICK | constant |
public static const CLICK:String = "jkDataClick"
The DataMouseEvent.CLICK constant
defines the value of the type property of the event
object for a DataMouseEvent event.
| DOUBLE_CLICK | constant |
public static const DOUBLE_CLICK:String = "jkDataDoubleClick"
The DataMouseEvent.DOUBLE_CLICK constant
defines the value of the type property of the event
object for a DataMouseEvent event.
| MOUSE_OUT | constant |
public static const MOUSE_OUT:String = "jkDataMouseOut"
The DataMouseEvent.MOUSE_OUT constant
defines the value of the type property of the event
object for a DataMouseEvent event.
| MOUSE_OVER | constant |
public static const MOUSE_OVER:String = "jkDataMouseOver"
The DataMouseEvent.MOUSE_OVER constant
defines the value of the type property of the event
object for a DataMouseEvent event.