Paket | com.adobe.ep.ux.content.handlers |
Arabirim | public interface IAssetHandler extends IEventDispatcher |
Uygulayıcılar | BaseAssetHandler, CategoryHandler, ConditionHandler, DataDictionaryHandler, FragmentLayoutHandler, ImageHandler, LayoutHandler, LetterHandler, ListHandler, PermissionBasedAssetHandler, TextHandler |
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 Özellikler
Özellik | Tanımlayan: | ||
---|---|---|---|
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 |
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 | ||
returns the asset type associated with the asset. | IAssetHandler | ||
Called when a user clicks on an action associated with a asset type. | IAssetHandler | ||
EventDispatcher nesnesinin belirli bir olay türü için kayıtlı dinleyicisi olup olmadığını kontrol eder. | IEventDispatcher | ||
initialize the Handler. | IAssetHandler | ||
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 |
Özellik Ayrıntısı
assetActions | özellik |
assetActions:IList
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) |
returns the list of Actions associated with the asset handled by this handler
Uygulama
public function get assetActions():IList
public function set assetActions(value:IList):void
selectedAssets | özellik |
selectedAssets:Array
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) |
returns the array of currently selected assets
Uygulama
public function get selectedAssets():Array
public function set selectedAssets(value:Array):void
Yöntem Ayrıntısı
getAssetType | () | yöntem |
public function getAssetType():String
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) |
returns the asset type associated with the asset.
DöndürürString — Type of asset associated with this handler
|
handleAction | () | yöntem |
public function handleAction(action:AssetActionEvent):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) |
Called when a user clicks on an action associated with a asset type.
Parametreler
action:AssetActionEvent — The action associated with the asset
|
initialize | () | yöntem |
public function initialize():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) |
initialize the Handler. Called when AssetHandlerRegistry is started.
Tue Jun 12 2018, 01:09 PM Z