Package | com.adobe.mosaic.om.interfaces |
Interface | public interface ICatalogListItem extends ICatalogSpecifier |
Implémenteurs | CatalogListItem |
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
ICatalogListItem
provides information about a given ICatalog suitable
for display to a user, or as a specifier to load the Catalog into an IApplication.
Propriétés publiques
Propriété | Défini par | ||
---|---|---|---|
creationDate : Date [lecture seule]
Returns the creationDate associated with the catalog to be loaded
| ICatalogListItem | ||
creator : String [lecture seule]
Returns the creator associated with the catalog to be loaded
| ICatalogListItem | ||
description : String [lecture seule]
Returns the description associated with the catalog to be loaded
| ICatalogListItem | ||
label : String [lecture seule]
Returns the label associated with the catalog to be loaded
| ICatalogListItem | ||
name : String [lecture seule]
Returns the name to be associated with the catalog to be loaded
| ICatalogSpecifier | ||
session : ISession [lecture seule]
Returns the ISession instance to be associated with the catalog to be loaded
| ICatalogSpecifier |
Détails de la propriété
creationDate | propriété |
creationDate:Date
[lecture seule] Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
Returns the creationDate associated with the catalog to be loaded
Implémentation
public function get creationDate():Date
creator | propriété |
creator:String
[lecture seule] Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
Returns the creator associated with the catalog to be loaded
Implémentation
public function get creator():String
description | propriété |
description:String
[lecture seule] Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
Returns the description associated with the catalog to be loaded
Implémentation
public function get description():String
label | propriété |
label:String
[lecture seule] Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
Returns the label associated with the catalog to be loaded
Implémentation
public function get label():String
Tue Jun 12 2018, 09:30 AM Z