Pakiet | com.adobe.mosaic.om.impl |
Klasa | public class CatalogListItem |
Dziedziczenie | CatalogListItem Object |
Implementuje | ICatalogListItem |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Wersje środowiska wykonawczego: | 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.
Właściwości publiczne
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
constructor : Object
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu. | 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 |
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
Constructor. | CatalogListItem | ||
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | ||
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | ||
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | ||
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | ||
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | ||
Zwraca ciąg reprezentujący określony obiekt. | Object | ||
Zwraca pierwotną wartość dla określonego obiektu. | Object |
Szczegół właściwości
creationDate | właściwość |
creationDate:Date
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
Returns the creationDate associated with the catalog
Implementacja
public function get creationDate():Date
public function set creationDate(value:Date):void
creator | właściwość |
creator:String
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
Returns the creator associated with the catalog
Implementacja
public function get creator():String
public function set creator(value:String):void
description | właściwość |
description:String
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
Returns the description associated with the catalog
Implementacja
public function get description():String
public function set description(value:String):void
label | właściwość |
label:String
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
Returns the label associated with the catalog
Implementacja
public function get label():String
public function set label(value:String):void
name | właściwość |
name:String
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
Returns the name associated with the catalog
Implementacja
public function get name():String
public function set name(value:String):void
session | właściwość |
session:ISession
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
Returns the ISession instance associated with the catalog
Implementacja
public function get session():ISession
public function set session(value:ISession):void
Konstruktor Szczegół
CatalogListItem | () | Konstruktor |
public function CatalogListItem()
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
Constructor.
Tue Jun 12 2018, 12:06 PM Z