패키지 | lc.procmgmt.ui.task |
클래스 | public class ToDoModel |
상속 | ToDoModel NavigationSupervisorModel |
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
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 요소
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.
Tue Jun 12 2018, 03:17 PM Z