Paket | lc.foundation.events |
Sınıf | public class LiveCycleEvent |
Miras Alma | LiveCycleEvent Event Object |
Alt Sınıflar | CollectionResultEvent, ObjectResultEvent, QueueSharingActionCompleteEvent, TaskActionCompleteEvent |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
LiveCycleEvent
event is the base event class for the Workspace API.
Extend this class to create custom events.
İlgili API Öğeleri
lc.foundation.events.ObjectResultEvent
lc.procmgmt.events.QueueSharingActionCompleteEvent
lc.procmgmt.events.TaskActionCompleteEvent
Ö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 | ||
target : Object [salt okunur]
Olay hedefi. | Event | ||
token : lc.foundation.util:Token [salt okunur]
The token that represents the call to the method. | LiveCycleEvent | ||
type : String [salt okunur]
Olay türü. | Event |
Yöntem | Tanımlayan: | ||
---|---|---|---|
Constructor. | LiveCycleEvent | ||
[geçersiz kıl]
Creates a copy of a LiveCycleEvent object
and sets the value of each property to match that of the original. | LiveCycleEvent | ||
Ö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 |
Sabit | Tanımlayan: | ||
---|---|---|---|
ATTACHMENT_FILL_COMPLETE : String = "attachmentFillComplete" [statik]
The attachmentFillComplete event type. | LiveCycleEvent | ||
AUTHENTICATION_COMPLETE : String = "authenticationComplete" [statik]
The authenticationComplete event type. | LiveCycleEvent | ||
COMMIT_COMPLETE : String = "commitComplete" [statik]
The commitComplete event type. | LiveCycleEvent | ||
GET_EXTENDED_NOTE_COMPLETE : String = "getExtendedNoteComplete" [statik]
The getExtendedNoteComplete event type. | LiveCycleEvent | ||
INIT_COMPLETE : String = "initComplete" [statik]
The initComplete event type. | LiveCycleEvent | ||
LOGIN : String = "login" [statik]
The login event type. | LiveCycleEvent | ||
LOGOUT : String = "logout" [statik]
The logout event type. | LiveCycleEvent | ||
LOGOUT_COMPLETE : String = "logoutComplete" [statik]
The logoutComplete event type. | LiveCycleEvent | ||
PREFERENCES_COMMIT_COMPLETE : String = "preferencesCommitComplete" [statik]
The preferencesCommitComplete event type. | LiveCycleEvent | ||
PREFERENCES_LOAD_COMPLETE : String = "preferencesLoadComplete" [statik]
The preferencesCommitComplete event type. | LiveCycleEvent | ||
RELEASE_COMPLETE : String = "releaseComplete" [statik]
The releaseComplete event type. | LiveCycleEvent | ||
UNLOAD : String = "unload" [statik]
The unload event type. | LiveCycleEvent |
token | özellik |
token:lc.foundation.util:Token
[salt okunur] Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The token that represents the call to the method. Used in the asynchronous completion token pattern.
Uygulama
public function get token():lc.foundation.util:Token
LiveCycleEvent | () | Yapıcı |
public function LiveCycleEvent(type:String, bubbles:Boolean, cancelable:Boolean, token:lc.foundation.util:Token)
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
Parametrelertype:String — Specifies the type of the event.
| |
bubbles:Boolean — Specifies whether the event object participates in the bubbling stage of
the event flow.
| |
cancelable:Boolean — Specifies whether the event object can be canceled.
| |
token:lc.foundation.util:Token — Specifies a request token.
|
clone | () | yöntem |
override public function clone():Event
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Creates a copy of a LiveCycleEvent
object
and sets the value of each property to match that of the original.
Event — A copy of the LiveCycleEvent object.
|
ATTACHMENT_FILL_COMPLETE | Sabit |
public static const ATTACHMENT_FILL_COMPLETE:String = "attachmentFillComplete"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The attachmentFillComplete
event type.
AUTHENTICATION_COMPLETE | Sabit |
public static const AUTHENTICATION_COMPLETE:String = "authenticationComplete"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The authenticationComplete
event type.
COMMIT_COMPLETE | Sabit |
public static const COMMIT_COMPLETE:String = "commitComplete"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The commitComplete
event type.
GET_EXTENDED_NOTE_COMPLETE | Sabit |
public static const GET_EXTENDED_NOTE_COMPLETE:String = "getExtendedNoteComplete"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The getExtendedNoteComplete
event type.
INIT_COMPLETE | Sabit |
public static const INIT_COMPLETE:String = "initComplete"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The initComplete
event type.
LOGIN | Sabit |
public static const LOGIN:String = "login"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The login
event type.
LOGOUT | Sabit |
public static const LOGOUT:String = "logout"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The logout
event type.
LOGOUT_COMPLETE | Sabit |
public static const LOGOUT_COMPLETE:String = "logoutComplete"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The logoutComplete
event type.
PREFERENCES_COMMIT_COMPLETE | Sabit |
public static const PREFERENCES_COMMIT_COMPLETE:String = "preferencesCommitComplete"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The preferencesCommitComplete
event type.
PREFERENCES_LOAD_COMPLETE | Sabit |
public static const PREFERENCES_LOAD_COMPLETE:String = "preferencesLoadComplete"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The preferencesCommitComplete
event type.
RELEASE_COMPLETE | Sabit |
public static const RELEASE_COMPLETE:String = "releaseComplete"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The releaseComplete
event type.
UNLOAD | Sabit |
public static const UNLOAD:String = "unload"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The unload
event type.
Tue Jun 12 2018, 01:09 PM Z