| Paket | com.adobe.solutions.rca.presentation.event |
| Sınıf | public class ProcessComponentEvent |
| Miras Alma | ProcessComponentEvent Event Object |
| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Review, Commenting, and Approval Building Block 10.0 |
| Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
ProcessComponent when a process is selected or a selection is cancelled.
İlgili API Öğeleri
Genel Özellikler
| Özellik | Tanımlayan: | ||
|---|---|---|---|
![]() | bubbles : Boolean [salt okunur]
Bir olayın köpüren bir olay olup olmadığını belirtir. | Event | |
![]() | cancelable : Boolean [salt okunur]
Olayla ilişkilendirilmiş davranışın önlenebilir olup olmadığını gösterir. | Event | |
![]() | constructor : Object
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru. | Object | |
![]() | currentTarget : Object [salt okunur]
Bu Event nesnesini olay dinleyicisiyle etkin olarak işleyen nesne. | Event | |
![]() | eventPhase : uint [salt okunur]
Olay akışındaki geçerli aşama. | Event | |
| process : Object
The process for which the event is dispatched. | ProcessComponentEvent | ||
![]() | target : Object [salt okunur]
Olay hedefi. | Event | |
![]() | type : String [salt okunur]
Olay türü. | Event | |
Genel Yöntemler
| Yöntem | Tanımlayan: | ||
|---|---|---|---|
The constructor for ProcessComponentEvent class. | ProcessComponentEvent | ||
![]() |
Event alt sınıfının bir örneğini çoğaltır. | Event | |
![]() |
Özel ActionScript 3.0 Event sınıfınızdaki toString() yöntemini uygulamak için bir yardımcı işlev. | Event | |
![]() |
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | |
![]() |
Olayda preventDefault() öğesinin çağrılmış olup olmadığını kontrol eder. | Event | |
![]() |
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | |
![]() |
Bir olayın varsayılan davranışını, bu yapılabiliyorsa iptal eder. | Event | |
![]() |
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | |
![]() |
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | |
![]() |
Olay akışında geçerli düğümdeki ve ondan sonra gelen düğümlerdeki olay dinleyicilerin işlenmesini engeller. | Event | |
![]() |
Olay akışında geçerli düğümden sonra gelen düğümlerdeki olay dinleyicilerin işlenmesini engeller. | Event | |
![]() |
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | |
![]() |
Event nesnesinin tüm özelliklerini içeren bir dize döndürülür. | Event | |
![]() |
Belirtilen nesnenin temel değerini döndürür. | Object | |
Genel Sabitler
| Sabit | Tanımlayan: | ||
|---|---|---|---|
| PROCESS_CANCEL_EVENT : String = "processCancelEvent" [statik]
This type indicates that the process selection is cancelled when this event is dispatched. | ProcessComponentEvent | ||
| PROCESS_SELECTED_EVENT : String = "processSelectedEvent" [statik]
This type indicates that the process is selected when this event is dispatched. | ProcessComponentEvent | ||
Özellik Ayrıntısı
process | özellik |
process:Object| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Review, Commenting, and Approval Building Block 10.0 |
| Çalışma Zamanı Sürümleri: | 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.
Uygulama
public function get process():Object public function set process(value:Object):voidYapıcı Ayrıntı
ProcessComponentEvent | () | Yapıcı |
public function ProcessComponentEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Review, Commenting, and Approval Building Block 10.0 |
| Çalışma Zamanı Sürümleri: | 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.
|
Sabit Ayrıntısı
PROCESS_CANCEL_EVENT | Sabit |
public static const PROCESS_CANCEL_EVENT:String = "processCancelEvent"| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Review, Commenting, and Approval Building Block 10.0 |
| Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
This type indicates that the process selection is cancelled when this event is dispatched.
PROCESS_SELECTED_EVENT | Sabit |
public static const PROCESS_SELECTED_EVENT:String = "processSelectedEvent"| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Review, Commenting, and Approval Building Block 10.0 |
| Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
This type indicates that the process is selected when this event is dispatched.
Tue Jun 12 2018, 01:09 PM Z
Miras Alınan Genel Özellikleri Gizle
Miras Alınan Genel Özellikleri Göster