Paket | lc.procmgmt.ui.startpoint |
Klass | public class StartpointEvent |
Arv | StartpointEvent Event Object |
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Körningsmiljöversioner: | 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. |
Egenskap | Definieras med | ||
---|---|---|---|
bubbles : Boolean [skrivskyddad]
indikerar om händelsen är en bubblande händelse. | Event | ||
cancelable : Boolean [skrivskyddad]
Indikerar om beteendet som är kopplat till händelsen kan förhindras. | Event | ||
constructor : Object
En referens till klassobjektet eller konstruktorfunktionen för en given objektinstans. | Object | ||
currentTarget : Object [skrivskyddad]
Det objekt som aktivt behandlar Event-objektet med en händelseavlyssnare. | Event | ||
eventPhase : uint [skrivskyddad]
Den nuvarande fasen i händelseflödet. | Event | ||
startpoint : Startpoint
The startpoint to include in the event. | StartpointEvent | ||
target : Object [skrivskyddad]
Händelsens mål. | Event | ||
type : String [skrivskyddad]
Händelsens typ. | Event |
Metod | Definieras med | ||
---|---|---|---|
Constructor. | StartpointEvent | ||
[åsidosätt]
Creates a copy of an StartpointEvent object and sets the value of each
property to match that of the original. | StartpointEvent | ||
Ett verktyg som används för att implementera metoden toString() i de anpassade klasserna ActionScript 3.0. | Event | ||
Anger om det finns en egenskap angiven för ett objekt. | Object | ||
Kontrollerar om preventDefault()-metoden har anropats för händelsen. | Event | ||
Anger om en instans av klassen Object finns i prototypkedjan för objektet som anges som parameter. | Object | ||
Avbryter en händelses standardbeteende om det beteendet kan avbrytas. | Event | ||
Anger om den angivna egenskapen finns och är uppräkningsbar. | Object | ||
Anger tillgänglighet för en dynamisk egenskap för slingåtgärder. | Object | ||
Förhindrar behandling av händelsehanterare i den aktuella noden och alla noder som följer den aktuella noden i händelseflödet. | Event | ||
Förhindrar behandling av händelsehanterare i noder som följer den aktuella noden i händelseflödet. | Event | ||
Returnerar det här objektets strängrepresentation, formaterad i enlighet med språkspecifika konventioner. | Object | ||
Returnerar en sträng som innehåller alla egenskaper i Event-objektet. | Event | ||
Returnerar det angivna objektets primitiva värde. | Object |
Konstant | Definieras med | ||
---|---|---|---|
ADD_FAVORITE : String = "addFavorite" [statisk]
A special value that specifies that an startpoint was added to the favorites list. | StartpointEvent | ||
DETAILS : String = "detailsSelect" [statisk]
A special value that specifies that details about the startpoint were retrieved and viewed. | StartpointEvent | ||
INVOKE : String = "invokeSelect" [statisk]
A special value that specifies that an startpoint was invoked successfully. | StartpointEvent | ||
REMOVE_FAVORITE : String = "removeFavorite" [statisk]
A special value that specifies that an startpoint removed from the favorites list. | StartpointEvent | ||
STARTPOINT_FAILED : String = "startpointFailed" [statisk]
A special value that specifies that invoking an startpoint failed. | StartpointEvent |
startpoint | egenskap |
public var startpoint:Startpoint
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The startpoint to include in the event.
StartpointEvent | () | Konstruktor |
public function StartpointEvent(type:String, startpoint:Startpoint)
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
Parametrartype:String — The type of event.
| |
startpoint:Startpoint — The Startpoint for this event.
|
clone | () | metod |
override public function clone():Event
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Körningsmiljöversioner: | 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 | Konstant |
public static const ADD_FAVORITE:String = "addFavorite"
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies that an startpoint was added to the favorites list.
DETAILS | Konstant |
public static const DETAILS:String = "detailsSelect"
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies that details about the startpoint were retrieved and viewed. event.
INVOKE | Konstant |
public static const INVOKE:String = "invokeSelect"
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies that an startpoint was invoked successfully. event.
REMOVE_FAVORITE | Konstant |
public static const REMOVE_FAVORITE:String = "removeFavorite"
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies that an startpoint removed from the favorites list.
STARTPOINT_FAILED | Konstant |
public static const STARTPOINT_FAILED:String = "startpointFailed"
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies that invoking an startpoint failed.
Tue Jun 12 2018, 01:40 PM Z