| Pakiet | com.adobe.solutions.rca.presentation.event |
| Klasa | public class ProcessComponentEvent |
| Dziedziczenie | ProcessComponentEvent Event Object |
| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Review, Commenting, and Approval Building Block 10.0 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
ProcessComponent when a process is selected or a selection is cancelled.
Powiązane elementy interfejsu API
Właściwości publiczne
| 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 | |
| process : Object
The process for which the event is dispatched. | ProcessComponentEvent | ||
![]() | target : Object [tylko do odczytu]
Miejsce docelowe zdarzenia. | Event | |
![]() | type : String [tylko do odczytu]
Typ zdarzenia. | Event | |
Metody publiczne
| Metoda | Zdefiniowane przez | ||
|---|---|---|---|
The constructor for ProcessComponentEvent class. | ProcessComponentEvent | ||
![]() |
Powiela instancję podklasy Event. | Event | |
![]() |
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łe publiczne
| Stała | Zdefiniowane przez | ||
|---|---|---|---|
| PROCESS_CANCEL_EVENT : String = "processCancelEvent" [statyczny]
This type indicates that the process selection is cancelled when this event is dispatched. | ProcessComponentEvent | ||
| PROCESS_SELECTED_EVENT : String = "processSelectedEvent" [statyczny]
This type indicates that the process is selected when this event is dispatched. | ProcessComponentEvent | ||
Szczegół właściwości
process | właściwość |
process:Object| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Review, Commenting, and Approval Building Block 10.0 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
The process for which the event is dispatched. The object contains the name and description of the Document Server process.
Implementacja
public function get process():Object public function set process(value:Object):voidKonstruktor Szczegół
ProcessComponentEvent | () | Konstruktor |
public function ProcessComponentEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Review, Commenting, and Approval Building Block 10.0 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
The constructor for ProcessComponentEvent class.
type:String — The type of the event, accessible as Event.type.
| |
bubbles:Boolean (default = false) — A Boolean flag to determine whether the Event object participates in the bubbling stage of the event flow or not. The default value is False.
| |
cancelable:Boolean (default = false) — A Boolean flag to determine whether the Event object can be canceled or not. The default values is False.
|
Szczegół stałej
PROCESS_CANCEL_EVENT | Stała |
public static const PROCESS_CANCEL_EVENT:String = "processCancelEvent"| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Review, Commenting, and Approval Building Block 10.0 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
This type indicates that the process selection is cancelled when this event is dispatched.
PROCESS_SELECTED_EVENT | Stała |
public static const PROCESS_SELECTED_EVENT:String = "processSelectedEvent"| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Review, Commenting, and Approval Building Block 10.0 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
This type indicates that the process is selected when this event is dispatched.
Tue Jun 12 2018, 12:06 PM Z
Ukryj dziedziczone właściwości publiczne
Pokaż dziedziczone właściwości publiczne