| 套件 | com.adobe.ep.ux.content.handlers |
| 介面 | public interface IAssetHandler extends IEventDispatcher |
| 實作者 | BaseAssetHandler, CategoryHandler, ConditionHandler, DataDictionaryHandler, FragmentLayoutHandler, ImageHandler, LayoutHandler, LetterHandler, ListHandler, PermissionBasedAssetHandler, TextHandler |
| 語言版本: | ActionScript 3.0 |
| 產品版本: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| 執行階段版本: | Flash Player 10.2, AIR (unsupported) |
公用屬性
| 屬性 | 定義自 | ||
|---|---|---|---|
| assetActions : IList
returns the list of Actions associated with the asset handled by this handler
| IAssetHandler | ||
| selectedAssets : Array
returns the array of currently selected assets
| IAssetHandler | ||
公用方法
| 方法 | 定義自 | ||
|---|---|---|---|
![]() | addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
會在 EventDispatcher 物件註冊事件偵聽程式,以便讓偵聽程式收到事件的通知。 | IEventDispatcher | |
![]() |
會將事件傳送到事件流程。 | IEventDispatcher | |
returns the asset type associated with the asset. | IAssetHandler | ||
Called when a user clicks on an action associated with a asset type. | IAssetHandler | ||
![]() |
會檢查 EventDispatcher 物件是否有對特定的事件類型註冊偵聽程式。 | IEventDispatcher | |
initialize the Handler. | IAssetHandler | ||
![]() |
會從 EventDispatcher 物件移除偵聽程式。 | IEventDispatcher | |
![]() |
檢查此 EventDispatcher 物件是否已註冊事件偵聽程式,或者此物件的任何祖系已為特定事件類型註冊事件偵聽程式。 | IEventDispatcher | |
屬性詳細資訊
assetActions | 屬性 |
assetActions:IList| 語言版本: | ActionScript 3.0 |
| 產品版本: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| 執行階段版本: | Flash Player 10.2, AIR (unsupported) |
returns the list of Actions associated with the asset handled by this handler
實作
public function get assetActions():IList public function set assetActions(value:IList):voidselectedAssets | 屬性 |
selectedAssets:Array| 語言版本: | ActionScript 3.0 |
| 產品版本: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| 執行階段版本: | Flash Player 10.2, AIR (unsupported) |
returns the array of currently selected assets
實作
public function get selectedAssets():Array public function set selectedAssets(value:Array):void方法詳細資訊
getAssetType | () | 方法 |
handleAction | () | 方法 |
public function handleAction(action:AssetActionEvent):void| 語言版本: | ActionScript 3.0 |
| 產品版本: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| 執行階段版本: | Flash Player 10.2, AIR (unsupported) |
Called when a user clicks on an action associated with a asset type.
參數
action:AssetActionEvent — The action associated with the asset
|
initialize | () | 方法 |
public function initialize():void| 語言版本: | ActionScript 3.0 |
| 產品版本: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| 執行階段版本: | Flash Player 10.2, AIR (unsupported) |
initialize the Handler. Called when AssetHandlerRegistry is started.
Tue Jun 12 2018, 03:47 PM Z
隱藏繼承公用方法
顯示繼承公用方法