Paket | com.adobe.ep.ux.content.managers |
Arabirim | public interface IPreviewManager extends IEventDispatcher |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
EventDispatcher nesnesi olan bir olay dinleyici nesnesini, dinleyicinin bir olayın bildirimini alması için kaydeder. | IEventDispatcher | ||
Olay akışına bir olay gönderir. | 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 nesnesinin belirli bir olay türü için kayıtlı dinleyicisi olup olmadığını kontrol eder. | IEventDispatcher | ||
EventDispatcher nesnesinden bir dinleyiciyi kaldırır. | IEventDispatcher | ||
Bir olay dinleyicisinin bu EventDispatcher nesnesiyle mi, yoksa onun belirtilen olay türüne yönelik üst öğelerinden biriyle mi kayıtlı olduğunu kontrol eder. | IEventDispatcher |
Yöntem Ayrıntısı
getAssetsContent | () | yöntem |
public function getAssetsContent(assetVO:Object, assetType:com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor):void
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
Get all the Assets Content for the Given Asset.
Parametreler
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, 01:09 PM Z