Paket | com.adobe.mosaic.mxml |
Klasse | public class Catalog |
Vererbung | Catalog ![]() |
Implementiert | ICatalogSpecifier, IMXMLObject |
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Laufzeitversionen: | AIR 2.6, Flash Player 10.2 |
Verwandte API-Elemente
com.adobe.mosaic.om.interfaces.ICatalog
com.adobe.mosaic.mxml.ServerSession
com.adobe.mosaic.mxml.Application
com.adobe.mosaic.mxml.Catalog
com.adobe.mosaic.mxml.Tile
com.adobe.mosaic.mxml.Shell
com.adobe.mosaic.mxml.Service
com.adobe.mosaic.mxml.ServerSession
com.adobe.mosaic.mxml.Application
com.adobe.mosaic.mxml.Catalog
com.adobe.mosaic.mxml.Tile
com.adobe.mosaic.mxml.Shell
com.adobe.mosaic.mxml.Service
Öffentliche Eigenschaften
Eigenschaft | Definiert von |
---|
Öffentliche Methoden
Methode | Definiert von |
---|
Ereignisse
Ereignis | Übersicht | Definiert von |
---|
Eigenschaftendetails
Konstruktordetails
Methodendetails
Ereignisdetails
Beispiele Verwendung dieses Beispiels
This example demonstrates the component declaration for Catalog
<fx:Declarations> <mosaic:ServerSession id="myServer" openSessionEventSuccess="myServer_connectedHandler(event)" openSessionEventFailure="myServer_faultHandler(event)" url="{_serverUrl}" /> <mosaic:Application id="myApp" loadApplicationEventSuccess="myApp_loadApplicationEventSuccessHandler(event)" loadApplicationEventFailure="myApp_loadApplicationEventFailureHandler(event)"> <mosaic:catalogs> <mosaic:Catalog id="sampleCatalog" name="sample_catalog" catalogLoadEventSuccess="myCatalogSuccess(event)" catalogLoadEventFailure="myCatalogFail(event)" serverSession="{myServer}"/> </mosaic:catalogs> </mosaic:Application> </fx:Declarations>
Tue Jun 12 2018, 10:04 AM Z