Pacote | com.adobe.mosaic.om.impl |
Classe | public class ApplicationListItem |
Herança | ApplicationListItem Object |
Implementações | IApplicationListItem |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versões de 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.
Propriedades públicas
Propriedade | Definido por | ||
---|---|---|---|
constructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | 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 |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
Constructor. | ApplicationListItem | ||
Indica se um objeto tem uma propriedade especificada definida. | Object | ||
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | ||
Indica se a propriedade especificada existe e é enumerável. | Object | ||
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | ||
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | ||
Retorna a representação de string do objeto especificado. | Object | ||
Retorna o valor primitivo do objeto especificado. | Object |
Detalhes da propriedade
creationDate | propriedade |
creationDate:Date
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
Returns the creationDate associated with the application
Implementação
public function get creationDate():Date
public function set creationDate(value:Date):void
creator | propriedade |
creator:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
Returns the creator associated with the application
Implementação
public function get creator():String
public function set creator(value:String):void
description | propriedade |
description:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
Returns the description associated with the application
Implementação
public function get description():String
public function set description(value:String):void
label | propriedade |
label:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
Returns the label associated with the application
Implementação
public function get label():String
public function set label(value:String):void
name | propriedade |
name:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
Returns the name associated with the application
Implementação
public function get name():String
public function set name(value:String):void
session | propriedade |
session:ISession
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
Returns the ISession instance associated with the application
Implementação
public function get session():ISession
public function set session(value:ISession):void
Detalhes do construtor
ApplicationListItem | () | Construtor |
public function ApplicationListItem()
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
Constructor.
Wed Jun 13 2018, 11:10 AM Z