パッケージ | 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):void
selectedAssets | プロパティ |
メソッドの詳細
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, 10:34 AM Z