Paket | lc.procmgmt.ui.task |
Sınıf | public class ToDoModel |
Miras Alma | ToDoModel NavigationSupervisorModel |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
ToDoModel
class provides the model implementation for the
the ToDo
component.
İlgili API Öğeleri
Özellik | Tanımlayan: | ||
---|---|---|---|
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 [geçersiz kıl] [salt yazılır]
A SessionMap object that stores infomation relating to the server session. | ToDoModel | ||
toDoSelectorModel : lc.procmgmt.ui.task:ToDoSelectorModel
For internal use only. | ToDoModel |
Yöntem | Tanımlayan: | ||
---|---|---|---|
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 |
Sabit | Tanımlayan: | ||
---|---|---|---|
STATE_INITIAL : String = "initialState" [statik]
A specifical value that specifies that the model is set an initial state when it is created. | ToDoModel |
defaultQueueSize | özellik |
defaultQueueSize:int
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The number of tasks that exist in the user's default queue.
Bu özellik veri ciltleme kaynağı olarak kullanılabilir. Bu özellik değiştirildiğinde, propertyChange
olayını gönderir.
Uygulama
public function get defaultQueueSize():int
public function set defaultQueueSize(value:int):void
iconSource | özellik |
iconSource:Class
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The icon associated with the CSS style name ToDo.
Bu özellik veri ciltleme kaynağı olarak kullanılabilir. Bu özellik değiştirildiğinde, propertyChange
olayını gönderir.
Uygulama
public function get iconSource():Class
public function set iconSource(value:Class):void
listData | özellik |
listData:AggregatingCollection
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | 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.
Bu özellik veri ciltleme kaynağı olarak kullanılabilir. Bu özellik değiştirildiğinde, propertyChange
olayını gönderir.
Uygulama
public function get listData():AggregatingCollection
public function set listData(value:AggregatingCollection):void
queuesInitialized | özellik |
queuesInitialized:Boolean
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
For internal use only. Do not use.
The model for the ToDoSelector
object.
Bu özellik veri ciltleme kaynağı olarak kullanılabilir. Bu özellik değiştirildiğinde, propertyChange
olayını gönderir.
Uygulama
public function get queuesInitialized():Boolean
public function set queuesInitialized(value:Boolean):void
queuesManager | özellik |
queuesManager:QueuesManager
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | 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.
Bu özellik veri ciltleme kaynağı olarak kullanılabilir. Bu özellik değiştirildiğinde, propertyChange
olayını gönderir.
Uygulama
public function get queuesManager():QueuesManager
public function set queuesManager(value:QueuesManager):void
İlgili API Öğeleri
selectedListItem | özellik |
selectedListItem:Object
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | 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.
Bu özellik veri ciltleme kaynağı olarak kullanılabilir. Bu özellik değiştirildiğinde, propertyChange
olayını gönderir.
Uygulama
public function get selectedListItem():Object
public function set selectedListItem(value:Object):void
session | özellik |
session:SessionMap
[salt yazılır] [geçersiz kıl] Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A SessionMap
object that stores infomation relating to the server session.
Bu özellik veri ciltleme kaynağı olarak kullanılabilir. Bu özellik değiştirildiğinde, propertyChange
olayını gönderir.
Uygulama
override public function set session(value:SessionMap):void
toDoSelectorModel | özellik |
toDoSelectorModel:lc.procmgmt.ui.task:ToDoSelectorModel
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
For internal use only. Do not use.
The model for the ToDoSelector
object.
Bu özellik veri ciltleme kaynağı olarak kullanılabilir. Bu özellik değiştirildiğinde, propertyChange
olayını gönderir.
Uygulama
public function get toDoSelectorModel():lc.procmgmt.ui.task:ToDoSelectorModel
public function set toDoSelectorModel(value:lc.procmgmt.ui.task:ToDoSelectorModel):void
ToDoModel | () | Yapıcı |
public function ToDoModel()
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
refresh | () | yöntem |
public function refresh():void
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | 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 | () | yöntem |
public function selectTask(task:lc.procmgmt.domain:Task):void
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | 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.
Parametreler
task:lc.procmgmt.domain:Task — Specifies the task to be selected.
|
STATE_INITIAL | Sabit |
public static const STATE_INITIAL:String = "initialState"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | 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.
Tue Jun 12 2018, 01:09 PM Z