ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
com.adobe.mosaic.om.interfaces 

ICatalogListItem  - AS3 ADEP Composite Application

Packagecom.adobe.mosaic.om.interfaces
Interfacepublic interface ICatalogListItem extends ICatalogSpecifier
Implementors CatalogListItem

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Runtime Versions: AIR 2.6, Flash Player 10.2

The ICatalogListItem provides information about a given ICatalog suitable for display to a user, or as a specifier to load the Catalog into an IApplication.



Public Properties
 PropertyDefined By
  creationDate : Date
[read-only] Returns the creationDate associated with the catalog to be loaded
ICatalogListItem
  creator : String
[read-only] Returns the creator associated with the catalog to be loaded
ICatalogListItem
  description : String
[read-only] Returns the description associated with the catalog to be loaded
ICatalogListItem
  label : String
[read-only] Returns the label associated with the catalog to be loaded
ICatalogListItem
 Inheritedname : String
[read-only] Returns the name to be associated with the catalog to be loaded
ICatalogSpecifier
 Inheritedsession : ISession
[read-only] Returns the ISession instance to be associated with the catalog to be loaded
ICatalogSpecifier
Property Detail

creationDate

property
creationDate:Date  [read-only]

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Runtime Versions: AIR 2.6, Flash Player 10.2

Returns the creationDate associated with the catalog to be loaded



Implementation
    public function get creationDate():Date

creator

property 
creator:String  [read-only]

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Runtime Versions: AIR 2.6, Flash Player 10.2

Returns the creator associated with the catalog to be loaded



Implementation
    public function get creator():String

description

property 
description:String  [read-only]

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Runtime Versions: AIR 2.6, Flash Player 10.2

Returns the description associated with the catalog to be loaded



Implementation
    public function get description():String

label

property 
label:String  [read-only]

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Runtime Versions: AIR 2.6, Flash Player 10.2

Returns the label associated with the catalog to be loaded



Implementation
    public function get label():String