| Pacote | com.adobe.mosaic.om.interfaces |
| Interface | public interface ICatalogSpecifier |
| Implementadores | Catalog, CatalogSpecifier |
| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Versões de runtime: | 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.
Propriedades públicas
| Propriedade | Definido por | ||
|---|---|---|---|
| name : String [somente leitura]
Returns the name to be associated with the catalog to be loaded
| ICatalogSpecifier | ||
| session : ISession [somente leitura]
Returns the ISession instance to be associated with the catalog to be loaded
| ICatalogSpecifier | ||
Detalhes da propriedade
name | propriedade |
name:String [somente leitura] | Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Versões de runtime: | AIR 2.6, Flash Player 10.2 |
Returns the name to be associated with the catalog to be loaded
Implementação
public function get name():Stringsession | propriedade |
session:ISession [somente leitura] | Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Versões de runtime: | AIR 2.6, Flash Player 10.2 |
Returns the ISession instance to be associated with the catalog to be loaded
Implementação
public function get session():ISessionWed Jun 13 2018, 11:10 AM Z