| 包 | com.adobe.mosaic.om.impl |
| 类 | public class CatalogListItem |
| 继承 | CatalogListItem Object |
| 实现 | ICatalogListItem |
| 语言版本: | ActionScript 3.0 |
| 产品版本: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| 运行时版本: | AIR 2.6, Flash Player 10.2 |
CatalogListItem provides information about a given
ICatalog suitable for display to a user. This is provided as default
implementation of the ICatalogListItem for developer convenience.
公共属性
| 属性 | 由以下参数定义 | ||
|---|---|---|---|
![]() | constructor : Object
对类对象或给定对象实例的构造函数的引用。 | Object | |
| creationDate : Date
Returns the creationDate associated with the catalog
| CatalogListItem | ||
| creator : String
Returns the creator associated with the catalog
| CatalogListItem | ||
| description : String
Returns the description associated with the catalog
| CatalogListItem | ||
| label : String
Returns the label associated with the catalog
| CatalogListItem | ||
| name : String
Returns the name associated with the catalog
| CatalogListItem | ||
| session : ISession
Returns the ISession instance associated with the catalog
| CatalogListItem | ||
公共方法
| 方法 | 由以下参数定义 | ||
|---|---|---|---|
Constructor. | CatalogListItem | ||
![]() |
表示对象是否已经定义了指定的属性。 | 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 catalog
实现
public function get creationDate():Date public function set creationDate(value:Date):voidcreator | 属性 |
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 catalog
实现
public function get creator():String public function set creator(value:String):voiddescription | 属性 |
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 catalog
实现
public function get description():String public function set description(value:String):voidlabel | 属性 |
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 catalog
实现
public function get session():ISession public function set session(value:ISession):void构造函数详细信息
CatalogListItem | () | 构造函数 |
public function CatalogListItem()| 语言版本: | 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
隐藏继承的公共属性
显示继承的公共属性