包 | lc.procmgmt.ui.task |
类 | public class TaskDetailsModel |
继承 | TaskDetailsModel PresentationModel EventDispatcher Object |
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
TaskDetailsModel
class provides support for
the views that are interested in the TaskDetails
component.
相关 API 元素
属性 | 由以下参数定义 | ||
---|---|---|---|
constructor : Object
对类对象或给定对象实例的构造函数的引用。 | Object | ||
processInstanceInfoModel : ProcessInstanceInfoModel
A ProcessInstanceInfoModel object representing the information
for a process instance. | TaskDetailsModel | ||
session : SessionMap
A SessionMap object that stores information relating to the server session. | PresentationModel | ||
state : String [只读]
The name of the state the current view is in. | PresentationModel | ||
task : lc.procmgmt.domain:Task
A Task object representing the task assigned to the user. | TaskDetailsModel | ||
taskInfoModel : lc.procmgmt.ui.task:TaskInfoModel
A TaskInfoModel object representing the information for a task. | TaskDetailsModel |
方法 | 由以下参数定义 | ||
---|---|---|---|
Constructor. | TaskDetailsModel | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
使用 EventDispatcher 对象注册事件侦听器对象,以使侦听器能够接收事件通知。 | EventDispatcher | ||
bindProperty(destination:Object, destinationProperty:String, source:Object, sourceChain:Object, commitOnly:Boolean = false):ChangeWatcher
Binds a public property on the destination object from a property or
property chain on the source object. | PresentationModel | ||
将事件调度到事件流中。 | EventDispatcher | ||
Returns the corresponding cascading style sheet (CSS) property to use based on the specified parameters. | PresentationModel | ||
检查 EventDispatcher 对象是否为特定事件类型注册了任何侦听器。 | EventDispatcher | ||
表示对象是否已经定义了指定的属性。 | Object | ||
Initializes the presentation model after the view bindings
are processed to prevent view bindings from overriding the initial model state. | PresentationModel | ||
表示 Object 类的实例是否在指定为参数的对象的原型链中。 | Object | ||
Dispatches a TaskEvent.OPEN event when a task card is
selected in Workspace. | TaskDetailsModel | ||
表示指定的属性是否存在、是否可枚举。 | Object | ||
从 EventDispatcher 对象中删除侦听器。 | EventDispatcher | ||
Reinitializes the TaskInfoModel and TaskImageModel objects. | TaskDetailsModel | ||
设置循环操作动态属性的可用性。 | Object | ||
返回此对象的字符串表示形式,其格式设置遵守区域设置特定的约定。 | Object | ||
返回指定对象的字符串表示形式。 | Object | ||
返回指定对象的原始值。 | Object | ||
检查是否用此 EventDispatcher 对象或其任何祖代为指定事件类型注册了事件侦听器。 | EventDispatcher |
事件 | 摘要 | 由以下参数定义 | ||
---|---|---|---|---|
[广播事件] Flash Player 或 AIR 应用程序获得操作系统焦点并变为活动状态时将调度此事件。 | EventDispatcher | |||
[广播事件] Flash Player 或 AIR 应用程序失去操作系统焦点并变为非活动状态时将调度此事件。 | EventDispatcher | |||
The event is dispatched when a task card is selected in Workspace. | TaskDetailsModel |
processInstanceInfoModel | 属性 |
processInstanceInfoModel:ProcessInstanceInfoModel
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A ProcessInstanceInfoModel
object representing the information
for a process instance.
此属性可用作数据绑定的源。修改此属性后,将调度 propertyChange
事件。
实现
public function get processInstanceInfoModel():ProcessInstanceInfoModel
public function set processInstanceInfoModel(value:ProcessInstanceInfoModel):void
task | 属性 |
task:lc.procmgmt.domain:Task
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A Task
object representing the task assigned to the user.
此属性可用作数据绑定的源。修改此属性后,将调度 propertyChange
事件。
实现
public function get task():lc.procmgmt.domain:Task
public function set task(value:lc.procmgmt.domain:Task):void
taskInfoModel | 属性 |
taskInfoModel:lc.procmgmt.ui.task:TaskInfoModel
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A TaskInfoModel
object representing the information for a task.
此属性可用作数据绑定的源。修改此属性后,将调度 propertyChange
事件。
实现
public function get taskInfoModel():lc.procmgmt.ui.task:TaskInfoModel
public function set taskInfoModel(value:lc.procmgmt.ui.task:TaskInfoModel):void
TaskDetailsModel | () | 构造函数 |
public function TaskDetailsModel()
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
openTask | () | 方法 |
public function openTask():void
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Dispatches a TaskEvent.OPEN
event when a task card is
selected in Workspace.
reset | () | 方法 |
public function reset():void
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Reinitializes the TaskInfoModel
and TaskImageModel
objects. This method executes
when the TaskDetailsSelectorModel
object is being reinitialized.
open | 事件 |
lc.procmgmt.events.TaskEvent
属性 TaskEvent.type =
lc.procmgmt.events.TaskEvent.OPEN
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The event is dispatched when a task card is selected in Workspace.
Tue Jun 12 2018, 11:04 AM Z