Pacchetto | com.adobe.ep.ux.content.handlers |
Interfaccia | public interface IAssetHandler extends IEventDispatcher |
Implementatori | BaseAssetHandler, CategoryHandler, ConditionHandler, DataDictionaryHandler, FragmentLayoutHandler, ImageHandler, LayoutHandler, LetterHandler, ListHandler, PermissionBasedAssetHandler, TextHandler |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Contenuti 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
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 |
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 on an action associated with a asset type. | IAssetHandler | ||
Verifica se per l'oggetto EventDispatcher sono presenti listener registrati per un tipo specifico di evento. | IEventDispatcher | ||
initialize 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: | Adobe Digital Enterprise Platform Experience Services - Contenuti 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
returns the list of Actions associated with the asset handled by this handler
Implementazione
public function get assetActions():IList
public function set assetActions(value:IList):void
selectedAssets | proprietà |
selectedAssets:Array
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Contenuti 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
returns the array of currently selected assets
Implementazione
public function get selectedAssets():Array
public function set selectedAssets(value:Array):void
Descrizione dei metodi
getAssetType | () | metodo |
public function getAssetType():String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Contenuti 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
returns the asset type associated with the asset.
RestituisceString — Type of asset associated with this handler
|
handleAction | () | metodo |
public function handleAction(action:AssetActionEvent):void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Contenuti 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Called when a user clicks on an action associated with a asset type.
Parametri
action:AssetActionEvent — The action associated with the asset
|
initialize | () | metodo |
public function initialize():void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Contenuti 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
initialize the Handler. Called when AssetHandlerRegistry is started.
Tue Jun 12 2018, 02:44 PM Z