包 | com.adobe.mosaic.om.impl |
类 | public class ApplicationListItem |
继承 | ApplicationListItem Object |
实现 | IApplicationListItem |
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
运行时版本: | 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.
公共属性
属性 | 由以下参数定义 | ||
---|---|---|---|
constructor : Object
对类对象或给定对象实例的构造函数的引用。 | 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 |
公共方法
方法 | 由以下参数定义 | ||
---|---|---|---|
Constructor. | ApplicationListItem | ||
表示对象是否已经定义了指定的属性。 | Object | ||
表示 Object 类的实例是否在指定为参数的对象的原型链中。 | Object | ||
表示指定的属性是否存在、是否可枚举。 | Object | ||
设置循环操作动态属性的可用性。 | Object | ||
返回此对象的字符串表示形式,其格式设置遵守区域设置特定的约定。 | Object | ||
返回指定对象的字符串表示形式。 | Object | ||
返回指定对象的原始值。 | Object |
属性详细信息
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
实现
public function get creationDate():Date
public function set creationDate(value:Date):void
creator | 属性 |
creator:String
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
运行时版本: | AIR 2.6, Flash Player 10.2 |
Returns the creator associated with the application
实现
public function get creator():String
public function set creator(value:String):void
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
实现
public function get description():String
public function set description(value:String):void
label | 属性 |
name | 属性 |
session | 属性 |
session:ISession
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
运行时版本: | AIR 2.6, Flash Player 10.2 |
Returns the ISession instance associated with the application
实现
public function get session():ISession
public function set session(value:ISession):void
构造函数详细信息
ApplicationListItem | () | 构造函数 |
public function ApplicationListItem()
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
运行时版本: | AIR 2.6, Flash Player 10.2 |
Constructor.
Tue Jun 12 2018, 11:04 AM Z