| パッケージ | lc.foundation.events |
| クラス | public class LiveCycleEvent |
| 継承 | LiveCycleEvent Event Object |
| サブクラス | CollectionResultEvent, ObjectResultEvent, QueueSharingActionCompleteEvent, TaskActionCompleteEvent |
| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| ランタイムバージョン: | 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.
関連する API エレメント
lc.foundation.events.ObjectResultEvent
lc.procmgmt.events.QueueSharingActionCompleteEvent
lc.procmgmt.events.TaskActionCompleteEvent
| プロパティ | 定義元 | ||
|---|---|---|---|
![]() | bubbles : Boolean [読み取り専用]
イベントがバブリングイベントかどうかを示します。 | Event | |
![]() | cancelable : Boolean [読み取り専用]
イベントに関連付けられた動作を回避できるかどうかを示します。 | Event | |
![]() | constructor : Object
指定されたオブジェクトインスタンスのクラスオブジェクトまたはコンストラクター関数への参照です。 | Object | |
![]() | currentTarget : Object [読み取り専用]
イベントリスナーで Event オブジェクトをアクティブに処理しているオブジェクトです。 | Event | |
![]() | eventPhase : uint [読み取り専用]
イベントフローの現在の段階です。 | Event | |
![]() | target : Object [読み取り専用]
イベントターゲットです。 | Event | |
| token : lc.foundation.util:Token [読み取り専用]
The token that represents the call to the method. | LiveCycleEvent | ||
![]() | type : String [読み取り専用]
イベントのタイプです。 | Event | |
| メソッド | 定義元 | ||
|---|---|---|---|
Constructor. | LiveCycleEvent | ||
[オーバーライド]
Creates a copy of a LiveCycleEvent object
and sets the value of each property to match that of the original. | LiveCycleEvent | ||
![]() |
カスタム ActionScript 3.0 Event クラスに toString() メソッドを実装するためのユーティリティ関数です。 | Event | |
![]() |
オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | |
![]() |
イベントで preventDefault() メソッドが呼び出されたかどうかを確認します。 | Event | |
![]() |
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | |
![]() |
イベントのデフォルト動作をキャンセルできる場合に、その動作をキャンセルします。 | Event | |
![]() |
指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | |
![]() |
ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | |
![]() |
イベントフローの現在のノードおよび後続するノードで、イベントリスナーが処理されないようにします。 | Event | |
![]() |
イベントフローの現在のノードに後続するノードで、イベントリスナーが処理されないようにします。 | Event | |
![]() |
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | |
![]() |
Event オブジェクトのすべてのプロパティを含むストリングを返します。 | Event | |
![]() |
指定されたオブジェクトのプリミティブな値を返します。 | Object | |
| 定数 | 定義元 | ||
|---|---|---|---|
| ATTACHMENT_FILL_COMPLETE : String = "attachmentFillComplete" [静的]
The attachmentFillComplete event type. | LiveCycleEvent | ||
| AUTHENTICATION_COMPLETE : String = "authenticationComplete" [静的]
The authenticationComplete event type. | LiveCycleEvent | ||
| COMMIT_COMPLETE : String = "commitComplete" [静的]
The commitComplete event type. | LiveCycleEvent | ||
| GET_EXTENDED_NOTE_COMPLETE : String = "getExtendedNoteComplete" [静的]
The getExtendedNoteComplete event type. | LiveCycleEvent | ||
| INIT_COMPLETE : String = "initComplete" [静的]
The initComplete event type. | LiveCycleEvent | ||
| LOGIN : String = "login" [静的]
The login event type. | LiveCycleEvent | ||
| LOGOUT : String = "logout" [静的]
The logout event type. | LiveCycleEvent | ||
| LOGOUT_COMPLETE : String = "logoutComplete" [静的]
The logoutComplete event type. | LiveCycleEvent | ||
| PREFERENCES_COMMIT_COMPLETE : String = "preferencesCommitComplete" [静的]
The preferencesCommitComplete event type. | LiveCycleEvent | ||
| PREFERENCES_LOAD_COMPLETE : String = "preferencesLoadComplete" [静的]
The preferencesCommitComplete event type. | LiveCycleEvent | ||
| RELEASE_COMPLETE : String = "releaseComplete" [静的]
The releaseComplete event type. | LiveCycleEvent | ||
| UNLOAD : String = "unload" [静的]
The unload event type. | LiveCycleEvent | ||
token | プロパティ |
token:lc.foundation.util:Token [読み取り専用] | 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The token that represents the call to the method. Used in the asynchronous completion token pattern.
実装
public function get token():lc.foundation.util:TokenLiveCycleEvent | () | コンストラクター |
public function LiveCycleEvent(type:String, bubbles:Boolean, cancelable:Boolean, token:lc.foundation.util:Token)| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
パラメーターtype: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 | () | メソッド |
override public function clone():Event| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| ランタイムバージョン: | 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 | 定数 |
public static const ATTACHMENT_FILL_COMPLETE:String = "attachmentFillComplete"| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The attachmentFillComplete event type.
AUTHENTICATION_COMPLETE | 定数 |
public static const AUTHENTICATION_COMPLETE:String = "authenticationComplete"| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The authenticationComplete event type.
COMMIT_COMPLETE | 定数 |
public static const COMMIT_COMPLETE:String = "commitComplete"| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The commitComplete event type.
GET_EXTENDED_NOTE_COMPLETE | 定数 |
public static const GET_EXTENDED_NOTE_COMPLETE:String = "getExtendedNoteComplete"| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The getExtendedNoteComplete event type.
INIT_COMPLETE | 定数 |
public static const INIT_COMPLETE:String = "initComplete"| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The initComplete event type.
LOGIN | 定数 |
public static const LOGIN:String = "login"| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The login event type.
LOGOUT | 定数 |
public static const LOGOUT:String = "logout"| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The logout event type.
LOGOUT_COMPLETE | 定数 |
public static const LOGOUT_COMPLETE:String = "logoutComplete"| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The logoutComplete event type.
PREFERENCES_COMMIT_COMPLETE | 定数 |
public static const PREFERENCES_COMMIT_COMPLETE:String = "preferencesCommitComplete"| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The preferencesCommitComplete event type.
PREFERENCES_LOAD_COMPLETE | 定数 |
public static const PREFERENCES_LOAD_COMPLETE:String = "preferencesLoadComplete"| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The preferencesCommitComplete event type.
RELEASE_COMPLETE | 定数 |
public static const RELEASE_COMPLETE:String = "releaseComplete"| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The releaseComplete event type.
UNLOAD | 定数 |
public static const UNLOAD:String = "unload"| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The unload event type.
Tue Jun 12 2018, 10:34 AM Z
継承されるパブリックプロパティを隠す
継承されるパブリックプロパティを表示