包 | lc.procmgmt.ui.attachments |
类 | public class AttachmentListModel |
继承 | AttachmentListModel PresentationModel EventDispatcher Object |
实现 | IHelpSource |
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
AttachmentListModel
class acts as the presentation model
for the AttachmentList
component.
相关 API 元素
公共属性
属性 | 由以下参数定义 | ||
---|---|---|---|
constructor : Object
对类对象或给定对象实例的构造函数的引用。 | Object | ||
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 [只读]
The process management task that the notes and attachments are
associated with. | AttachmentListModel |
公共方法
方法 | 由以下参数定义 | ||
---|---|---|---|
Constructor. | AttachmentListModel | ||
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 model. | AttachmentListModel | ||
表示 Object 类的实例是否在指定为参数的对象的原型链中。 | Object | ||
表示指定的属性是否存在、是否可枚举。 | Object | ||
从 EventDispatcher 对象中删除侦听器。 | EventDispatcher | ||
设置循环操作动态属性的可用性。 | Object | ||
返回此对象的字符串表示形式,其格式设置遵守区域设置特定的约定。 | Object | ||
返回指定对象的字符串表示形式。 | Object | ||
返回指定对象的原始值。 | Object | ||
检查是否用此 EventDispatcher 对象或其任何祖代为指定事件类型注册了事件侦听器。 | EventDispatcher |
受保护的方法
公共常量
常量 | 由以下参数定义 | ||
---|---|---|---|
STATE_HAS_ATTACHMENTS : String = "hasAttachmentsState" [静态]
A special value that specifies when the list of notes and attachments is
not empty. | AttachmentListModel | ||
STATE_HAS_ATTACHMENTS_ACCESSIBLE : String = "hasAttachmentsAccessibleState" [静态]
A special value that specifies when the list of attachments is available. | AttachmentListModel |
属性详细信息
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 |
The process management task that the notes and attachments are associated with.
此属性可用作数据绑定的源。修改此属性后,将调度 propertyChange
事件。
实现
public function get task():lc.procmgmt.domain:Task
构造函数详细信息
AttachmentListModel | () | 构造函数 |
public function AttachmentListModel()
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
方法详细信息
initialize | () | 方法 |
override public function initialize():void
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Initializes the model.
常量详细信息
STATE_HAS_ATTACHMENTS | 常量 |
public static const STATE_HAS_ATTACHMENTS:String = "hasAttachmentsState"
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies when the list of notes and attachments is not empty.
STATE_HAS_ATTACHMENTS_ACCESSIBLE | 常量 |
public static const STATE_HAS_ATTACHMENTS_ACCESSIBLE:String = "hasAttachmentsAccessibleState"
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies when the list of attachments is available.
Tue Jun 12 2018, 11:04 AM Z