Pacchetto | com.adobe.mosaic.om.interfaces |
Interfaccia | public interface IApplicationListItem extends IApplicationSpecifier |
Implementatori | 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 |
IApplicationListItem
provides information about a given IApplication
suitable for display to a user, or as a specifier to load the Application.
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
creationDate : Date [sola lettura]
Returns the creationDate associated with the application to be loaded
| IApplicationListItem | ||
creator : String [sola lettura]
Returns the creator associated with the application to be loaded
| IApplicationListItem | ||
description : String [sola lettura]
Returns the description associated with the application to be loaded
| IApplicationListItem | ||
label : String [sola lettura]
Returns the label associated with the application to be loaded
| IApplicationListItem | ||
name : String [sola lettura]
Returns the name to be associated with the application to be loaded
| IApplicationSpecifier | ||
session : ISession [sola lettura]
Returns the ISession instance to be associated with the application to be loaded
| IApplicationSpecifier |
Descrizione delle proprietà
creationDate | proprietà |
creationDate:Date
[sola lettura] 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 to be loaded
Implementazione
public function get creationDate():Date
creator | proprietà |
creator:String
[sola lettura] 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 to be loaded
Implementazione
public function get creator():String
description | proprietà |
description:String
[sola lettura] 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 to be loaded
Implementazione
public function get description():String
label | proprietà |
label:String
[sola lettura] 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 to be loaded
Implementazione
public function get label():String
Tue Jun 12 2018, 02:44 PM Z