| 套件 | com.adobe.livecycle.assetmanager.client.handler |
| 介面 | public interface IAssetHandler extends IEventDispatcher |
| 實作者 | PermissionBasedAssetHandler |
已不建議使用: Deprecated
| 語言版本: | ActionScript 3.0 |
| 產品版本: | Asset Manager Building Block 9.5 |
| 執行階段版本: | AIR 1.0, Flash Player 9, Flash Player 10 |
公用屬性
| 屬性 | 定義自 | ||
|---|---|---|---|
| assetActions : IList
Specifies the list of actions that are associated with the asset that is handled by this handler. | IAssetHandler | ||
| selectedAssets : Array
Specifies 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 an action associated with an asset type. | IAssetHandler | ||
![]() |
會檢查 EventDispatcher 物件是否有對特定的事件類型註冊偵聽程式。 | IEventDispatcher | |
Initializes the handler. | IAssetHandler | ||
![]() |
會從 EventDispatcher 物件移除偵聽程式。 | IEventDispatcher | |
![]() |
檢查此 EventDispatcher 物件是否已註冊事件偵聽程式,或者此物件的任何祖系已為特定事件類型註冊事件偵聽程式。 | IEventDispatcher | |
屬性詳細資訊
assetActions | 屬性 |
assetActions:IList| 語言版本: | ActionScript 3.0 |
| 產品版本: | Asset Manager Building Block 9.5 |
| 執行階段版本: | AIR 1.0, Flash Player 9, Flash Player 10 |
Specifies the list of actions that are associated with the asset that is handled by this handler.
實作
public function get assetActions():IList public function set assetActions(value:IList):voidselectedAssets | 屬性 |
方法詳細資訊
getAssetType | () | 方法 |
handleAction | () | 方法 |
public function handleAction(action:AssetActionEvent):void| 語言版本: | ActionScript 3.0 |
| 產品版本: | Asset Manager Building Block 9.5 |
| 執行階段版本: | AIR 1.0, Flash Player 9, Flash Player 10 |
Called when a user clicks an action associated with an asset type.
參數
action:AssetActionEvent — The event that is thrown when the user clicks an action associated with an asset type.
|
initialize | () | 方法 |
public function initialize():void| 語言版本: | ActionScript 3.0 |
| 產品版本: | Asset Manager Building Block 9.5 |
| 執行階段版本: | AIR 1.0, Flash Player 9, Flash Player 10 |
Initializes the handler. Called when AssetHandlerRegistry starts.
Tue Jun 12 2018, 03:47 PM Z
隱藏繼承公用方法
顯示繼承公用方法