Package | lc.procmgmt.ui.startpoint |
Classe | public class StartpointEvent |
Héritage | StartpointEvent Event 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 |
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:
Property | Value |
---|---|
startpoint
| The startpoint that was selected. |
Propriété | Défini par | ||
---|---|---|---|
bubbles : Boolean [lecture seule]
Indique si un événement peut se propager vers le haut (bubbling). | Event | ||
cancelable : Boolean [lecture seule]
Indique si le comportement associé à l’événement peut être évité. | Event | ||
constructor : Object
Référence à l’objet de classe ou à la fonction constructeur d’une occurrence donnée d’un objet. | Object | ||
currentTarget : Object [lecture seule]
L’objet qui traite activement l’objet Event avec un écouteur d’événements. | Event | ||
eventPhase : uint [lecture seule]
Phase actuelle du flux d’événements. | Event | ||
startpoint : Startpoint
The startpoint to include in the event. | StartpointEvent | ||
target : Object [lecture seule]
Cible de l’événement. | Event | ||
type : String [lecture seule]
Type d’événement. | Event |
Méthode | Dé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 | ||
Fonction d’un utilitaire permettant d’implémenter la méthode toString() dans des classes Event ActionScript 3.0 personnalisées. | Event | ||
Indique si la propriété spécifiée d’un objet est définie. | Object | ||
Vérifie si la méthode preventDefault() a été appelée pour l’événement. | Event | ||
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 | ||
Annule le comportement par défaut d’un événement si cette opération est possible. | Event | ||
Indique si la propriété spécifiée existe et est énumérable. | Object | ||
Définit la disponibilité d’une propriété dynamique pour les opérations en boucle. | Object | ||
Bloque le traitement des écouteurs d’événement dans le nœud actuel et les suivants dans le flux d’événements. | Event | ||
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 | ||
Renvoie la représentation de chaîne de cet objet, formatée selon les paramètres régionaux en vigueur. | Object | ||
Renvoie une chaîne répertoriant toutes les propriétés de l’objet Event. | Event | ||
Renvoie la valeur primitive de l’objet spécifié. | Object |
Constante | Dé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 |
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.
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ètrestype:String — The type of event.
| |
startpoint:Startpoint — The Startpoint for this event.
|
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.
Event — The cloned event.
|
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.
Tue Jun 12 2018, 09:30 AM Z