| Paket | com.adobe.mosaic.om.interfaces |
| Gränssnitt | public interface IApplicationListItem extends IApplicationSpecifier |
| Implementorer | ApplicationListItem |
| Språkversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Körningsmiljöversioner: | 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.
Publika egenskaper
| Egenskap | Definieras med | ||
|---|---|---|---|
| creationDate : Date [skrivskyddad]
Returns the creationDate associated with the application to be loaded
| IApplicationListItem | ||
| creator : String [skrivskyddad]
Returns the creator associated with the application to be loaded
| IApplicationListItem | ||
| description : String [skrivskyddad]
Returns the description associated with the application to be loaded
| IApplicationListItem | ||
| label : String [skrivskyddad]
Returns the label associated with the application to be loaded
| IApplicationListItem | ||
![]() | name : String [skrivskyddad]
Returns the name to be associated with the application to be loaded
| IApplicationSpecifier | |
![]() | session : ISession [skrivskyddad]
Returns the ISession instance to be associated with the application to be loaded
| IApplicationSpecifier | |
Egenskapsdetaljer
creationDate | egenskap |
creationDate:Date [skrivskyddad] | Språkversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Körningsmiljöversioner: | AIR 2.6, Flash Player 10.2 |
Returns the creationDate associated with the application to be loaded
Implementering
public function get creationDate():Datecreator | egenskap |
creator:String [skrivskyddad] | Språkversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Körningsmiljöversioner: | AIR 2.6, Flash Player 10.2 |
Returns the creator associated with the application to be loaded
Implementering
public function get creator():Stringdescription | egenskap |
description:String [skrivskyddad] | Språkversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Körningsmiljöversioner: | AIR 2.6, Flash Player 10.2 |
Returns the description associated with the application to be loaded
Implementering
public function get description():Stringlabel | egenskap |
label:String [skrivskyddad] | Språkversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Körningsmiljöversioner: | AIR 2.6, Flash Player 10.2 |
Returns the label associated with the application to be loaded
Implementering
public function get label():StringTue Jun 12 2018, 01:40 PM Z
Dölj ärvda publika egenskaper
Visa ärvda publika egenskaper