パッケージ | com.adobe.ep.ux.content.managers |
インターフェイス | public interface IPreviewManager extends IEventDispatcher |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
パブリックメソッド
メソッド | 定義元 | ||
---|---|---|---|
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
イベントリスナーオブジェクトを EventDispatcher オブジェクトに登録し、リスナーがイベントの通知を受け取るようにします。 | IEventDispatcher | ||
イベントをイベントフローに送出します。 | IEventDispatcher | ||
getAssetsContent(assetVO:Object, assetType:com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor):void
Get all the Assets Content for the Given Asset. | IPreviewManager | ||
EventDispatcher オブジェクトに、特定のイベントタイプに対して登録されたリスナーがあるかどうかを確認します。 | IEventDispatcher | ||
EventDispatcher オブジェクトからリスナーを削除します。 | IEventDispatcher | ||
指定されたイベントタイプについて、この EventDispatcher オブジェクトまたはその祖先にイベントリスナーが登録されているかどうかを確認します。 | IEventDispatcher |
メソッドの詳細
getAssetsContent | () | メソッド |
public function getAssetsContent(assetVO:Object, assetType:com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor):void
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
Get all the Assets Content for the Given Asset.
パラメーター
assetVO:Object — asset object whose preview is to be shown. Content property
value is obtained from this object.
| |
assetType:com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor — AssetTypeDescriptor for the above asset. Contains information about
the content property of the asset.
|
Tue Jun 12 2018, 10:34 AM Z