| Package | com.flashframer.rotaryGallery |
| Class | public class rotaryGalleryEvent |
| Inheritance | rotaryGalleryEvent flash.events.Event |
| Property | Defined by | ||
|---|---|---|---|
| description : String
The description of the target.
| rotaryGalleryEvent | ||
| id : String
The optional id of the target.
| rotaryGalleryEvent | ||
| imageUrl : String
The url of the target's image/video.
| rotaryGalleryEvent | ||
| index : int
The index of the target.
| rotaryGalleryEvent | ||
| linkUrl : String
The url of the target's click-through link.
| rotaryGalleryEvent | ||
| title : String
The title of the target.
| rotaryGalleryEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
rotaryGalleryEvent(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
| rotaryGalleryEvent | ||
|
clone():Event
Creates a copy of the rotaryGalleryEvent object and sets the value of each
property to match the original.
| rotaryGalleryEvent | ||
|
toString():String
Returns a string that contains all the properties of the rotaryGalleryEvent object.
| rotaryGalleryEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| CLICK : String = "Click" [static]
The
rotaryGalleryEvent.CLICK constant defines the value of the type
property of a rotaryGalleryEvent event object. | rotaryGalleryEvent | ||
| CURRENT_IMAGE_CHANGE : String = "CurrentImageChange" [static]
The
rotaryGalleryEvent.CURRENT_IMAGE_CHANGE constant defines the value of the type
property of a rotaryGalleryEvent event object. | rotaryGalleryEvent | ||
| 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
| rotaryGalleryEvent | () | constructor |
public function rotaryGalleryEvent(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 rotaryGalleryEvent object and sets the value of each property to match the original.
ReturnsEvent — A new rotaryGalleryEvent 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 rotaryGalleryEvent object.
ReturnsString — A string that contains all the properties of the rotaryGalleryEvent object.
|
| CLICK | constant |
public static const CLICK:String = "Click"
The rotaryGalleryEvent.CLICK constant defines the value of the type
property of a rotaryGalleryEvent 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. |
linkurl | The url of the target's click-through link. |
| CURRENT_IMAGE_CHANGE | constant |
public static const CURRENT_IMAGE_CHANGE:String = "CurrentImageChange"
The rotaryGalleryEvent.CURRENT_IMAGE_CHANGE constant defines the value of the type
property of a rotaryGalleryEvent 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. |