Pakket | lc.procmgmt.ui.startpoint |
Klasse | public class StartpointEvent |
Overerving | StartpointEvent Event Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Runtimeversies: | 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. |
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
bubbles : Boolean [alleen-lezen]
Geeft aan of een gebeurtenis een terugkoppelgebeurtenis is. | Event | ||
cancelable : Boolean [alleen-lezen]
Geeft aan of het gedrag dat aan deze gebeurtenis is gekoppeld, kan worden voorkomen. | Event | ||
constructor : Object
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | Object | ||
currentTarget : Object [alleen-lezen]
Het object dat het gebeurtenisobject actief verwerkt met een gebeurtenislistener. | Event | ||
eventPhase : uint [alleen-lezen]
De huidige fase in de gebeurtenisstroom. | Event | ||
startpoint : Startpoint
The startpoint to include in the event. | StartpointEvent | ||
target : Object [alleen-lezen]
Doel van gebeurtenis. | Event | ||
type : String [alleen-lezen]
Het type gebeurtenis. | Event |
Methode | Gedefinieerd door | ||
---|---|---|---|
Constructor. | StartpointEvent | ||
[overschrijven]
Creates a copy of an StartpointEvent object and sets the value of each
property to match that of the original. | StartpointEvent | ||
Een hulpprogrammafunctie voor de implementatie van de methode toString() in aangepaste ActionScript 3.0-Event-klassen. | Event | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Controleert of de methode preventDefault() is aangeroepen voor de gebeurtenis. | Event | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Annuleert het standaardgedrag van een gebeurtenis wanneer dat gedrag kan worden geannuleerd. | Event | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Voorkomt het verwerken van gebeurtenislisteners in het huidige knooppunt en volgende knooppunten in de gebeurtenisstroom. | Event | ||
Voorkomt het verwerken van gebeurtenislisteners in knooppunten die volgen op het huidige knooppunt in de gebeurtenisstroom. | Event | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
Retourneert een tekenreeks die alle eigenschappen van het Event-object bevat. | Event | ||
Retourneert de primitieve waarde van het opgegeven object. | Object |
Constante | Gedefinieerd door | ||
---|---|---|---|
ADD_FAVORITE : String = "addFavorite" [statisch]
A special value that specifies that an startpoint was added to the favorites list. | StartpointEvent | ||
DETAILS : String = "detailsSelect" [statisch]
A special value that specifies that details about the startpoint were retrieved and viewed. | StartpointEvent | ||
INVOKE : String = "invokeSelect" [statisch]
A special value that specifies that an startpoint was invoked successfully. | StartpointEvent | ||
REMOVE_FAVORITE : String = "removeFavorite" [statisch]
A special value that specifies that an startpoint removed from the favorites list. | StartpointEvent | ||
STARTPOINT_FAILED : String = "startpointFailed" [statisch]
A special value that specifies that invoking an startpoint failed. | StartpointEvent |
startpoint | eigenschap |
public var startpoint:Startpoint
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The startpoint to include in the event.
StartpointEvent | () | Constructor |
public function StartpointEvent(type:String, startpoint:Startpoint)
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
Parameterstype:String — The type of event.
| |
startpoint:Startpoint — The Startpoint for this event.
|
clone | () | methode |
override public function clone():Event
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Runtimeversies: | 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"
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Runtimeversies: | 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"
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Runtimeversies: | 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"
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Runtimeversies: | 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"
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Runtimeversies: | 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"
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies that invoking an startpoint failed.
Wed Jun 13 2018, 11:42 AM Z