Adobe® Flash® Platform 用 ActionScript® 3.0 リファレンスガイド
ホーム  |  パッケージおよびクラスリストの非表示 |  パッケージ  |  クラス  |  新機能  |  索引  |  付録  |  英語で表示される理由
フィルター: サーバーからデータを取得しています...
サーバーからデータを取得しています...
lc.procmgmt.ui.task 

TaskDirectiveModel  - AS3 ADEP Workspace

パッケージlc.procmgmt.ui.task
クラスpublic class TaskDirectiveModel
継承TaskDirectiveModel Inheritance PresentationModel Inheritance EventDispatcher Inheritance Object

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

The TaskDirectiveModel class acts as the model for the TaskDirective component.

The TaskDirectiveModel class is responsible for enabling a TaskUserCommand object to be executed with a selected User object.

関連する API エレメント



パブリックプロパティ
 プロパティ定義元
  command : lc.procmgmt.commands:TaskUserCommand
The command object that drives the behavior of the model.
TaskDirectiveModel
  commandInstructions : String
[読み取り専用] Retrieves the localized instructions that are associated with the command.
TaskDirectiveModel
 Inheritedconstructor : Object
指定されたオブジェクトインスタンスのクラスオブジェクトまたはコンストラクター関数への参照です。
Object
  errorMessage : Message
[読み取り専用] The error message when an error occurs.
TaskDirectiveModel
  isAddEnabled : Boolean
[読み取り専用] A flag that indicates whether a user was added based on a certain condition.
TaskDirectiveModel
  isExecuteEnabled : Boolean
[読み取り専用] A flag that indicates whether the condition for executing the task directive was satisfied.
TaskDirectiveModel
  isRemoveEnabled : Boolean
[読み取り専用] A flag that indicates whether the condition for removing a user is satisfied.
TaskDirectiveModel
  omitUserOids : ListCollectionView
[読み取り専用] The list of users to remove from the searches.
TaskDirectiveModel
  selectedUser : User
[読み取り専用] The current selected user.
TaskDirectiveModel
  selectedUsers : ListCollectionView
[読み取り専用] The collection of users that were selected from the UserSearchDataGridModel object.
TaskDirectiveModel
  serviceName : String
[読み取り専用] The service name of the task.
TaskDirectiveModel
 Inheritedsession : SessionMap
A SessionMap object that stores information relating to the server session.
PresentationModel
 Inheritedstate : String
[読み取り専用] The name of the state the current view is in.
PresentationModel
  userSearchDataGridModel : UserSearchDataGridModel
The UserSearchDataGridModel object provides the results of a user search.
TaskDirectiveModel
パブリックメソッド
 メソッド定義元
 Inherited
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
イベントリスナーオブジェクトを EventDispatcher オブジェクトに登録し、リスナーがイベントの通知を受け取るようにします。
EventDispatcher
  
Adds the selected users from the UserSearchDataGridModel object to the selectedUsers property.
TaskDirectiveModel
 Inherited
bindProperty(destination:Object, destinationProperty:String, source:Object, sourceChain:Object, commitOnly:Boolean = false):ChangeWatcher
Binds a public property on the destination object from a property or property chain on the source object.
PresentationModel
  
Cancels the command.
TaskDirectiveModel
 Inherited
イベントをイベントフローに送出します。
EventDispatcher
  
Invokes the associated command object's execute method.
TaskDirectiveModel
 Inherited
getCSSStyle(declaration:String, styleProperty:String, defaultValue:Object = null):Object
Returns the corresponding cascading style sheet (CSS) property to use based on the specified parameters.
PresentationModel
 Inherited
EventDispatcher オブジェクトに、特定のイベントタイプに対して登録されたリスナーがあるかどうかを確認します。
EventDispatcher
 Inherited
オブジェクトに指定されたプロパティが定義されているかどうかを示します。
Object
  
[オーバーライド] Initializes the presentation model after the view bindings are processed to prevent view bindings from overriding the initial model state.
TaskDirectiveModel
 Inherited
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。
Object
 Inherited
指定されたプロパティが存在し、列挙できるかどうかを示します。
Object
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
EventDispatcher オブジェクトからリスナーを削除します。
EventDispatcher
  
Resets the selectdUsers property to an empty value (null).
TaskDirectiveModel
  
Resets the model to the original state and reinitalizes the properties back to default values.
TaskDirectiveModel
 Inherited
ループ処理に対するダイナミックプロパティの可用性を設定します。
Object
 Inherited
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。
Object
 Inherited
指定されたオブジェクトのストリング表現を返します。
Object
 Inherited
指定されたオブジェクトのプリミティブな値を返します。
Object
 Inherited
指定されたイベントタイプについて、この EventDispatcher オブジェクトまたはその祖先にイベントリスナーが登録されているかどうかを確認します。
EventDispatcher
プロテクトメソッド
 メソッド定義元
  
setState(newState:String):void
[オーバーライド] Sets the state property to a new value and causes a PropertyChangeEvent event.
TaskDirectiveModel
イベント
 イベント 概要 定義元
 Inherited[ブロードキャストイベント] Flash Player または AIR アプリケーションがオペレーティングシステムのフォーカスを取得して、アクティブになったときに送出されます。EventDispatcher
  Dispatched on the request to cancel the command.TaskDirectiveModel
  Dispatched on successful execution of the command.TaskDirectiveModel
 Inherited[ブロードキャストイベント] Flash Player または AIR アプリケーションがオペレーティングシステムのフォーカスを失って、非アクティブになったときに送出されます。EventDispatcher
パブリック定数
 定数定義元
  STATE_ERROR : String = "errorState"
