Пакет | com.adobe.mosaic.om.interfaces |
Интерфейс | public interface ICatalogSpecifier |
Средство реализации | Catalog, CatalogSpecifier |
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Версии среды выполнения: | 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.
Общедоступные свойства
Свойство | Определено | ||
---|---|---|---|
name : String [только для чтения]
Returns the name to be associated with the catalog to be loaded
| ICatalogSpecifier | ||
session : ISession [только для чтения]
Returns the ISession instance to be associated with the catalog to be loaded
| ICatalogSpecifier |
Сведения о свойстве
name | свойство |
name:String
[только для чтения] Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
Returns the name to be associated with the catalog to be loaded
Реализация
public function get name():String
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 to be associated with the catalog to be loaded
Реализация
public function get session():ISession
Tue Jun 12 2018, 11:34 AM Z