| Paquete | com.adobe.livecycle.assetmanager.client.handler |
| Interfaz | public interface IAssetHandler extends IEventDispatcher |
| Implementadores | PermissionBasedAssetHandler |
Desfasado: Deprecated
| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Asset Manager 9.5 |
| Versiones de motor de ejecución: | AIR 1.0, Flash Player 9, Flash Player 10 |
Propiedades públicas
| Propiedad | Definido por | ||
|---|---|---|---|
| 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 | ||
Métodos públicos
| Método | Definido por | ||
|---|---|---|---|
![]() | addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registra un objeto de detector de eventos con un objeto EventDispatcher, de modo que el detector reciba la notificación de un evento. | IEventDispatcher | |
![]() |
Distribuye un evento en el flujo del evento. | IEventDispatcher | |
Returns the asset type associated with the asset. | IAssetHandler | ||
Called when a user clicks an action associated with an asset type. | IAssetHandler | ||
![]() |
Comprueba si el objeto EventDispatcher tiene detectores registrados para un tipo concreto de evento. | IEventDispatcher | |
Initializes the handler. | IAssetHandler | ||
![]() |
Elimina un detector del objeto EventDispatcher. | IEventDispatcher | |
![]() |
Comprueba si hay registrado un detector de eventos con este objeto EventDispatcher o con cualquiera de sus ascendientes para el tipo de evento concreto. | IEventDispatcher | |
Información sobre propiedades
assetActions | propiedad |
assetActions:IList| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Asset Manager 9.5 |
| Versiones de motor de ejecución: | 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.
Implementación
public function get assetActions():IList public function set assetActions(value:IList):voidselectedAssets | propiedad |
selectedAssets:Array| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Asset Manager 9.5 |
| Versiones de motor de ejecución: | AIR 1.0, Flash Player 9, Flash Player 10 |
Specifies the array of currently selected assets.
Implementación
public function get selectedAssets():Array public function set selectedAssets(value:Array):voidInformación sobre métodos
getAssetType | () | método |
public function getAssetType():String| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Asset Manager 9.5 |
| Versiones de motor de ejecución: | AIR 1.0, Flash Player 9, Flash Player 10 |
Returns the asset type associated with the asset.
Valor devueltoString — An asset type string.
|
handleAction | () | método |
public function handleAction(action:AssetActionEvent):void| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Asset Manager 9.5 |
| Versiones de motor de ejecución: | AIR 1.0, Flash Player 9, Flash Player 10 |
Called when a user clicks an action associated with an asset type.
Parámetros
action:AssetActionEvent — The event that is thrown when the user clicks an action associated with an asset type.
|
initialize | () | método |
public function initialize():void| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Asset Manager 9.5 |
| Versiones de motor de ejecución: | AIR 1.0, Flash Player 9, Flash Player 10 |
Initializes the handler. Called when AssetHandlerRegistry starts.
Tue Jun 12 2018, 02:12 PM Z
Ocultar métodos públicos heredados
Mostrar métodos públicos heredados