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