Package | com.adobe.icomm.assetplacement.model |
Classe | public class NavigatorHostInstance |
Héritage | NavigatorHostInstance Object |
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Asset Placement 9.5 |
Versions du moteur d’exécution: | AIR 1.0, Flash Player 9, Flash Player 10 |
class MyNavigator extends Application, implements INavigator { import com.adobe.portfolio.api.INavigator; public function set host(val:INavigatorHost):void { if(val) { NavigatorHostInstance.initialize(val); //Other initialization... } else { NavigatorHostInstance.release(); //Other cleanup code... } } }
Eléments de l’API associés
com.adobe.portfolio.api.INavigator
com.adobe.portfolio.api.INavigatorHost
com.adobe.portfolio.api.INavigatorHost
Propriétés publiques
Propriété | Défini par | ||
---|---|---|---|
constructor : Object
Référence à l’objet de classe ou à la fonction constructeur d’une occurrence donnée d’un objet. | Object | ||
value : INavigatorHost [statique] [lecture seule]
Access the single INavigatorHost for the application. | NavigatorHostInstance |
Méthodes publiques
Méthode | Défini par | ||
---|---|---|---|
Indique si la propriété spécifiée d’un objet est définie. | Object | ||
initialize(val:INavigatorHost):void [statique]
Store the single INavigatorHost for the application
This should be called during the handshaking between the host
and the navigator. | NavigatorHostInstance | ||
Indique si une occurrence de la classe Object figure dans la chaîne de prototype de l’objet spécifié en tant que paramètre. | Object | ||
Indique si la propriété spécifiée existe et est énumérable. | Object | ||
[statique]
Called during application shutdown to release the navigator host for this application. | NavigatorHostInstance | ||
Définit la disponibilité d’une propriété dynamique pour les opérations en boucle. | Object | ||
Renvoie la représentation de chaîne de cet objet, formatée selon les paramètres régionaux en vigueur. | Object | ||
Renvoie la représentation sous forme de chaîne de l’objet spécifié. | Object | ||
Renvoie la valeur primitive de l’objet spécifié. | Object |
Détails de la propriété
value | propriété |
value:INavigatorHost
[lecture seule] Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Asset Placement 9.5 |
Versions du moteur d’exécution: | AIR 1.0, Flash Player 9, Flash Player 10 |
Access the single INavigatorHost for the application.
Implémentation
public static function get value():INavigatorHost
Détails de la méthode
initialize | () | méthode |
public static function initialize(val:INavigatorHost):void
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Asset Placement 9.5 |
Versions du moteur d’exécution: | AIR 1.0, Flash Player 9, Flash Player 10 |
Store the single INavigatorHost for the application This should be called during the handshaking between the host and the navigator. Failure to do so means objects in the library will not have access to it.
Paramètres
val:INavigatorHost |
release | () | méthode |
public static function release():void
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Asset Placement 9.5 |
Versions du moteur d’exécution: | AIR 1.0, Flash Player 9, Flash Player 10 |
Called during application shutdown to release the navigator host for this application.
Tue Jun 12 2018, 09:30 AM Z