Guide de référence ActionScript® 3.0 pour la plate-forme Adobe® Flash®
Accueil  |  Masquer la liste des packages et des classes |  Packages  |  Classes  |  Nouveautés  |  Index  |  Annexes  |  Pourquoi existe-t-il du contenu en anglais ?
Filtres : Récupération des données du serveur...
Récupération des données du serveur...
com.adobe.gravity.framework 

BundleConstants  - AS3 ADEP Client Component

Packagecom.adobe.gravity.framework
Classepublic class BundleConstants
HéritageBundleConstants Inheritance Object

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Versions du moteur d’exécution: AIR 1.1, Flash Player 9

Bundle state constants.



Propriétés publiques
 PropriétéDéfini par
 Inheritedconstructor : Object
Référence à l’objet de classe ou à la fonction constructeur d’une occurrence donnée d’un objet.
Object
Méthodes publiques
 MéthodeDéfini par
 Inherited
Indique si la propriété spécifiée d’un objet est définie.
Object
 Inherited
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
 Inherited
Indique si la propriété spécifiée existe et est énumérable.
Object
 Inherited
Définit la disponibilité d’une propriété dynamique pour les opérations en boucle.
Object
 Inherited
Renvoie la représentation de chaîne de cet objet, formatée selon les paramètres régionaux en vigueur.
Object
 Inherited
Renvoie la représentation sous forme de chaîne de l’objet spécifié.
Object
 Inherited
Renvoie la valeur primitive de l’objet spécifié.
Object
Constantes publiques
 ConstanteDéfini par
  ACTIVE : int = 0x0020
[statique] The bundle has been started and is ready for use.
BundleConstants
  INSTALLED : int = 0x0002
[statique] The bundle has been installed but not resolved or started.
BundleConstants
  RESOLVED : int = 0x0004
[statique] The bundle has been installed and resolved (all dependencies have been loaded) but has not yet been started.
BundleConstants
  STARTING : int = 0x0008
[statique] The bundle is in the process of starting (start() has been called but is not complete).
BundleConstants
  STOPPING : int = 0x0010
[statique] The bundle is in the process of stopping (stop() has been called but is not complete).
BundleConstants
  UNINSTALLED : int = 0x0001
[statique] The bundle has been uninstalled.
BundleConstants
Détails de la constante

ACTIVE

Constante
public static const ACTIVE:int = 0x0020

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Versions du moteur d’exécution: AIR 1.1, Flash Player 9

The bundle has been started and is ready for use.

INSTALLED

Constante 
public static const INSTALLED:int = 0x0002

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Versions du moteur d’exécution: AIR 1.1, Flash Player 9

The bundle has been installed but not resolved or started.

RESOLVED

Constante 
public static const RESOLVED:int = 0x0004

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Versions du moteur d’exécution: AIR 1.1, Flash Player 9

The bundle has been installed and resolved (all dependencies have been loaded) but has not yet been started.

STARTING

Constante 
public static const STARTING:int = 0x0008

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Versions du moteur d’exécution: AIR 1.1, Flash Player 9

The bundle is in the process of starting (start() has been called but is not complete).

STOPPING

Constante 
public static const STOPPING:int = 0x0010

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Versions du moteur d’exécution: AIR 1.1, Flash Player 9

The bundle is in the process of stopping (stop() has been called but is not complete).

UNINSTALLED

Constante 
public static const UNINSTALLED:int = 0x0001

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Versions du moteur d’exécution: AIR 1.1, Flash Player 9

The bundle has been uninstalled. This state should never be visible; if this state is visible, a reference has been retained to a bundle after that bundle has been stopped.





[ X ]Pourquoi existe-t-il du contenu en anglais ?
Certaines parties du Guide de référence ActionScript 3.0 sont en anglais

Tout le contenu du Guide de référence ActionScript 3.0 n’a pas été traduit dans toutes les langues. Si un élément de langage n’est pas traduit, il s’affiche en anglais. Par exemple, la classe ga.controls.HelpBox n’est traduite dans aucune langue. Ainsi, dans la version française du guide de référence, la classe ga.controls.HelpBox apparaît en anglais.