| Package | com.flashframer.PhotoShuffle |
| Class | public class PhotoShuffleEvent |
| Inheritance | PhotoShuffleEvent flash.events.Event |
| Property | Defined by | ||
|---|---|---|---|
| description : String
The description of the target photo object.
| PhotoShuffleEvent | ||
| imageUrl : String
The image url of the target photo object.
| PhotoShuffleEvent | ||
| linkUrl : String
The link url of the target photo object.
| PhotoShuffleEvent | ||
| title : String
The title of the target photo object.
| PhotoShuffleEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
PhotoShuffleEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, imageUrl:String = null, linkUrl:String = null, title:String = null, description:String = null)
Constructor
| PhotoShuffleEvent | ||
|
clone():Event
Creates a copy of the PhotoShuffleEvent object and sets the value of each
property to match the original.
| PhotoShuffleEvent | ||
|
toString():String
Returns a string that contains all the properties of the PhotoShuffleEvent object.
| PhotoShuffleEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| CLICK : String = "Click" [static]
The
PhotoShuffleEvent.CLICK constant defines the value of the type
property of a PhotoShuffleEvent event object. | PhotoShuffleEvent | ||
| ZOOMED_IN : String = "ZoomedIn" [static]
The
PhotoShuffleEvent.ZOOMED_IN constant defines the value of the type
property of a PhotoShuffleEvent event object. | PhotoShuffleEvent | ||
| ZOOMED_OUT : String = "ZoomedOut" [static]
The
PhotoShuffleEvent.ZOOMED_OUT constant defines the value of the type
property of a PhotoShuffleEvent event object. | PhotoShuffleEvent | ||
| description | property |
description:String [read-write]The description of the target photo object.
Implementation public function get description():String
public function set description(value:String):void
| imageUrl | property |
imageUrl:String [read-write]The image url of the target photo object.
Implementation public function get imageUrl():String
public function set imageUrl(value:String):void
| linkUrl | property |
linkUrl:String [read-write]The link url of the target photo object.
Implementation public function get linkUrl():String
public function set linkUrl(value:String):void
| title | property |
title:String [read-write]The title of the target photo object.
Implementation public function get title():String
public function set title(value:String):void
| PhotoShuffleEvent | () | constructor |
public function PhotoShuffleEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, imageUrl:String = null, linkUrl:String = null, title:String = null, description:String = null)Constructor
Parameterstype:String |
|
bubbles:Boolean (default = false) |
|
cancelable:Boolean (default = false) |
|
imageUrl:String (default = null) |
|
linkUrl:String (default = null) |
|
title:String (default = null) |
|
description:String (default = null) |
| clone | () | method |
public override function clone():EventCreates a copy of the PhotoShuffleEvent object and sets the value of each property to match the original.
ReturnsEvent — A new PhotoShuffleEvent 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 PhotoShuffleEvent object.
ReturnsString — A string that contains all the properties of the PhotoShuffleEvent object.
|
| CLICK | constant |
public static const CLICK:String = "Click"
The PhotoShuffleEvent.CLICK constant defines the value of the type
property of a PhotoShuffleEvent event object.
This event has the following properties:
| Property | Value |
|---|---|
bubbles | false |
cancelable | false; there is no default
behavior to cancel. |
imageUrl | The url of the target photo object. |
linkUrl | The url of the click-through link. |
title | The title of the target photo object. |
description | The description of the target photo object. |
| ZOOMED_IN | constant |
public static const ZOOMED_IN:String = "ZoomedIn"
The PhotoShuffleEvent.ZOOMED_IN constant defines the value of the type
property of a PhotoShuffleEvent event object.
This event has the following properties:
| Property | Value |
|---|---|
bubbles | false |
cancelable | false; there is no default
behavior to cancel. |
imageUrl | The url of the target photo object. |
linkUrl | The url of the click-through link. |
title | The title of the target photo object. |
description | The description of the target photo object. |
| ZOOMED_OUT | constant |
public static const ZOOMED_OUT:String = "ZoomedOut"
The PhotoShuffleEvent.ZOOMED_OUT constant defines the value of the type
property of a PhotoShuffleEvent event object.
This event has the following properties:
| Property | Value |
|---|---|
bubbles | false |
cancelable | false; there is no default
behavior to cancel. |
imageUrl | The url of the target photo object. |
linkUrl | The url of the click-through link. |
title | The title of the target photo object. |
description | The description of the target photo object. |