ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
com.adobe.ep.ux.content.event 

AssetActionEvent  - AS3 ADEP Content

Packagecom.adobe.ep.ux.content.event
Classpublic class AssetActionEvent
InheritanceAssetActionEvent Inheritance FlexEvent Inheritance Event Inheritance Object

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Content 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Event dispatched when user clicks on one of asset action shown on the Search Results Viewer's AssetActionsRenderer (Control button bar). The event contains name of asset action, asset Type, the selected items (Asset) from the Search Results Viewer's datagrid.



Public Properties
 PropertyDefined By
  actionItems : Array
[read-only] Selected Itmes on which action is taken
AssetActionEvent
  actionName : String
[read-only] Name of the action
AssetActionEvent
  assetType : String
[read-only] Type of asset on which action is taken
AssetActionEvent
 Inheritedbubbles : Boolean
[read-only] Indicates whether an event is a bubbling event.
Event
 Inheritedcancelable : Boolean
[read-only] Indicates whether the behavior associated with the event can be prevented.
Event
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
  creationDate : Date
[read-only] Date of the asset on which action should be taken.
AssetActionEvent
 InheritedcurrentTarget : Object
[read-only] The object that is actively processing the Event object with an event listener.
Event
 InheritedeventPhase : uint
[read-only] The current phase in the event flow.
Event
 Inheritedtarget : Object
[read-only] The event target.
Event
 Inheritedtype : String
[read-only] The type of event.
Event
Public Methods
 MethodDefined By
  
AssetActionEvent(actionName:String, actionItems:Array, vAssetType:String, type:String, creationDate:Date = null)
Constructor
AssetActionEvent
 Inherited
Duplicates an instance of an Event subclass.
Event
 Inherited
formatToString(className:String, ... arguments):String
A utility function for implementing the toString() method in custom ActionScript 3.0 Event classes.
Event
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Checks whether the preventDefault() method has been called on the event.
Event
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Cancels an event's default behavior if that behavior can be canceled.
Event
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Prevents processing of any event listeners in the current node and any subsequent nodes in the event flow.
Event
 Inherited
Prevents processing of any event listeners in nodes subsequent to the current node in the event flow.
Event
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns a string containing all the properties of the Event object.
Event
 Inherited
Returns the primitive value of the specified object.
Object
Public Constants
 ConstantDefined By
  ACTION_DEFAULT : String = "defaultAction"
[static] This constant specifies the default action to be taken on the asset
AssetActionEvent
  ACTION_DEFAULT_VERSION_SPECIFIC : String = "defaultActionVersionSpecific"
[static] This constant specifies the default action to be taken in the version browser for that asset
AssetActionEvent
  ACTION_DEPENDENCY_BROWSER : String = "ViewDependency"
[static] Dependency/Relationship action name.
AssetActionEvent
  ACTION_DEPENDENCY_BROWSER_REPORT : String = "actionDependencyBrowserReport"
[static] This constant specifies that report action on Dependency Browser needs to be performed.
AssetActionEvent
  ACTION_PUBLISH : String = "Publish"
[static] Publish action name.
AssetActionEvent
  ACTION_PUBLISH_BROWSER_PUBLISH : String = "actionPublishBrowserPublish"
[static] This constant specifies that the publish action on Publish Browser needs to be performed.
AssetActionEvent
  ACTION_PUBLISH_BROWSER_REPORT : String = "actionPublishBrowserReport"
[static] This constant specifies that report action on Publish Browser needs to be performed.
AssetActionEvent
  ACTION_VERSION_HISTORY : String = "VersionHistory"
[static] Version History action name.
AssetActionEvent
  EVENT_ASSET_ACTION_CLICK : String = "assetActionClick"
[static] This constant specifies that an Asset has been clicked
AssetActionEvent
  EVENT_ASSET_ACTIONS_CHANGE : String = "assetActionsChanged"
[static] This constant specifies that an actions associated with an asset has changed
AssetActionEvent
  EVENT_CLOSE_RELATIONSHIP_BROWSER : String = "closeRelationshipBrowser"
[static] This constant specifies an action to close the relationship browser
AssetActionEvent
  EVENT_LAUNCH_EDITOR_WINDOW : String = "launchEditor"
[static] This constant specifies an action to launch the editor
AssetActionEvent
  EVENT_OPEN_ACTIVATION_BROWSER : String = "openActivationBrowser"
[static] This constant specifies an action to open the activation browser
AssetActionEvent
  EVENT_OPEN_COMPOSER_BROWSER : String = "openComposerBrowser"
[static] This constant specifies an action to open the composer browser
AssetActionEvent
  EVENT_OPEN_RELATIONSHIP_BROWSER : String = "openRelationshipBrowser"
