適用於 Adobe® Flash® Platform 的 ActionScript® 3.0 參考
首頁  |  隱藏套件和類別清單 |  套件  |  類別  |  新增內容  |  索引  |  附錄  |  為什麼顯示英文?
篩選: 從伺服器擷取資料...
從伺服器擷取資料...
com.adobe.ep.ux.content.event 

AssetActionEvent  - AS3 ADEP Content

套件com.adobe.ep.ux.content.event
類別public class AssetActionEvent
繼承AssetActionEvent Inheritance FlexEvent Inheritance Event Inheritance Object

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Experience Services - Content 10
執行階段版本: 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.



公用屬性
 屬性定義自
  actionItems : Array
[唯讀] Selected Itmes on which action is taken
AssetActionEvent
  actionName : String
[唯讀] Name of the action
AssetActionEvent
  assetType : String
[唯讀] Type of asset on which action is taken
AssetActionEvent
 Inheritedbubbles : Boolean
[唯讀] 指出事件是否為反昇事件。
Event
 Inheritedcancelable : Boolean
[唯讀] 指出是否可避免與事件相關聯的行為指令。
Event
 Inheritedconstructor : Object
類別物件的參照或是特定物件實體的建構函數。
Object
  creationDate : Date
[唯讀] Date of the asset on which action should be taken.
AssetActionEvent
 InheritedcurrentTarget : Object
[唯讀] 正主動使用事件偵聽程式處理 Event 物件的物件。
Event
 InheritedeventPhase : uint
[唯讀] 事件流程中的目前階段。
Event
 Inheritedtarget : Object
[唯讀] 事件目標。
Event
 Inheritedtype : String
[唯讀] 事件類型。
Event
公用方法
 方法定義自
  
AssetActionEvent(actionName:String, actionItems:Array, vAssetType:String, type:String, creationDate:Date = null)
Constructor
AssetActionEvent
 Inherited
複製 Event 子類別的實體。
Event
 Inherited
formatToString(className:String, ... arguments):String
公用程式函數,可用來實作自訂 ActionScript 3.0 Event 類別中的 toString() 方法。
Event
 Inherited
指出物件是否有已定義的指定屬性。
Object
 Inherited
檢查是否已經對事件呼叫 preventDefault() 方法。
Event
 Inherited
指出 Object 類別的實體是否位於指定為參數的物件原型鏈中。
Object
 Inherited
如果可以取消事件的預設行為指令,則取消該行為指令。
Event
 Inherited
指出指定的屬性是否存在,以及是否可列舉。
Object
 Inherited
為迴圈作業設定動態屬性的可用性。
Object
 Inherited
避免處理事件流程中,目前節點以及任何後續節點中的任何事件偵聽程式。
Event
 Inherited
避免處理接續在事件流程中的目前節點之後,後續節點中的任何事件偵聽程式。
Event
 Inherited
傳回代表此物件的字串,根據地區特定慣例進行格式化。
Object
 Inherited
傳回包含 Event 物件所有屬性的字串。
Event
 Inherited
會傳回指定之物件的基本值。
Object
公用常數
 常數定義自
  ACTION_DEFAULT : String = "defaultAction"
[靜態] This constant specifies the default action to be taken on the asset
AssetActionEvent
  ACTION_DEFAULT_VERSION_SPECIFIC : String = "defaultActionVersionSpecific"
[靜態] This constant specifies the default action to be taken in the version browser for that asset
AssetActionEvent
  ACTION_DEPENDENCY_BROWSER : String = "ViewDependency"
[靜態] Dependency/Relationship action name.
AssetActionEvent
  ACTION_DEPENDENCY_BROWSER_REPORT : String = "actionDependencyBrowserReport"
[靜態] This constant specifies that report action on Dependency Browser needs to be performed.
AssetActionEvent
  ACTION_PUBLISH : String = "Publish"
[靜態] Publish action name.
AssetActionEvent
  ACTION_PUBLISH_BROWSER_PUBLISH : String = "actionPublishBrowserPublish"
[靜態] This constant specifies that the publish action on Publish Browser needs to be performed.
AssetActionEvent
  ACTION_PUBLISH_BROWSER_REPORT : String = "actionPublishBrowserReport"
[靜態] This constant specifies that report action on Publish Browser needs to be performed.
AssetActionEvent
  ACTION_VERSION_HISTORY : String = "VersionHistory"
[靜態] Version History action name.
AssetActionEvent
  EVENT_ASSET_ACTION_CLICK : String = "assetActionClick"
[靜態] This constant specifies that an Asset has been clicked
AssetActionEvent
  EVENT_ASSET_ACTIONS_CHANGE : String = "assetActionsChanged"
[靜態] This constant specifies that an actions associated with an asset has changed
AssetActionEvent
  EVENT_CLOSE_RELATIONSHIP_BROWSER : String = "closeRelationshipBrowser"
[靜態] This constant specifies an action to close the relationship browser
AssetActionEvent
  EVENT_LAUNCH_EDITOR_WINDOW : String = "launchEditor"
[靜態] This constant specifies an action to launch the editor
AssetActionEvent
  EVENT_OPEN_ACTIVATION_BROWSER : String = "openActivationBrowser"
[靜態] This constant specifies an action to open the activation browser
AssetActionEvent
  EVENT_OPEN_COMPOSER_BROWSER : String = "openComposerBrowser"
[靜態] This constant specifies an action to open the composer browser
AssetActionEvent
  EVENT_OPEN_RELATIONSHIP_BROWSER : String = "openRelationshipBrowser"
