| Pacote | com.adobe.livecycle.assetmanager.client.handler |
| Interface | public interface IAssetHandler extends IEventDispatcher |
| Implementadores | PermissionBasedAssetHandler |
Deprecado: Deprecated
| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Asset Manager Building Block 9.5 |
| Versões de runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
Propriedades públicas
| Propriedade | 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 um objeto de ouvinte de evento em um objeto EventDispatcher, de forma que o ouvinte receba a notificação de um evento. | IEventDispatcher | |
![]() |
Envia um evento para o fluxo de eventos. | 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 o objeto EventDispatcher tem ouvintes registrados para um tipo específico de evento. | IEventDispatcher | |
Initializes the handler. | IAssetHandler | ||
![]() |
Remove um ouvinte do objeto EventDispatcher. | IEventDispatcher | |
![]() |
Verifica se um ouvinte de evento está registrado nesse objeto EventDispatcher ou em qualquer um de seus ancestrais para o tipo de evento especificado. | IEventDispatcher | |
Detalhes da propriedade
assetActions | propriedade |
assetActions:IList| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Asset Manager Building Block 9.5 |
| Versões de 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.
Implementação
public function get assetActions():IList public function set assetActions(value:IList):voidselectedAssets | propriedade |
selectedAssets:Array| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Asset Manager Building Block 9.5 |
| Versões de runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
Specifies the array of currently selected assets.
Implementação
public function get selectedAssets():Array public function set selectedAssets(value:Array):voidDetalhes do método
getAssetType | () | método |
handleAction | () | método |
public function handleAction(action:AssetActionEvent):void| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Asset Manager Building Block 9.5 |
| Versões de runtime: | 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| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Asset Manager Building Block 9.5 |
| Versões de runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
Initializes the handler. Called when AssetHandlerRegistry starts.
Wed Jun 13 2018, 11:10 AM Z
Ocultar métodos públicos herdados
Mostrar métodos públicos herdados