Пакет | 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, 11:34 AM Z