Справочник по ActionScript® 3.0 для платформы Adobe® Flash®
Домашняя страница  |  Скрыть список пакетов и классов |  Пакеты  |  Классы  |  Что нового  |  Указатель  |  Приложения  |  Почему по-английски?
Фильтры: Получение данных с сервера...
Получение данных с сервера...
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 будет отображаться на английском языке.