Paquete | com.adobe.mosaic.om.interfaces |
Interfaz | public interface IApplicationListItem extends IApplicationSpecifier |
Implementadores | ApplicationListItem |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versiones de motor de ejecución: | 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.
Propiedades públicas
Propiedad | Definido por | ||
---|---|---|---|
creationDate : Date [solo lectura]
Returns the creationDate associated with the application to be loaded
| IApplicationListItem | ||
creator : String [solo lectura]
Returns the creator associated with the application to be loaded
| IApplicationListItem | ||
description : String [solo lectura]
Returns the description associated with the application to be loaded
| IApplicationListItem | ||
label : String [solo lectura]
Returns the label associated with the application to be loaded
| IApplicationListItem | ||
![]() | name : String [solo lectura]
Returns the name to be associated with the application to be loaded
| IApplicationSpecifier | |
![]() | session : ISession [solo lectura]
Returns the ISession instance to be associated with the application to be loaded
| IApplicationSpecifier |
Información sobre propiedades
creationDate | propiedad |
creationDate:Date
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
Returns the creationDate associated with the application to be loaded
Implementación
public function get creationDate():Date
creator | propiedad |
creator:String
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
Returns the creator associated with the application to be loaded
Implementación
public function get creator():String
description | propiedad |
description:String
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
Returns the description associated with the application to be loaded
Implementación
public function get description():String
label | propiedad |
label:String
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
Returns the label associated with the application to be loaded
Implementación
public function get label():String
Tue Jun 12 2018, 02:12 PM Z