Pakiet | lc.procmgmt.ui.startpoint |
Klasa | public class StartpointEvent |
Dziedziczenie | StartpointEvent Event Object |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Wersje środowiska wykonawczego: | 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. |
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
bubbles : Boolean [tylko do odczytu]
Określa, czy zdarzenie może przechodzić fazę propagacji. | Event | ||
cancelable : Boolean [tylko do odczytu]
Wskazuje, czy można uniemożliwić operacje skojarzone ze zdarzeniem. | Event | ||
constructor : Object
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu. | Object | ||
currentTarget : Object [tylko do odczytu]
Obiekt przetwarzający aktywnie obiekt Event za pomocą detektora zdarzeń. | Event | ||
eventPhase : uint [tylko do odczytu]
Bieżąca faza przepływu zdarzeń. | Event | ||
startpoint : Startpoint
The startpoint to include in the event. | StartpointEvent | ||
target : Object [tylko do odczytu]
Miejsce docelowe zdarzenia. | Event | ||
type : String [tylko do odczytu]
Typ zdarzenia. | Event |
Metoda | Zdefiniowane przez | ||
---|---|---|---|
Constructor. | StartpointEvent | ||
[przesłanianie]
Creates a copy of an StartpointEvent object and sets the value of each
property to match that of the original. | StartpointEvent | ||
Funkcja narzędziowa umożliwiająca implementację metody toString() w niestandardowych klasach Event w języku ActionScript 3.0. | Event | ||
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | ||
Sprawdza, czy w odniesieniu do tego zdarzenia wywołano metodę preventDefault(). | Event | ||
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | ||
Anuluje domyślne ustawienia zdarzenia, o ile zachowanie to może być anulowane. | Event | ||
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | ||
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | ||
Zapobiega przetwarzaniu wszelkich detektorów zdarzeń w węźle bieżącym i węzłach następujących po nim. | Event | ||
Zapobiega przetwarzaniu wszelkich detektorów zdarzeń w węzłach następujących po węźle bieżącym w przepływie zdarzeń. | Event | ||
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | ||
Zwraca ciąg znaków, który zawiera wszystkie właściwości obiektu Event. | Event | ||
Zwraca pierwotną wartość dla określonego obiektu. | Object |
Stała | Zdefiniowane przez | ||
---|---|---|---|
ADD_FAVORITE : String = "addFavorite" [statyczny]
A special value that specifies that an startpoint was added to the favorites list. | StartpointEvent | ||
DETAILS : String = "detailsSelect" [statyczny]
A special value that specifies that details about the startpoint were retrieved and viewed. | StartpointEvent | ||
INVOKE : String = "invokeSelect" [statyczny]
A special value that specifies that an startpoint was invoked successfully. | StartpointEvent | ||
REMOVE_FAVORITE : String = "removeFavorite" [statyczny]
A special value that specifies that an startpoint removed from the favorites list. | StartpointEvent | ||
STARTPOINT_FAILED : String = "startpointFailed" [statyczny]
A special value that specifies that invoking an startpoint failed. | StartpointEvent |
startpoint | właściwość |
public var startpoint:Startpoint
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The startpoint to include in the event.
StartpointEvent | () | Konstruktor |
public function StartpointEvent(type:String, startpoint:Startpoint)
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
Parametrytype:String — The type of event.
| |
startpoint:Startpoint — The Startpoint for this event.
|
clone | () | metoda |
override public function clone():Event
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Wersje środowiska wykonawczego: | 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 | Stała |
public static const ADD_FAVORITE:String = "addFavorite"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies that an startpoint was added to the favorites list.
DETAILS | Stała |
public static const DETAILS:String = "detailsSelect"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies that details about the startpoint were retrieved and viewed. event.
INVOKE | Stała |
public static const INVOKE:String = "invokeSelect"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies that an startpoint was invoked successfully. event.
REMOVE_FAVORITE | Stała |
public static const REMOVE_FAVORITE:String = "removeFavorite"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies that an startpoint removed from the favorites list.
STARTPOINT_FAILED | Stała |
public static const STARTPOINT_FAILED:String = "startpointFailed"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies that invoking an startpoint failed.
Tue Jun 12 2018, 12:06 PM Z