| Pacchetto | com.adobe.icc.editors.model |
| Classe | public class AssetModel |
| Ereditarietà | AssetModel EventDispatcher Object |
| Sottoclassi | FragmentLayoutModel, LayoutModel, LetterModel, ModuleModel |
| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Asset Composer 9.5 |
| Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
This class is supposedly abstract and should not be instantiated as is.
To work on a particular asset, its corresponding domain model class must
be used e.g. TextModel, LayoutModel etc.
It contains several properties and methods pulled up from the concrete classes. In case, a new asset is introduced in the system and a domain class needs to be written for it, this class should be extended even though it's not mandatory.
| Proprietà | Definito da | ||
|---|---|---|---|
| activeEndDate : Date
The activeEndDate of the underlying value object. | AssetModel | ||
| activeStartDate : Date
The activeStartDate date of the underlying value object. | AssetModel | ||
| category : Category
The Category of the underlying value object. | AssetModel | ||
| comment : String
The comment of the underlying value object. | AssetModel | ||
![]() | constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | |
| crxVersion : String
The crx version of the underlying value object. | AssetModel | ||
| description : String
The description of the underlying value object. | AssetModel | ||
| extendedProperties : Object
The extended properties of the underlying value object. | AssetModel | ||
| id : String
The GUID of the underlying value object. | AssetModel | ||
| isNew : Boolean
Indicates if this Asset is new. | AssetModel | ||
| lastChangeBy : String
The lastChangeBy property of the underlying value object. | AssetModel | ||
| name : String
The name of the underlying value object. | AssetModel | ||
| state : int
The state of the underlying value object. | AssetModel | ||
| subCategory : Category
The Sub-Category of the underlying value object. | AssetModel | ||
| version : int
The version of the underlying value object. | AssetModel | ||
| vo : *
The value object which this asset domain object is built atop. | AssetModel | ||
| Proprietà | Definito da | ||
|---|---|---|---|
| isCopy : Boolean
Indicates that the object is a copy of an existing Asset. | AssetModel | ||
| oldId : String
Id of the Asset which was cloned to create this copy. | AssetModel | ||
| preferencesManager : PreferencesManager
To manage user preferences for category, subcategory and data dictionary. | AssetModel | ||
| 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. | EventDispatcher | |
![]() |
Invia un evento nel flusso di eventi. | EventDispatcher | |
![]() |
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 | |
![]() |
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 | |
Saves the user edits for any asset. | AssetModel | ||
![]() |
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 | ||
![]() | [evento di trasmissione] Inviato quando Flash Player o l'applicazione AIR perde l'attivazione del sistema operativo e sta entrando nello stato inattivo. | EventDispatcher | ||
| Dispatched when this Asset is completely fetched from the server. | AssetModel | |||
activeEndDate | proprietà |
activeEndDate:Date| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Asset Composer 9.5 |
| Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The activeEndDate of the underlying value object.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento fetchComplete .
Implementazione
public function get activeEndDate():Date public function set activeEndDate(value:Date):voidactiveStartDate | proprietà |
activeStartDate:Date| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Asset Composer 9.5 |
| Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The activeStartDate date of the underlying value object.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento fetchComplete .
Implementazione
public function get activeStartDate():Date public function set activeStartDate(value:Date):voidcategory | proprietà |
category:Category| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Asset Composer 9.5 |
| Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The Category of the underlying value object.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento categoryChange .
Implementazione
public function get category():Category public function set category(value:Category):voidcomment | proprietà |
comment:String| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Asset Composer 9.5 |
| Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The comment of the underlying value object.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento fetchComplete .
Implementazione
public function get comment():String public function set comment(value:String):voidcrxVersion | proprietà |
crxVersion:String| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Asset Composer 10 |
| Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
The crx version of the underlying value object.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento fetchComplete .
Implementazione
public function get crxVersion():String public function set crxVersion(value:String):voiddescription | proprietà |
description:String| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Asset Composer 9.5 |
| Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The description of the underlying value object.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento fetchComplete .
Implementazione
public function get description():String public function set description(value:String):voidextendedProperties | proprietà |
extendedProperties:Object| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Asset Composer 10 |
| Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
The extended properties of the underlying value object.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento extendedPropertiesChange .
Implementazione
public function get extendedProperties():Object public function set extendedProperties(value:Object):voidid | proprietà |
id:String| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Asset Composer 9.5 |
| Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The GUID of the underlying value object.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento fetchComplete .
Implementazione
public function get id():String public function set id(value:String):voidisCopy | proprietà |
protected var isCopy:Boolean| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Asset Composer 9.5 |
| Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Indicates that the object is a copy of an existing Asset.
isNew | proprietà |
public var isNew:Boolean| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Asset Composer 9.5 |
| Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Indicates if this Asset is new. New Asset objects are existent purely on the client side until they are saved.
lastChangeBy | proprietà |
lastChangeBy:String| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Asset Composer 9.5 |
| Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The lastChangeBy property of the underlying value object.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento fetchComplete .
Implementazione
public function get lastChangeBy():String public function set lastChangeBy(value:String):voidname | proprietà |
name:String| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Asset Composer 9.5 |
| Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The name of the underlying value object.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento fetchComplete .
Implementazione
public function get name():String public function set name(value:String):voidoldId | proprietà |
protected var oldId:String| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Asset Composer 9.5 |
| Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Id of the Asset which was cloned to create this copy. This is applicable only when this Asset is a copy of an existing Asset.
preferencesManager | proprietà |
protected var preferencesManager:PreferencesManager| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Asset Composer 9.5 |
| Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
To manage user preferences for category, subcategory and data dictionary.
state | proprietà |
state:int| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Asset Composer 9.5 |
| Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The state of the underlying value object.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento fetchComplete .
Implementazione
public function get state():int public function set state(value:int):voidsubCategory | proprietà |
subCategory:Category| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Asset Composer 9.5 |
| Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The Sub-Category of the underlying value object.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento categoryChange .
Implementazione
public function get subCategory():Category public function set subCategory(value:Category):voidversion | proprietà |
version:int| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Asset Composer 9.5 |
| Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The version of the underlying value object.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento fetchComplete .
Implementazione
public function get version():int public function set version(value:int):voidvo | proprietà |
vo:*| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Asset Composer 9.5 |
| Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The value object which this asset domain object is built atop. The type of the value object corresponds to the type of the domain object.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento valueObjectChange .
Implementazione
public function get vo():* public function set vo(value:any):voidsave | () | metodo |
public function save():void| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Asset Composer 10 |
| Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Saves the user edits for any asset.
fetchComplete | Evento |
flash.events.Eventproprietà Event.type =
flash.events.Event| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Asset Composer 10 |
| Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Dispatched when this Asset is completely fetched from the server. Assets are often kept shallow in the Asset Manager and fetched completely only when necessary. The fetchComplete event is dispatched when the Asset has been retrieved completely from the server.
Tue Jun 12 2018, 02:44 PM Z
Nascondi proprietà pubbliche ereditate
Mostra proprietà pubbliche ereditate