Pacchetto | com.adobe.mosaic.om.interfaces |
Interfaccia | public interface ICatalogSpecifier |
Implementatori | Catalog, CatalogSpecifier |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versioni 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.
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
name : String [sola lettura]
Returns the name to be associated with the catalog to be loaded
| ICatalogSpecifier | ||
session : ISession [sola lettura]
Returns the ISession instance to be associated with the catalog to be loaded
| ICatalogSpecifier |
Descrizione delle proprietà
name | proprietà |
name:String
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versioni runtime: | AIR 2.6, Flash Player 10.2 |
Returns the name to be associated with the catalog to be loaded
Implementazione
public function get name():String
session | proprietà |
session:ISession
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versioni runtime: | AIR 2.6, Flash Player 10.2 |
Returns the ISession instance to be associated with the catalog to be loaded
Implementazione
public function get session():ISession
Tue Jun 12 2018, 02:44 PM Z