Pacote | com.adobe.livecycle.assetmanager.client.handler |
Classe | public class AssetHandlerRegistry |
Herança | AssetHandlerRegistry EventDispatcher Object |
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 |
Método | Definido por | ||
---|---|---|---|
Constructor. | AssetHandlerRegistry | ||
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. | EventDispatcher | ||
Envia um evento para o fluxo de eventos. | EventDispatcher | ||
[estático]
A singleton that retrieves an AssetHandlerRegistry event. | AssetHandlerRegistry | ||
Verifica se o objeto EventDispatcher tem ouvintes registrados para um tipo específico de evento. | EventDispatcher | ||
Indica se um objeto tem uma propriedade especificada definida. | Object | ||
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | ||
Checks whether a handler is registered for a specified assetType. | AssetHandlerRegistry | ||
Returns the assetHandler that corresponds to the specified assetType. | AssetHandlerRegistry | ||
Indica se a propriedade especificada existe e é enumerável. | Object | ||
A singleton registry that is used to register an asset handler. | AssetHandlerRegistry | ||
Remove um ouvinte do objeto EventDispatcher. | EventDispatcher | ||
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | ||
Starts the registry that calls the initialize function of individual handlers. | AssetHandlerRegistry | ||
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | ||
Retorna a representação de string do objeto especificado. | Object | ||
Retorna o valor primitivo do objeto especificado. | Object | ||
Verifica se um ouvinte de evento está registrado nesse objeto EventDispatcher ou em qualquer um de seus ancestrais para o tipo de evento especificado. | EventDispatcher |
Evento | Resumo | Definido por | ||
---|---|---|---|---|
[transmissão de evento] Despachado quando o Flash Player ou o aplicativo do AIR ganha o foco do sistema operacional e está se tornando inativo. | EventDispatcher | |||
An event that is thrown when AssetHandler has completed the assetAction initiated by the user via the user interface. | AssetHandlerRegistry | |||
[transmissão de evento] Despachado quando o Flash Player ou o aplicativo do AIR perde o foco do sistema operacional e está se tornando inativo. | EventDispatcher | |||
An event that is thrown when the handler is processing and wants the application to disable user interaction. | AssetHandlerRegistry | |||
An event thrown when the handler is done processing and wants the application to reenable user interaction. | AssetHandlerRegistry | |||
The launchEditor event is thrown by the handler when the handler has prepared the working asset to be displayed in the corresponding editor. | AssetHandlerRegistry |
Constante | Definido por | ||
---|---|---|---|
DISABLE_USER_INTERACTION_EVENT : String = "disableUserInteraction" [estático]
Defines a constant for an event type that disables user interaction with the application. | AssetHandlerRegistry | ||
ENABLE_USER_INTERACTION_EVENT : String = "enableUserInteraction" [estático]
Defines a constant for an event type that enables users to interact with the application. | AssetHandlerRegistry |
AssetHandlerRegistry | () | Construtor |
public function AssetHandlerRegistry()
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 |
Constructor.
getInstance | () | método |
public static function getInstance():AssetHandlerRegistry
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 |
A singleton that retrieves an AssetHandlerRegistry event.
RetornaAssetHandlerRegistry —
|
isRegistered | () | método |
public function isRegistered(assetType:String):Boolean
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 |
Checks whether a handler is registered for a specified assetType.
Parâmetros
assetType:String — The asset to check.
|
Boolean — Specifies whether the handler is registered. If the value is true, it is registered.
|
lookup | () | método |
public function lookup(assetType:String):IAssetHandler
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 |
Returns the assetHandler that corresponds to the specified assetType.
Parâmetros
assetType:String — The asset type for which the assetHandler is required.
|
IAssetHandler — An interface implemented by all asset handlers.
|
register | () | método |
public function register(handler:IAssetHandler):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 |
A singleton registry that is used to register an asset handler.
Parâmetros
handler:IAssetHandler — The handler to register.
|
start | () | método |
public function start():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 |
Starts the registry that calls the initialize function of individual handlers.
assetActionComplete | Evento |
com.adobe.livecycle.assetmanager.client.event.AssetActionCompleteEvent
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 |
An event that is thrown when AssetHandler has completed the assetAction initiated by the user via the user interface.
disableUserInteraction | Evento |
mx.events.FlexEvent
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 |
An event that is thrown when the handler is processing and wants the application to disable user interaction.
enableUserInteraction | Evento |
mx.events.FlexEvent
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 |
An event thrown when the handler is done processing and wants the application to reenable user interaction.
launchEditor | Evento |
mx.events.FlexEvent
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 |
The launchEditor event is thrown by the handler when the handler has prepared the working asset to be displayed in the corresponding editor.
DISABLE_USER_INTERACTION_EVENT | Constante |
public static const DISABLE_USER_INTERACTION_EVENT:String = "disableUserInteraction"
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 |
Defines a constant for an event type that disables user interaction with the application.
ENABLE_USER_INTERACTION_EVENT | Constante |
public static const ENABLE_USER_INTERACTION_EVENT:String = "enableUserInteraction"
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 |
Defines a constant for an event type that enables users to interact with the application.
Wed Jun 13 2018, 11:10 AM Z