Packagecom.flashframer.rotaryGallery
Classpublic class rotaryGalleryEvent
InheritancerotaryGalleryEvent Inheritance flash.events.Event



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined 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
Public Constants
 ConstantDefined 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
Property detail
descriptionproperty
description:String  [read-write]

The description of the target.

Implementation
    public function get description():String
    public function set description(value:String):void
idproperty 
id:String  [read-write]

The optional id of the target.

Implementation
    public function get id():String
    public function set id(value:String):void
imageUrlproperty 
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
indexproperty 
index:int  [read-write]

The index of the target.

Implementation
    public function get index():int
    public function set index(value:int):void
linkUrlproperty 
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
titleproperty 
title:String  [read-write]

The title of the target.

Implementation
    public function get title():String
    public function set title(value:String):void
Constructor detail
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

Parameters
type: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)
Method detail
clone()method
public override function clone():Event

Creates a copy of the rotaryGalleryEvent object and sets the value of each property to match the original.

Returns
Event — A new rotaryGalleryEvent object with parameter values that match those of the original.
toString()method 
public override function toString():String

Returns a string that contains all the properties of the rotaryGalleryEvent object.

Returns
String — A string that contains all the properties of the rotaryGalleryEvent object.
Constant detail
CLICKconstant
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:

PropertyValue
bubblesfalse
cancelablefalse; there is no default behavior to cancel.
idThe optional id of the target.
indexThe index of the target.
titleThe optional title of the target.
descriptionThe optional description of the target.
imageurlThe url of the target's image.
linkurlThe url of the target's click-through link.
CURRENT_IMAGE_CHANGEconstant 
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:

PropertyValue
bubblesfalse
cancelablefalse; there is no default behavior to cancel.
idThe optional id of the target.
indexThe index of the target.
titleThe optional title of the target.
descriptionThe optional description of the target.
imageurlThe url of the target's image/video.
linkurlThe url of the target's click-through link.