Pacote | com.adobe.ep.ux.content.handlers |
Interface | public interface IAssetHandler extends IEventDispatcher |
Implementadores | BaseAssetHandler, CategoryHandler, ConditionHandler, DataDictionaryHandler, FragmentLayoutHandler, ImageHandler, LayoutHandler, LetterHandler, ListHandler, PermissionBasedAssetHandler, TextHandler |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Propriedades públicas
Propriedade | Definido por | ||
---|---|---|---|
assetActions : IList
returns the list of Actions associated with the asset handled by this handler
| IAssetHandler | ||
selectedAssets : Array
returns 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 on an action associated with a asset type. | IAssetHandler | ||
Verifica se o objeto EventDispatcher tem ouvintes registrados para um tipo específico de evento. | IEventDispatcher | ||
initialize 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: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
returns the list of Actions associated with the asset handled by this handler
Implementação
public function get assetActions():IList
public function set assetActions(value:IList):void
selectedAssets | propriedade |
selectedAssets:Array
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
returns the array of currently selected assets
Implementação
public function get selectedAssets():Array
public function set selectedAssets(value:Array):void
Detalhes do método
getAssetType | () | método |
public function getAssetType():String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
returns the asset type associated with the asset.
RetornaString — Type of asset associated with this handler
|
handleAction | () | método |
public function handleAction(action:AssetActionEvent):void
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Called when a user clicks on an action associated with a asset type.
Parâmetros
action:AssetActionEvent — The action associated with the asset
|
initialize | () | método |
public function initialize():void
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
initialize the Handler. Called when AssetHandlerRegistry is started.
Wed Jun 13 2018, 11:10 AM Z