Pakiet | com.adobe.livecycle.assetmanager.client.handler |
Interfejs | public interface IAssetHandler extends IEventDispatcher |
Implementory | PermissionBasedAssetHandler |
Przestarzałe: Deprecated
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Manager Building Block 9.5 |
Wersje środowiska wykonawczego: | AIR 1.0, Flash Player 9, Flash Player 10 |
Właściwości publiczne
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
assetActions : IList
Specifies the list of actions that are associated with the asset that is handled by this handler. | IAssetHandler | ||
selectedAssets : Array
Specifies 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 an action associated with an asset type. | IAssetHandler | ||
Sprawdza, czy obiekt EventDispatcher zawiera jakiekolwiek detektory zarejestrowane dla konkretnego typu zdarzeń. | IEventDispatcher | ||
Initializes 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: | Asset Manager Building Block 9.5 |
Wersje środowiska wykonawczego: | AIR 1.0, Flash Player 9, Flash Player 10 |
Specifies the list of actions that are associated with the asset that is 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: | Asset Manager Building Block 9.5 |
Wersje środowiska wykonawczego: | AIR 1.0, Flash Player 9, Flash Player 10 |
Specifies the array of currently selected assets.
Implementacja
public function get selectedAssets():Array
public function set selectedAssets(value:Array):void
Szczegół metody
getAssetType | () | metoda |
handleAction | () | metoda |
public function handleAction(action:AssetActionEvent):void
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Manager Building Block 9.5 |
Wersje środowiska wykonawczego: | AIR 1.0, Flash Player 9, Flash Player 10 |
Called when a user clicks an action associated with an asset type.
Parametry
action:AssetActionEvent — The event that is thrown when the user clicks an action associated with an asset type.
|
initialize | () | metoda |
public function initialize():void
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Manager Building Block 9.5 |
Wersje środowiska wykonawczego: | AIR 1.0, Flash Player 9, Flash Player 10 |
Initializes the handler. Called when AssetHandlerRegistry starts.
Tue Jun 12 2018, 12:06 PM Z