| Package | com.flashframer.space3D |
| Class | public class space3DEvent |
| Inheritance | space3DEvent flash.events.Event |
| Property | Defined by | ||
|---|---|---|---|
| description : String
The description of the target.
| space3DEvent | ||
| id : String
The optional id of the target.
| space3DEvent | ||
| imageUrl : String
The url of the target's image/video.
| space3DEvent | ||
| index : int
The index of the target.
| space3DEvent | ||
| linkUrl : String
The url of the target's click-through link.
| space3DEvent | ||
| title : String
The title of the target.
| space3DEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
space3DEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, id:String = null, index:int = -1, title:String = null, description:String = null, imageUrl:String = null, linkUrl:String = null)
Constructor
| space3DEvent | ||
|
clone():Event
Creates a copy of the space3DEvent object and sets the value of each
property to match the original.
| space3DEvent | ||
|
toString():String
Returns a string that contains all the properties of the space3DEvent object.
| space3DEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| CLICK : String = "Click" [static]
The
space3DEvent.CLICK constant defines the value of the type
property of a space3DEvent event object. | space3DEvent | ||
| CURRENT_IMAGE_CHANGE : String = "CurrentImageChange" [static]
The
space3DEvent.CURRENT_IMAGE_CHANGE constant defines the value of the type
property of a space3DEvent event object. | space3DEvent | ||
| FLIP_BACK : String = "FlipBack" [static]
The
space3DEvent.FLIP_BACK constant defines the value of the type
property of a space3DEvent event object. | space3DEvent | ||
| FLIP_FRONT : String = "FlipFront" [static]
The
space3DEvent.FLIP_FRONT constant defines the value of the type
property of a space3DEvent event object. | space3DEvent | ||
| description | property |
description:String [read-write]The description of the target.
Implementation public function get description():String
public function set description(value:String):void
| id | property |
id:String [read-write]The optional id of the target.
Implementation public function get id():String
public function set id(value:String):void
| imageUrl | property |
imageUrl:String [read-write]The url of the target's image/video.
Implementation public function get imageUrl():String
public function set imageUrl(value:String):void
| index | property |
index:int [read-write]The index of the target.
Implementation public function get index():int
public function set index(value:int):void
| linkUrl | property |
linkUrl:String [read-write]The url of the target's click-through link.
Implementation public function get linkUrl():String
public function set linkUrl(value:String):void
| title | property |
title:String [read-write]The title of the target.
Implementation public function get title():String
public function set title(value:String):void
| space3DEvent | () | constructor |
public function space3DEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, id:String = null, index:int = -1, title:String = null, description:String = null, imageUrl:String = null, linkUrl:String = null)Constructor
Parameterstype:String |
|
bubbles:Boolean (default = false) |
|
cancelable:Boolean (default = false) |
|
id:String (default = null) |
|
index:int (default = -1) |
|
title:String (default = null) |
|
description:String (default = null) |
|
imageUrl:String (default = null) |
|
linkUrl:String (default = null) |
| clone | () | method |
public override function clone():EventCreates a copy of the space3DEvent object and sets the value of each property to match the original.
ReturnsEvent — A new space3DEvent object with parameter values that match those of the original.
|
| toString | () | method |
public override function toString():StringReturns a string that contains all the properties of the space3DEvent object.
ReturnsString — A string that contains all the properties of the space3DEvent object.
|
| CLICK | constant |
public static const CLICK:String = "Click"
The space3DEvent.CLICK constant defines the value of the type
property of a space3DEvent event object.
This event has the following properties:
| Property | Value |
|---|---|
bubbles | false |
cancelable | false; there is no default
behavior to cancel. |
id | The optional id of the target. |
index | The index of the target. |
title | The optional title of the target. |
description | The optional description of the target. |
imageurl | The url of the target's image/video. |
linkurl | The url of the target's click-through link. |
| CURRENT_IMAGE_CHANGE | constant |
public static const CURRENT_IMAGE_CHANGE:String = "CurrentImageChange"
The space3DEvent.CURRENT_IMAGE_CHANGE constant defines the value of the type
property of a space3DEvent event object.
This event has the following properties:
| Property | Value |
|---|---|
bubbles | false |
cancelable | false; there is no default
behavior to cancel. |
id | The optional id of the target. |
index | The index of the target. |
title | The optional title of the target. |
description | The optional description of the target. |
imageurl | The url of the target's image/video. |
linkurl | The url of the target's click-through link. |
| FLIP_BACK | constant |
public static const FLIP_BACK:String = "FlipBack"
The space3DEvent.FLIP_BACK constant defines the value of the type
property of a space3DEvent event object.
This event has the following properties:
| Property | Value |
|---|---|
bubbles | false |
cancelable | false; there is no default
behavior to cancel. |
id | The optional id of the target. |
index | The index of the target. |
title | The optional title of the target. |
description | The optional description of the target. |
imageurl | The url of the target's image/video. |
linkurl | The url of the target's click-through link. |
| FLIP_FRONT | constant |
public static const FLIP_FRONT:String = "FlipFront"
The space3DEvent.FLIP_FRONT constant defines the value of the type
property of a space3DEvent event object.
This event has the following properties:
| Property | Value |
|---|---|
bubbles | false |
cancelable | false; there is no default
behavior to cancel. |
id | The optional id of the target. |
index | The index of the target. |
title | The optional title of the target. |
description | The optional description of the target. |
imageurl | The url of the target's image/video. |
linkurl | The url of the target's click-through link. |