Pacchetto | com.adobe.livecycle.assetmanager.client.managers |
Classe | public class AssetManager |
Ereditarietà | AssetManager EventDispatcher Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Manager 9.5 |
Versioni runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
Proprietà | Definito da | ||
---|---|---|---|
assetDescriptors : IList
Returns the list of available AssetDescriptors. | AssetManager | ||
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
userPermissions : IList
Specifies the permissions for the current user. | AssetManager | ||
userPermissionsPrefixMap : Object [sola scrittura]
Specifies a map of asset permissions prefixes using the format {assetType1:prefix1, assetType2:prefix2}. | AssetManager |
Metodo | Definito da | ||
---|---|---|---|
Constructor. | AssetManager | ||
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. | EventDispatcher | ||
Invia un evento nel flusso di eventi. | EventDispatcher | ||
Loads AssetDescriptors. | AssetManager | ||
Verifica se per l'oggetto EventDispatcher sono presenti listener registrati per un tipo specifico di evento. | EventDispatcher | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
Initialization is not required if the client explicitly sets UserPermissions and loads assets using fetchAssetDescriptors(). | AssetManager | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Rimuove un listener dall'oggetto EventDispatcher. | EventDispatcher | ||
Resets the Asset Manager building block state to its state when assetDescriptors was created. | AssetManager | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | ||
Restituisce il valore di base dell'oggetto specificato. | Object | ||
Verifica se un listener di eventi è registrato con questo oggetto EventDispatcher o qualsiasi suo antenato per il tipo di evento specificato. | EventDispatcher |
Evento | Riepilogo | Definito da | ||
---|---|---|---|---|
[evento di trasmissione] Inviato quando Flash Player o l'applicazione AIR ottiene lo stato di attivazione del sistema operativo ed entra nello stato attivo. | EventDispatcher | |||
Thrown when assetDescriptors are reset. | AssetManager | |||
Thrown if an error occurs when AssetTypeDescriptor is loading. | AssetManager | |||
Thrown if an error occurs when permissions are loading. | AssetManager | |||
[evento di trasmissione] Inviato quando Flash Player o l'applicazione AIR perde l'attivazione del sistema operativo e sta entrando nello stato inattivo. | EventDispatcher |
Costante | Definito da | ||
---|---|---|---|
EVENT_ASSET_DESCRIPTORS_CHANGED : String = "assetDescriptorsChanged" [statico]
Defines the event type for an assetDescriptorsChanged event. | AssetManager | ||
EVENT_ASSET_LOAD_ERROR : String = "assetLoadError" [statico]
Defines the event type for an assetLoadError event. | AssetManager | ||
EVENT_ASSET_PERMISSION_LOAD_ERROR : String = "assetPermissionsLoadError" [statico]
Defines the event type for an assetPermissionsLoadError event. | AssetManager |
assetDescriptors | proprietà |
assetDescriptors:IList
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Manager 9.5 |
Versioni runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
Returns the list of available AssetDescriptors.
Implementazione
public function get assetDescriptors():IList
public function set assetDescriptors(value:IList):void
userPermissions | proprietà |
userPermissions:IList
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Manager 9.5 |
Versioni runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
Specifies the permissions for the current user.
Implementazione
public function get userPermissions():IList
public function set userPermissions(value:IList):void
userPermissionsPrefixMap | proprietà |
userPermissionsPrefixMap:Object
[sola scrittura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Manager 9.5 |
Versioni runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
Specifies a map of asset permissions prefixes using the format {assetType1:prefix1, assetType2:prefix2}
.
Implementazione
public function set userPermissionsPrefixMap(value:Object):void
AssetManager | () | Funzione di costruzione |
public function AssetManager()
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Manager 9.5 |
Versioni runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
Constructor.
fetchAssetDescriptors | () | metodo |
public function fetchAssetDescriptors():void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Manager 9.5 |
Versioni runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
Loads AssetDescriptors.
initialize | () | metodo |
public function initialize():void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Manager 9.5 |
Versioni runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
Initialization is not required if the client explicitly sets UserPermissions and loads assets using fetchAssetDescriptors().
reset | () | metodo |
public function reset():void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Manager 9.5 |
Versioni runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
Resets the Asset Manager building block state to its state when assetDescriptors was created. That is, its initial state.
assetDescriptorsChanged | Evento |
flash.events.Event
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Manager 9.5 |
Versioni runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
Thrown when assetDescriptors are reset.
assetLoadError | Evento |
mx.rpc.events.FaultEvent
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Manager 9.5 |
Versioni runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
Thrown if an error occurs when AssetTypeDescriptor is loading.
assetPermissionsLoadError | Evento |
mx.rpc.events.FaultEvent
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Manager 9.5 |
Versioni runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
Thrown if an error occurs when permissions are loading.
EVENT_ASSET_DESCRIPTORS_CHANGED | Costante |
public static const EVENT_ASSET_DESCRIPTORS_CHANGED:String = "assetDescriptorsChanged"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Manager 9.5 |
Versioni runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
Defines the event type for an assetDescriptorsChanged event.
EVENT_ASSET_LOAD_ERROR | Costante |
public static const EVENT_ASSET_LOAD_ERROR:String = "assetLoadError"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Manager 9.5 |
Versioni runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
Defines the event type for an assetLoadError event.
EVENT_ASSET_PERMISSION_LOAD_ERROR | Costante |
public static const EVENT_ASSET_PERMISSION_LOAD_ERROR:String = "assetPermissionsLoadError"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Manager 9.5 |
Versioni runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
Defines the event type for an assetPermissionsLoadError event.
Tue Jun 12 2018, 02:44 PM Z