Pakiet | com.adobe.ep.ux.content.handlers |
Interfejs | public interface IAssetHandler extends IEventDispatcher |
Implementory | BaseAssetHandler, CategoryHandler, ConditionHandler, DataDictionaryHandler, FragmentLayoutHandler, ImageHandler, LayoutHandler, LetterHandler, ListHandler, PermissionBasedAssetHandler, TextHandler |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Właściwości publiczne
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
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 |
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Rejestruje obiekt detektora zdarzeń w obiekcie EventDispatcher, dzięki czemu detektor będzie otrzymywał powiadomienia o zdarzeniu. | IEventDispatcher | ||
Wywołuje zdarzenie, tj. kieruje je do przepływu zdarzeń. | IEventDispatcher | ||
returns the asset type associated with the asset. | IAssetHandler | ||
Called when a user clicks on an action associated with a asset type. | IAssetHandler | ||
Sprawdza, czy obiekt EventDispatcher zawiera jakiekolwiek detektory zarejestrowane dla konkretnego typu zdarzeń. | IEventDispatcher | ||
initialize the Handler. | IAssetHandler | ||
Usuwa detektor z obiektu EventDispatcher. | IEventDispatcher | ||
Sprawdza, czy detektor zdarzeń określonego typu jest zarejestrowany w tym obiekcie EventDispatcher lub jego elementach macierzystych. | IEventDispatcher |
Szczegół właściwości
assetActions | właściwość |
assetActions:IList
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
returns the list of Actions associated with the asset handled by this handler
Implementacja
public function get assetActions():IList
public function set assetActions(value:IList):void
selectedAssets | właściwość |
selectedAssets:Array
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
returns the array of currently selected assets
Implementacja
public function get selectedAssets():Array
public function set selectedAssets(value:Array):void
Szczegół metody
getAssetType | () | metoda |
public function getAssetType():String
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
returns the asset type associated with the asset.
ZwracaString — Type of asset associated with this handler
|
handleAction | () | metoda |
public function handleAction(action:AssetActionEvent):void
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Called when a user clicks on an action associated with a asset type.
Parametry
action:AssetActionEvent — The action associated with the asset
|
initialize | () | metoda |
public function initialize():void
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
initialize the Handler. Called when AssetHandlerRegistry is started.
Tue Jun 12 2018, 12:06 PM Z