| パッケージ | com.adobe.mosaic.om.interfaces |
| インターフェイス | public interface IApplicationListItem extends IApplicationSpecifier |
| 実装者 | ApplicationListItem |
| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| ランタイムバージョン: | 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.
パブリックプロパティ
| プロパティ | 定義元 | ||
|---|---|---|---|
| creationDate : Date [読み取り専用]
Returns the creationDate associated with the application to be loaded
| IApplicationListItem | ||
| creator : String [読み取り専用]
Returns the creator associated with the application to be loaded
| IApplicationListItem | ||
| description : String [読み取り専用]
Returns the description associated with the application to be loaded
| IApplicationListItem | ||
| label : String [読み取り専用]
Returns the label associated with the application to be loaded
| IApplicationListItem | ||
![]() | name : String [読み取り専用]
Returns the name to be associated with the application to be loaded
| IApplicationSpecifier | |
![]() | session : ISession [読み取り専用]
Returns the ISession instance to be associated with the application to be loaded
| IApplicationSpecifier | |
プロパティの詳細
creationDate | プロパティ |
creationDate:Date [読み取り専用] | 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| ランタイムバージョン: | AIR 2.6, Flash Player 10.2 |
Returns the creationDate associated with the application to be loaded
実装
public function get creationDate():Datecreator | プロパティ |
description | プロパティ |
description:String [読み取り専用] | 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| ランタイムバージョン: | AIR 2.6, Flash Player 10.2 |
Returns the description associated with the application to be loaded
実装
public function get description():Stringlabel | プロパティ |
Tue Jun 12 2018, 10:34 AM Z
継承されるパブリックプロパティを隠す
継承されるパブリックプロパティを表示