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

TrackingModel  - AS3 ADEP Workspace

パッケージlc.procmgmt.ui.tracking
クラスpublic class TrackingModel
継承TrackingModel Inheritance NavigationSupervisorModel

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

The TrackingModel class provides support for the Tracking component.

The TrackingModel class loads a list of processes, represented by Process objects, which the user initiated or participated in, into the contents of the listData property. The list data also contains a SearchTemplateDescriptors object so that the user can search for tasks from within the tracking area.

If the user selects a process from the list of processes, the set of associated ProcessInstances objects are displayed in the content area of the Tracking component.

関連する API エレメント



パブリックプロパティ
 プロパティ定義元
  collatedListData : ListCollectionView
A collection of CollatedProcesses objects and a SearchTemplateDescriptors object.
TrackingModel
  data : Object
Maps the data to the selectedProcess property.
TrackingModel
  errorMessage : String
The error message after an event occurs.
TrackingModel
  iconSource : Class
The location of the icon image for the component.
TrackingModel
  listData : AggregatingCollection
A collection of Process objects and a SearchTemplateDescriptors object.
TrackingModel
  selectedCollatedProcesses : CollatedProcesses
After all processes are loaded, the selectedCollatedProcesses property is set to the first CollatedProcesses object stored in the collatedListData property.
TrackingModel
  selectedProcess : Process
After all processes are loaded, the selectedProcess property is set to the first Process object stored in the listData property.
TrackingModel
  trackingSelectorModel : lc.procmgmt.ui.tracking:TrackingSelectorModel
The model for the TrackingSelector object.
TrackingModel
パブリックメソッド
 メソッド定義元
  
Constructor.
TrackingModel
  
[オーバーライド] Initializes the presentation model for the Tracking component and displays the processes the user participated in by process name.
TrackingModel
  
Loads the processes that a user participated in or started.
TrackingModel
  
Refreshes the state of the container.
TrackingModel
パブリック定数
 定数定義元
  STATE_ERROR : String = "errorState"
[静的] A special value that represents that an error occurred.
TrackingModel
プロパティの詳細

collatedListData

プロパティ
collatedListData:ListCollectionView

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

A collection of CollatedProcesses objects and a SearchTemplateDescriptors object.

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



実装
    public function get collatedListData():ListCollectionView
    public function set collatedListData(value:ListCollectionView):void

data

プロパティ 
data:Object

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

Maps the data to the selectedProcess property.



実装
    public function get data():Object
    public function set data(value:Object):void

errorMessage

プロパティ 
errorMessage:String

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

The error message after an event occurs.

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



実装
    public function get errorMessage():String
    public function set errorMessage(value:String):void

iconSource

プロパティ 
iconSource:Class

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

The location of the icon image for the component.

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



実装
    public function get iconSource():Class
    public function set iconSource(value:Class):void

listData

プロパティ 
listData:AggregatingCollection

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

A collection of Process objects and a SearchTemplateDescriptors object.

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



実装
    public function get listData():AggregatingCollection
    public function set listData(value:AggregatingCollection):void

selectedCollatedProcesses

プロパティ 
selectedCollatedProcesses:CollatedProcesses

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

After all processes are loaded, the selectedCollatedProcesses property is set to the first CollatedProcesses object stored in the collatedListData property.

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



実装
    public function get selectedCollatedProcesses():CollatedProcesses
    public function set selectedCollatedProcesses(value:CollatedProcesses):void

selectedProcess

プロパティ 
selectedProcess:Process

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

After all processes are loaded, the selectedProcess property is set to the first Process object stored in the listData property.

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



実装
    public function get selectedProcess():Process
    public function set selectedProcess(value:Process):void

trackingSelectorModel

プロパティ 
trackingSelectorModel:lc.procmgmt.ui.tracking:TrackingSelectorModel

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

The model for the TrackingSelector object.

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



実装
    public function get trackingSelectorModel():lc.procmgmt.ui.tracking:TrackingSelectorModel
    public function set trackingSelectorModel(value:lc.procmgmt.ui.tracking:TrackingSelectorModel):void
コンストラクターの詳細

TrackingModel

()コンストラクター
public function TrackingModel()

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

Constructor.

メソッドの詳細

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 for the Tracking component and displays the processes the user participated in by process name.

loadProcesses

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

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

Loads the processes that a user participated in or started.

refresh

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

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

Refreshes the state of the container. This method is typically invoked by the view when it is reentered and re-shown.

定数の詳細

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 represents that an error occurred.





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

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