[静的] A special value that specifies that an error occurred.
TaskDirectiveModel
  STATE_INITIAL : String = "initialState"
[静的] A special value that specifies that the model is initializing.
TaskDirectiveModel
  STATE_IN_PROGRESS : String = "inProgressState"
[静的] A special value that specifies that a search operation is occuring.
TaskDirectiveModel
  STATE_SEARCH_COMPLETE : String = "searchCompleteState"
[静的] A special value that specifies that a search has completed.
TaskDirectiveModel
プロパティの詳細

command

プロパティ
command:lc.procmgmt.commands:TaskUserCommand

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

The command object that drives the behavior of the model. Different commands have different instructions and images associated with them.



実装
    public function get command():lc.procmgmt.commands:TaskUserCommand
    public function set command(value:lc.procmgmt.commands:TaskUserCommand):void

commandInstructions

プロパティ 
commandInstructions:String  [読み取り専用]

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

Retrieves the localized instructions that are associated with the command.

このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange イベントが送出されます。



実装
    public function get commandInstructions():String

errorMessage

プロパティ 
errorMessage:Message  [読み取り専用]

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

The error message when an error occurs.

このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange イベントが送出されます。



実装
    public function get errorMessage():Message

isAddEnabled

プロパティ 
isAddEnabled: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 a user was added based on a certain condition. A value of true is returned if a user was selected within the UserSearchDataGridModel object.

このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange イベントが送出されます。



実装
    public function get isAddEnabled():Boolean

isExecuteEnabled

プロパティ 
isExecuteEnabled: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 condition for executing the task directive was satisfied. A value of true is returned if a user was selected within the UserSearchDataGridModel object and the current state of the model is not searching.

このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange イベントが送出されます。



実装
    public function get isExecuteEnabled():Boolean

isRemoveEnabled

プロパティ 
isRemoveEnabled: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 condition for removing a user is satisfied. A value of true is returned if a user was selected within the UserSearchDataGridModel object.

このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange イベントが送出されます。



実装
    public function get isRemoveEnabled():Boolean

omitUserOids

プロパティ 
omitUserOids:ListCollectionView  [読み取り専用]

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

The list of users to remove from the searches.

このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange イベントが送出されます。



実装
    public function get omitUserOids():ListCollectionView

selectedUser

プロパティ 
selectedUser:User  [読み取り専用]

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

The current selected user.

このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange イベントが送出されます。



実装
    public function get selectedUser():User

selectedUsers

プロパティ 
selectedUsers:ListCollectionView  [読み取り専用]

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

The collection of users that were selected from the UserSearchDataGridModel object.

このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange イベントが送出されます。



実装
    public function get selectedUsers():ListCollectionView

serviceName

プロパティ 
serviceName:String  [読み取り専用]

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

The service name of the task.

このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange イベントが送出されます。



実装
    public function get serviceName():String

userSearchDataGridModel

プロパティ 
userSearchDataGridModel:UserSearchDataGridModel

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

The UserSearchDataGridModel object provides the results of a user search.



実装
    public function get userSearchDataGridModel():UserSearchDataGridModel
    public function set userSearchDataGridModel(value:UserSearchDataGridModel):void
メソッドの詳細

addUser

()メソッド
public function addUser():void

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

Adds the selected users from the UserSearchDataGridModel object to the selectedUsers property.

cancelCommand

()メソッド 
public function cancelCommand():void

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

Cancels the command. This resets the properties in the model and dispatches an EVENT_COMMAND_CANCEL event.

executeCommand

()メソッド 
public function executeCommand():void

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

Invokes the associated command object's execute method.

initialize

()メソッド 
override public function initialize():void

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

Initializes the presentation model after the view bindings are processed to prevent view bindings from overriding the initial model state. Subclasses can override this method, which

removeUser

()メソッド 
public function removeUser():void

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

Resets the selectdUsers property to an empty value (null).

reset

()メソッド 
public function reset():void

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

Resets the model to the original state and reinitalizes the properties back to default values.

setState

()メソッド 
override protected function setState(newState:String):void

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

Sets the state property to a new value and causes a PropertyChangeEvent event.

パラメーター

newState:String — Specifies the new state name.

イベントの詳細

commandCancel

イベント
イベントオブジェクトの型: flash.events.Event
プロパティ Event.type = flash.events.Event

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

Dispatched on the request to cancel the command.

commandComplete

イベント  
イベントオブジェクトの型: flash.events.Event
プロパティ Event.type = flash.events.Event

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

Dispatched on successful execution of the command.

定数の詳細

STATE_ERROR

定数
public static const STATE_ERROR:String = "errorState"

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies that an error occurred.

STATE_IN_PROGRESS

定数 
public static const STATE_IN_PROGRESS:String = "inProgressState"

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies that a search operation is occuring.

STATE_INITIAL

定数 
public static const STATE_INITIAL:String = "initialState"

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies that the model is initializing.

STATE_SEARCH_COMPLETE

定数 
public static const STATE_SEARCH_COMPLETE:String = "searchCompleteState"

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies that a search has completed.





[ X ]英語で表示される理由
ActionScript 3.0 リファレンスガイドのコンテンツが英語で表示されます。

ActionScript 3.0 リファレンスガイドのすべての部分がすべての言語に翻訳されているわけではありません。言語エレメントが翻訳されていない場合、そのエレメントは英語で表示されます。例えば、ga.controls.HelpBox クラスはどの言語にも訳されていません。このため、リファレンスガイドの日本語バージョンでは、ga.controls.HelpBox クラスは英語で表示されます。