[靜態] This constant specifies an action to open the relationship browser
AssetActionEvent
屬性詳細資訊

actionItems

屬性
actionItems:Array  [唯讀]

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Experience Services - Content 10
執行階段版本: Flash Player 10.2, AIR (unsupported)

Selected Itmes on which action is taken



實作
    public function get actionItems():Array

actionName

屬性 
actionName:String  [唯讀]

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Experience Services - Content 10
執行階段版本: Flash Player 10.2, AIR (unsupported)

Name of the action



實作
    public function get actionName():String

assetType

屬性 
assetType:String  [唯讀]

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Experience Services - Content 10
執行階段版本: Flash Player 10.2, AIR (unsupported)

Type of asset on which action is taken



實作
    public function get assetType():String

creationDate

屬性 
creationDate:Date  [唯讀]

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Experience Services - Content 10
執行階段版本: Flash Player 10.2, AIR (unsupported)

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



實作
    public function get creationDate():Date
建構函式詳細資料

AssetActionEvent

()建構函式
public function AssetActionEvent(actionName:String, actionItems:Array, vAssetType:String, type:String, creationDate:Date = null)

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Experience Services - Content 10
執行階段版本: Flash Player 10.2, AIR (unsupported)

Constructor

參數
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.
常數詳細資訊

ACTION_DEFAULT

常數
public static const ACTION_DEFAULT:String = "defaultAction"

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Experience Services - Content 10
執行階段版本: Flash Player 10.2, AIR (unsupported)

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

ACTION_DEFAULT_VERSION_SPECIFIC

常數 
public static const ACTION_DEFAULT_VERSION_SPECIFIC:String = "defaultActionVersionSpecific"

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Experience Services - Content 10
執行階段版本: 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

常數 
public static const ACTION_DEPENDENCY_BROWSER:String = "ViewDependency"

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Experience Services - Content 10
執行階段版本: 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

常數 
public static const ACTION_DEPENDENCY_BROWSER_REPORT:String = "actionDependencyBrowserReport"

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Experience Services - Content 10
執行階段版本: Flash Player 10.2, AIR (unsupported)

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

ACTION_PUBLISH

常數 
public static const ACTION_PUBLISH:String = "Publish"

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Experience Services - Content 10
執行階段版本: 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

常數 
public static const ACTION_PUBLISH_BROWSER_PUBLISH:String = "actionPublishBrowserPublish"

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Experience Services - Content 10
執行階段版本: Flash Player 10.2, AIR (unsupported)

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

ACTION_PUBLISH_BROWSER_REPORT

常數 
public static const ACTION_PUBLISH_BROWSER_REPORT:String = "actionPublishBrowserReport"

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Experience Services - Content 10
執行階段版本: Flash Player 10.2, AIR (unsupported)

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

ACTION_VERSION_HISTORY

常數 
public static const ACTION_VERSION_HISTORY:String = "VersionHistory"

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Experience Services - Content 10
執行階段版本: 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

常數 
public static const EVENT_ASSET_ACTION_CLICK:String = "assetActionClick"

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Experience Services - Content 10
執行階段版本: Flash Player 10.2, AIR (unsupported)

This constant specifies that an Asset has been clicked

EVENT_ASSET_ACTIONS_CHANGE

常數 
public static const EVENT_ASSET_ACTIONS_CHANGE:String = "assetActionsChanged"

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Experience Services - Content 10
執行階段版本: Flash Player 10.2, AIR (unsupported)

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

EVENT_CLOSE_RELATIONSHIP_BROWSER

常數 
public static const EVENT_CLOSE_RELATIONSHIP_BROWSER:String = "closeRelationshipBrowser"

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Experience Services - Content 10
執行階段版本: Flash Player 10.2, AIR (unsupported)

This constant specifies an action to close the relationship browser

EVENT_LAUNCH_EDITOR_WINDOW

常數 
public static const EVENT_LAUNCH_EDITOR_WINDOW:String = "launchEditor"

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Experience Services - Content 10
執行階段版本: Flash Player 10.2, AIR (unsupported)

This constant specifies an action to launch the editor

EVENT_OPEN_ACTIVATION_BROWSER

常數 
public static const EVENT_OPEN_ACTIVATION_BROWSER:String = "openActivationBrowser"

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Experience Services - Content 10
執行階段版本: Flash Player 10.2, AIR (unsupported)

This constant specifies an action to open the activation browser

EVENT_OPEN_COMPOSER_BROWSER

常數 
public static const EVENT_OPEN_COMPOSER_BROWSER:String = "openComposerBrowser"

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Experience Services - Content 10
執行階段版本: Flash Player 10.2, AIR (unsupported)

This constant specifies an action to open the composer browser

EVENT_OPEN_RELATIONSHIP_BROWSER

常數 
public static const EVENT_OPEN_RELATIONSHIP_BROWSER:String = "openRelationshipBrowser"

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Experience Services - Content 10
執行階段版本: Flash Player 10.2, AIR (unsupported)

This constant specifies an action to open the relationship browser





[ X ]為什麼顯示英文?
「ActionScript 3.0 參考」的內容是以英文顯示

並非所有「ActionScript 3.0 參考」的內容都翻譯為所有語言。當語言元素未翻譯時,就會以英文顯示。例如,ga.controls.HelpBox 類別並沒有翻譯為任何語言。因此在參考的繁體中文版本中,ga.controls.HelpBox 類別就會以英文顯示。