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...
lc.procmgmt.ui.startpoint 

StartpointEvent  - AS3 ADEP Workspace

Packagelc.procmgmt.ui.startpoint
Classepublic class StartpointEvent
HéritageStartpointEvent Inheritance Event Inheritance Object

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 10
Versions du moteur d’exécution: AIR (unsupported), Flash Player 9, Flash Player 10

The StartpointEvent class contains events that are dispatched when a user performs an action against an startpoint.

The properties of the Event object have these values:

PropertyValue
startpoint The startpoint that was selected.



Propriétés publiques
 PropriétéDéfini par
 Inheritedbubbles : Boolean
[lecture seule] Indique si un événement peut se propager vers le haut (bubbling).
Event
 Inheritedcancelable : Boolean
[lecture seule] Indique si le comportement associé à l’événement peut être évité.
Event
 Inheritedconstructor : Object
Référence à l’objet de classe ou à la fonction constructeur d’une occurrence donnée d’un objet.
Object
 InheritedcurrentTarget : Object
[lecture seule] L’objet qui traite activement l’objet Event avec un écouteur d’événements.
Event
 InheritedeventPhase : uint
[lecture seule] Phase actuelle du flux d’événements.
Event
  startpoint : Startpoint
The startpoint to include in the event.
StartpointEvent
 Inheritedtarget : Object
[lecture seule] Cible de l’événement.
Event
 Inheritedtype : String
[lecture seule] Type d’événement.
Event
Méthodes publiques
 MéthodeDéfini par
  
Constructor.
StartpointEvent
  
[override] Creates a copy of an StartpointEvent object and sets the value of each property to match that of the original.
StartpointEvent
 Inherited
formatToString(className:String, ... arguments):String
Fonction d’un utilitaire permettant d’implémenter la méthode toString() dans des classes Event ActionScript 3.0 personnalisées.
Event
 Inherited
Indique si la propriété spécifiée d’un objet est définie.
Object
 Inherited
Vérifie si la méthode preventDefault() a été appelée pour l’événement.
Event
 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
Annule le comportement par défaut d’un événement si cette opération est possible.
Event
 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
Bloque le traitement des écouteurs d’événement dans le nœud actuel et les suivants dans le flux d’événements.
Event
 Inherited
Bloque le traitement des écouteurs d’événement dans les nœuds qui suivent le nœud actuel dans le flux d’événements.
Event
 Inherited
Renvoie la représentation de chaîne de cet objet, formatée selon les paramètres régionaux en vigueur.
Object
 Inherited
Renvoie une chaîne répertoriant toutes les propriétés de l’objet Event.
Event
 Inherited
Renvoie la valeur primitive de l’objet spécifié.
Object
Constantes publiques
 ConstanteDéfini par
  ADD_FAVORITE : String = "addFavorite"
[statique] A special value that specifies that an startpoint was added to the favorites list.
StartpointEvent
  DETAILS : String = "detailsSelect"
[statique] A special value that specifies that details about the startpoint were retrieved and viewed.
StartpointEvent
  INVOKE : String = "invokeSelect"
[statique] A special value that specifies that an startpoint was invoked successfully.
StartpointEvent
  REMOVE_FAVORITE : String = "removeFavorite"
[statique] A special value that specifies that an startpoint removed from the favorites list.
StartpointEvent
  STARTPOINT_FAILED : String = "startpointFailed"
[statique] A special value that specifies that invoking an startpoint failed.
StartpointEvent
Détails de la propriété

startpoint

propriété
public var startpoint:Startpoint

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 10
Versions du moteur d’exécution: AIR (unsupported), Flash Player 9, Flash Player 10

The startpoint to include in the event.

Détails du constructeur

StartpointEvent

()Constructeur
public function StartpointEvent(type:String, startpoint:Startpoint)

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 10
Versions du moteur d’exécution: AIR (unsupported), Flash Player 9, Flash Player 10

Constructor.

Paramètres
type:String — The type of event.
 
startpoint:Startpoint — The Startpoint for this event.
Détails de la méthode

clone

()méthode
override public function clone():Event

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 10
Versions du moteur d’exécution: AIR (unsupported), Flash Player 9, Flash Player 10

Creates a copy of an StartpointEvent object and sets the value of each property to match that of the original.

Valeur renvoyée
Event — The cloned event.
Détails de la constante

ADD_FAVORITE

Constante
public static const ADD_FAVORITE:String = "addFavorite"

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 10
Versions du moteur d’exécution: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies that an startpoint was added to the favorites list.

DETAILS

Constante 
public static const DETAILS:String = "detailsSelect"

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 10
Versions du moteur d’exécution: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies that details about the startpoint were retrieved and viewed. event.

INVOKE

Constante 
public static const INVOKE:String = "invokeSelect"

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 10
Versions du moteur d’exécution: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies that an startpoint was invoked successfully. event.

REMOVE_FAVORITE

Constante 
public static const REMOVE_FAVORITE:String = "removeFavorite"

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 10
Versions du moteur d’exécution: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies that an startpoint removed from the favorites list.

STARTPOINT_FAILED

Constante 
public static const STARTPOINT_FAILED:String = "startpointFailed"

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 10
Versions du moteur d’exécution: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies that invoking an startpoint failed.





[ 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.