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

ToDoModel  - AS3 ADEP Workspace

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

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

The ToDoModel class provides the model implementation for the the ToDo component.

関連する API エレメント



パブリックプロパティ
 プロパティ定義元
  defaultQueueSize : int
The number of tasks that exist in the user's default queue.
ToDoModel
  iconSource : Class
The icon associated with the CSS style name ToDo.
ToDoModel
  listData : AggregatingCollection
A collection of QueueEntryData objects and a SearchTemplateDescriptors component.
ToDoModel
  queuesInitialized : Boolean
For internal use only.
ToDoModel
  queuesManager : QueuesManager
The collection of different queues, which is represented by a Queues object, that the user has access to.
ToDoModel
  selectedListItem : Object
The selected entry from the listData property.
ToDoModel
  session : SessionMap
[オーバーライド] [書き込み専用] A SessionMap object that stores infomation relating to the server session.
ToDoModel
  toDoSelectorModel : lc.procmgmt.ui.task:ToDoSelectorModel
For internal use only.
ToDoModel
パブリックメソッド
 メソッド定義元
  
Constructor.
ToDoModel
  
Refreshes the state of the container.
ToDoModel
  
Setting the selected task causes the QueueEntryData object that contains the selected task to have its details property set to true, and requests the QueueEntryData object to change to the selected task.
ToDoModel
パブリック定数
 定数定義元
  STATE_INITIAL : String = "initialState"
[静的] A specifical value that specifies that the model is set an initial state when it is created.
ToDoModel
プロパティの詳細

defaultQueueSize

プロパティ
defaultQueueSize:int

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

The number of tasks that exist in the user's default queue.

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



実装
    public function get defaultQueueSize():int
    public function set defaultQueueSize(value:int):void

iconSource

プロパティ 
iconSource:Class

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

The icon associated with the CSS style name ToDo.

このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 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 QueueEntryData objects and a SearchTemplateDescriptors component.

The collection of QueueEntryData objects contain the default queues, user queues, and group queues that a user has access to.

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



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

queuesInitialized

プロパティ 
queuesInitialized:Boolean

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

For internal use only. Do not use. The model for the ToDoSelector object.

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



実装
    public function get queuesInitialized():Boolean
    public function set queuesInitialized(value:Boolean):void

queuesManager

プロパティ 
queuesManager:QueuesManager

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

The collection of different queues, which is represented by a Queues object, that the user has access to.

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



実装
    public function get queuesManager():QueuesManager
    public function set queuesManager(value:QueuesManager):void

関連する API エレメント

lc.domain.Queue

selectedListItem

プロパティ 
selectedListItem:Object

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

The selected entry from the listData property.

The default behavior for the model is to identify the user's default queue when it is first created. The model also uses this property to select the correct queue if a Task object is accessed directly.

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



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

session

プロパティ 
session:SessionMap  [書き込み専用] [オーバーライド]

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

A SessionMap object that stores infomation relating to the server session.

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



実装
    override public function set session(value:SessionMap):void

toDoSelectorModel

プロパティ 
toDoSelectorModel:lc.procmgmt.ui.task:ToDoSelectorModel

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

For internal use only. Do not use. The model for the ToDoSelector object.

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



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

ToDoModel

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

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

Constructor.

メソッドの詳細

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 reshown.

selectTask

()メソッド 
public function selectTask(task:lc.procmgmt.domain:Task):void

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

Setting the selected task causes the QueueEntryData object that contains the selected task to have its details property set to true, and requests the QueueEntryData object to change to the selected task.

パラメーター

task:lc.procmgmt.domain:Task — Specifies the task to be selected.

定数の詳細

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 specifical value that specifies that the model is set an initial state when it is created.





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

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