| パッケージ | 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):void| selectedAssets | プロパティ | 
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, 10:34 AM Z
 継承されるパブリックメソッドを隠す
 継承されるパブリックメソッドを隠す 継承されるパブリックメソッドを表示
 継承されるパブリックメソッドを表示