| Pacchetto | com.adobe.livecycle.assetmanager.client.handler |
| Interfaccia | public interface IAssetHandler extends IEventDispatcher |
| Implementatori | PermissionBasedAssetHandler |
Obsoleti: Deprecated
| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Asset Manager 9.5 |
| Versioni runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
Proprietà pubbliche
| Proprietà | Definito da | ||
|---|---|---|---|
| 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 | ||
Metodi pubblici
| Metodo | Definito da | ||
|---|---|---|---|
![]() | addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registra un oggetto listener di eventi con un oggetto EventDispatcher, in modo che il listener riceva la notifica di un evento. | IEventDispatcher | |
![]() |
Invia un evento nel flusso di eventi. | IEventDispatcher | |
Returns the asset type associated with the asset. | IAssetHandler | ||
Called when a user clicks an action associated with an asset type. | IAssetHandler | ||
![]() |
Verifica se per l'oggetto EventDispatcher sono presenti listener registrati per un tipo specifico di evento. | IEventDispatcher | |
Initializes the handler. | IAssetHandler | ||
![]() |
Rimuove un listener dall'oggetto EventDispatcher. | IEventDispatcher | |
![]() |
Verifica se un listener di eventi è registrato con questo oggetto EventDispatcher o qualsiasi suo antenato per il tipo di evento specificato. | IEventDispatcher | |
Descrizione delle proprietà
assetActions | proprietà |
assetActions:IList| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Asset Manager 9.5 |
| Versioni runtime: | 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.
Implementazione
public function get assetActions():IList public function set assetActions(value:IList):voidselectedAssets | proprietà |
selectedAssets:Array| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Asset Manager 9.5 |
| Versioni runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
Specifies the array of currently selected assets.
Implementazione
public function get selectedAssets():Array public function set selectedAssets(value:Array):voidDescrizione dei metodi
getAssetType | () | metodo |
handleAction | () | metodo |
public function handleAction(action:AssetActionEvent):void| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Asset Manager 9.5 |
| Versioni runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
Called when a user clicks an action associated with an asset type.
Parametri
action:AssetActionEvent — The event that is thrown when the user clicks an action associated with an asset type.
|
initialize | () | metodo |
public function initialize():void| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Asset Manager 9.5 |
| Versioni runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
Initializes the handler. Called when AssetHandlerRegistry starts.
Tue Jun 12 2018, 02:44 PM Z
Nascondi metodi pubblici ereditati
Mostra metodi pubblici ereditati