Pacchetto | com.adobe.mosaic.om.impl |
Classe | public class ApplicationListItem |
Ereditarietà | ApplicationListItem Object |
Implementa | IApplicationListItem |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versioni runtime: | AIR 2.6, Flash Player 10.2 |
ApplicationListItem
provides information about a given
IApplication suitable for display to a user. This is provided as default
implementation of the IApplicationListItem for developer convenience.
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
creationDate : Date
Returns the creationDate associated with the application
| ApplicationListItem | ||
creator : String
Returns the creator associated with the application
| ApplicationListItem | ||
description : String
Returns the description associated with the application
| ApplicationListItem | ||
label : String
Returns the label associated with the application
| ApplicationListItem | ||
name : String
Returns the name associated with the application
| ApplicationListItem | ||
session : ISession
Returns the ISession instance associated with the application
| ApplicationListItem |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
Constructor. | ApplicationListItem | ||
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 | ||
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 |
Descrizione delle proprietà
creationDate | proprietà |
creationDate:Date
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versioni runtime: | AIR 2.6, Flash Player 10.2 |
Returns the creationDate associated with the application
Implementazione
public function get creationDate():Date
public function set creationDate(value:Date):void
creator | proprietà |
creator:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versioni runtime: | AIR 2.6, Flash Player 10.2 |
Returns the creator associated with the application
Implementazione
public function get creator():String
public function set creator(value:String):void
description | proprietà |
description:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versioni runtime: | AIR 2.6, Flash Player 10.2 |
Returns the description associated with the application
Implementazione
public function get description():String
public function set description(value:String):void
label | proprietà |
label:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versioni runtime: | AIR 2.6, Flash Player 10.2 |
Returns the label associated with the application
Implementazione
public function get label():String
public function set label(value:String):void
name | proprietà |
name:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versioni runtime: | AIR 2.6, Flash Player 10.2 |
Returns the name associated with the application
Implementazione
public function get name():String
public function set name(value:String):void
session | proprietà |
session:ISession
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versioni runtime: | AIR 2.6, Flash Player 10.2 |
Returns the ISession instance associated with the application
Implementazione
public function get session():ISession
public function set session(value:ISession):void
Descrizione della funzione di costruzione
ApplicationListItem | () | Funzione di costruzione |
public function ApplicationListItem()
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versioni runtime: | AIR 2.6, Flash Player 10.2 |
Constructor.
Tue Jun 12 2018, 02:44 PM Z