| Pakiet | com.adobe.mosaic.om.interfaces |
| Interfejs | public interface ICatalogSpecifier |
| Implementory | Catalog, CatalogSpecifier |
| 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 |
ICatalogSpecifier provides information about a given ICatalog suitable for
display to a user. Use this interface to specify a catalog for loading into an IApplication.
Developers may implement this interface themselves, or utilize the ICatalogListItem sub-interface.
Właściwości publiczne
| Właściwość | Zdefiniowane przez | ||
|---|---|---|---|
| name : String [tylko do odczytu]
Returns the name to be associated with the catalog to be loaded
| ICatalogSpecifier | ||
| session : ISession [tylko do odczytu]
Returns the ISession instance to be associated with the catalog to be loaded
| ICatalogSpecifier | ||
Szczegół właściwości
name | właściwość |
name:String [tylko do odczytu] | 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 to be associated with the catalog to be loaded
Implementacja
public function get name():Stringsession | właściwość |
session:ISession [tylko do odczytu] | 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 to be associated with the catalog to be loaded
Implementacja
public function get session():ISessionTue Jun 12 2018, 12:06 PM Z