Pakiet | com.adobe.mosaic.mxml |
Klasa | public class Catalog |
Dziedziczenie | Catalog ![]() |
Implementuje | ICatalogSpecifier, IMXMLObject |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
Powiązane elementy interfejsu API
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
Właściwości publiczne
Właściwość | Zdefiniowane przez |
---|
Metody publiczne
Metoda | Zdefiniowane przez |
---|
Zdarzenia
Zdarzenie | Podsumowanie | Zdefiniowane przez |
---|
Szczegół właściwości
Konstruktor Szczegół
Szczegół metody
Szczegół zdarzenia
Przykłady Sposób korzystania z tego przykładu
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, 12:06 PM Z