| Paket | com.adobe.mosaic.om.impl |
| Klass | public class CatalogSpecifier |
| Arv | CatalogSpecifier Object |
| Implementerar | ICatalogSpecifier |
| Språkversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Körningsmiljöversioner: | 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.
Relaterade API-element
Publika egenskaper
| Egenskap | Definieras med | ||
|---|---|---|---|
![]() | constructor : Object
En referens till klassobjektet eller konstruktorfunktionen för en given objektinstans. | 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 | ||
Publika metoder
| Metod | Definieras med | ||
|---|---|---|---|
Constructor. | CatalogSpecifier | ||
![]() |
Anger om det finns en egenskap angiven för ett objekt. | Object | |
![]() |
Anger om en instans av klassen Object finns i prototypkedjan för objektet som anges som parameter. | Object | |
![]() |
Anger om den angivna egenskapen finns och är uppräkningsbar. | Object | |
![]() |
Anger tillgänglighet för en dynamisk egenskap för slingåtgärder. | Object | |
![]() |
Returnerar det här objektets strängrepresentation, formaterad i enlighet med språkspecifika konventioner. | Object | |
![]() |
Returnerar det angivna objektets strängbeteckning. | Object | |
![]() |
Returnerar det angivna objektets primitiva värde. | Object | |
Egenskapsdetaljer
name | egenskap |
name:String| Språkversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Körningsmiljöversioner: | AIR 2.6, Flash Player 10.2 |
Returns the name to be associated with the catalog to be loaded
Implementering
public function get name():String public function set name(value:String):voidsession | egenskap |
session:ISession| Språkversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Körningsmiljöversioner: | AIR 2.6, Flash Player 10.2 |
Returns the ISession instance to be associated with the catalog to be loaded
Implementering
public function get session():ISession public function set session(value:ISession):voidRelaterade API-element
Konstruktordetaljer
CatalogSpecifier | () | Konstruktor |
public function CatalogSpecifier(name:String, session:ISession = null)| Språkversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Körningsmiljöversioner: | AIR 2.6, Flash Player 10.2 |
Constructor.
Parametrarname:String — The name of the Catalog
| |
session:ISession (default = null) — The authenticated ISession to load the ICatalog with
|
Relaterade API-element
Tue Jun 12 2018, 01:40 PM Z
Dölj ärvda publika egenskaper
Visa ärvda publika egenskaper