| Pacchetto | com.adobe.mosaic.om.impl |
| Classe | public class CatalogSpecifier |
| Ereditarietà | CatalogSpecifier Object |
| Implementa | ICatalogSpecifier |
| 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 |
CatalogSpecifier provides information about a given ICatalog suitable for
display to a user. Use this interface to specify a catalog for loading into an IApplication.
This is provided as default implementation of the ICatalogSpecifier for developer
convenience.
Elementi API correlati
Proprietà pubbliche
| Proprietà | Definito da | ||
|---|---|---|---|
![]() | constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | |
| name : String
Returns the name to be associated with the catalog to be loaded
| CatalogSpecifier | ||
| session : ISession
Returns the ISession instance to be associated with the catalog to be loaded
| CatalogSpecifier | ||
Metodi pubblici
| Metodo | Definito da | ||
|---|---|---|---|
Constructor. | CatalogSpecifier | ||
![]() |
Indica se per un oggetto è definita una proprietà specifica. | Object | |
![]() |
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | |
![]() |
Indica se la proprietà specificata esiste ed è enumerabile. | Object | |
![]() |
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | |
![]() |
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | |
![]() |
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | |
![]() |
Restituisce il valore di base dell'oggetto specificato. | Object | |
Descrizione delle proprietà
name | proprietà |
name:String| 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 public function set name(value:String):voidsession | proprietà |
session:ISession| 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 public function set session(value:ISession):voidElementi API correlati
Descrizione della funzione di costruzione
CatalogSpecifier | () | Funzione di costruzione |
public function CatalogSpecifier(name:String, session:ISession = null)| 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 |
Constructor.
Parametriname:String — The name of the Catalog
| |
session:ISession (default = null) — The authenticated ISession to load the ICatalog with
|
Elementi API correlati
Tue Jun 12 2018, 02:44 PM Z
Nascondi proprietà pubbliche ereditate
Mostra proprietà pubbliche ereditate