| パッケージ | lc.procmgmt.ui.task.form.commands |
| クラス | public class TaskFormSaveCommand |
| 継承 | TaskFormSaveCommand Object |
| 実装 | ICommand |
| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
TaskFormSaveCommand class executes the TaskForm object's
save operation.
関連する API エレメント
パブリックプロパティ
| プロパティ | 定義元 | ||
|---|---|---|---|
![]() | constructor : Object
指定されたオブジェクトインスタンスのクラスオブジェクトまたはコンストラクター関数への参照です。 | Object | |
| name : String [読み取り専用]
The name of the command. | TaskFormSaveCommand | ||
パブリックメソッド
| メソッド | 定義元 | ||
|---|---|---|---|
Constructor. | TaskFormSaveCommand | ||
Executes the TaskForm save operation. | TaskFormSaveCommand | ||
![]() |
オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | |
![]() |
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | |
![]() |
指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | |
![]() |
ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | |
![]() |
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | |
![]() |
指定されたオブジェクトのストリング表現を返します。 | Object | |
![]() |
指定されたオブジェクトのプリミティブな値を返します。 | Object | |
パブリック定数
| 定数 | 定義元 | ||
|---|---|---|---|
| NAME : String = "TaskFormSaveCommand" [静的]
A special value that specifies the name of the TaskForm object's save command. | TaskFormSaveCommand | ||
プロパティの詳細
name | プロパティ |
コンストラクターの詳細
TaskFormSaveCommand | () | コンストラクター |
public function TaskFormSaveCommand(taskForm:lc.procmgmt.ui.task.form:TaskForm)| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
パラメーターtaskForm:lc.procmgmt.ui.task.form:TaskForm — Specifies the TaskForm object to be associated
with the command.
|
メソッドの詳細
execute | () | メソッド |
public function execute():lc.foundation.util:Token| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Executes the TaskForm save operation.
lc.foundation.util:Token — A token that notifies the caller when execution is complete.
|
関連する API エレメント
定数の詳細
NAME | 定数 |
public static const NAME:String = "TaskFormSaveCommand"| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the name of the TaskForm object's save command.
Tue Jun 12 2018, 10:34 AM Z
継承されるパブリックプロパティを隠す
継承されるパブリックプロパティを表示