[static] This constant specifies an action to open the relationship browser
AssetActionEvent
Property Detail

actionItems

property
actionItems:Array  [read-only]

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Content 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Selected Itmes on which action is taken



Implementation
    public function get actionItems():Array

actionName

property 
actionName:String  [read-only]

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Content 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Name of the action



Implementation
    public function get actionName():String

assetType

property 
assetType:String  [read-only]

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Content 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Type of asset on which action is taken



Implementation
    public function get assetType():String

creationDate

property 
creationDate:Date  [read-only]

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Content 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Date of the asset on which action should be taken. Used only in case of Version History Browser.



Implementation
    public function get creationDate():Date
Constructor Detail

AssetActionEvent

()Constructor
public function AssetActionEvent(actionName:String, actionItems:Array, vAssetType:String, type:String, creationDate:Date = null)

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Content 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Constructor

Parameters
actionName:String — Name of the action
 
actionItems:Array — Selected Itmes on which action is taken
 
vAssetType:String — Type of asset on which action is taken
 
type:String (default = NaN) — Type of Event. Defaults to EVENT_ASSET_ACTION_CLICK
 
creationDate:Date (default = null) — Version of asset on which action should be taken. Mostly null. Useful only in case of Version Pod History.
Constant Detail

ACTION_DEFAULT

Constant
public static const ACTION_DEFAULT:String = "defaultAction"

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Content 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

This constant specifies the default action to be taken on the asset

ACTION_DEFAULT_VERSION_SPECIFIC

Constant 
public static const ACTION_DEFAULT_VERSION_SPECIFIC:String = "defaultActionVersionSpecific"

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Content 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

This constant specifies the default action to be taken in the version browser for that asset

ACTION_DEPENDENCY_BROWSER

Constant 
public static const ACTION_DEPENDENCY_BROWSER:String = "ViewDependency"

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Content 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Dependency/Relationship action name. If you need an action to work as dependency action give it this name.

ACTION_DEPENDENCY_BROWSER_REPORT

Constant 
public static const ACTION_DEPENDENCY_BROWSER_REPORT:String = "actionDependencyBrowserReport"

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Content 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

This constant specifies that report action on Dependency Browser needs to be performed.

ACTION_PUBLISH

Constant 
public static const ACTION_PUBLISH:String = "Publish"

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Content 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Publish action name. If you need an action to work as publish action give it this name.

ACTION_PUBLISH_BROWSER_PUBLISH

Constant 
public static const ACTION_PUBLISH_BROWSER_PUBLISH:String = "actionPublishBrowserPublish"

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Content 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

This constant specifies that the publish action on Publish Browser needs to be performed.

ACTION_PUBLISH_BROWSER_REPORT

Constant 
public static const ACTION_PUBLISH_BROWSER_REPORT:String = "actionPublishBrowserReport"

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Content 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

This constant specifies that report action on Publish Browser needs to be performed.

ACTION_VERSION_HISTORY

Constant 
public static const ACTION_VERSION_HISTORY:String = "VersionHistory"

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Content 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Version History action name. If you need an action to work as version history action give it this name.

EVENT_ASSET_ACTION_CLICK

Constant 
public static const EVENT_ASSET_ACTION_CLICK:String = "assetActionClick"

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Content 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

This constant specifies that an Asset has been clicked

EVENT_ASSET_ACTIONS_CHANGE

Constant 
public static const EVENT_ASSET_ACTIONS_CHANGE:String = "assetActionsChanged"

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Content 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

This constant specifies that an actions associated with an asset has changed

EVENT_CLOSE_RELATIONSHIP_BROWSER

Constant 
public static const EVENT_CLOSE_RELATIONSHIP_BROWSER:String = "closeRelationshipBrowser"

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Content 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

This constant specifies an action to close the relationship browser

EVENT_LAUNCH_EDITOR_WINDOW

Constant 
public static const EVENT_LAUNCH_EDITOR_WINDOW:String = "launchEditor"

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Content 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

This constant specifies an action to launch the editor

EVENT_OPEN_ACTIVATION_BROWSER

Constant 
public static const EVENT_OPEN_ACTIVATION_BROWSER:String = "openActivationBrowser"

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Content 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

This constant specifies an action to open the activation browser

EVENT_OPEN_COMPOSER_BROWSER

Constant 
public static const EVENT_OPEN_COMPOSER_BROWSER:String = "openComposerBrowser"

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Content 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

This constant specifies an action to open the composer browser

EVENT_OPEN_RELATIONSHIP_BROWSER

Constant 
public static const EVENT_OPEN_RELATIONSHIP_BROWSER:String = "openRelationshipBrowser"

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Content 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

This constant specifies an action to open the relationship browser