包 | lc.procmgmt.ui.search |
类 | public class SearchDescriptorCardRendererModel |
继承 | SearchDescriptorCardRendererModel TitledCardRendererModel PresentationModel EventDispatcher Object |
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
SearchDescriptorCardRendererModel
class provides support for
the views that have references to a SearchDescriptorCardRenderer
object.
公共方法
方法 | 由以下参数定义 | ||
---|---|---|---|
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 | ||
[覆盖]
Dispatches a SearchTemplateEvent.SEARCH_OPEN event when the image on the search descriptor card is
selected in Workspace. | SearchDescriptorCardRendererModel | ||
Initializes the presentation model after the view bindings
are processed to prevent view bindings from overriding the initial model state. | PresentationModel | ||
表示 Object 类的实例是否在指定为参数的对象的原型链中。 | Object | ||
表示指定的属性是否存在、是否可枚举。 | Object | ||
从 EventDispatcher 对象中删除侦听器。 | EventDispatcher | ||
设置循环操作动态属性的可用性。 | Object | ||
[覆盖]
Dispatches a SearchTemplateEvent.SEARCH_OPEN event when the text on the search descriptor card is
selected in Workspace. | SearchDescriptorCardRendererModel | ||
返回此对象的字符串表示形式,其格式设置遵守区域设置特定的约定。 | Object | ||
返回指定对象的字符串表示形式。 | Object | ||
返回指定对象的原始值。 | Object | ||
检查是否用此 EventDispatcher 对象或其任何祖代为指定事件类型注册了事件侦听器。 | EventDispatcher |
受保护的方法
事件
事件 | 摘要 | 由以下参数定义 | ||
---|---|---|---|---|
[广播事件] Flash Player 或 AIR 应用程序获得操作系统焦点并变为活动状态时将调度此事件。 | EventDispatcher | |||
[广播事件] Flash Player 或 AIR 应用程序失去操作系统焦点并变为非活动状态时将调度此事件。 | EventDispatcher | |||
The event is dispatched when a search template is requested to be opened in Workspace. | SearchDescriptorCardRendererModel |
方法详细信息
imageSelected | () | 方法 |
override public function imageSelected():void
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Dispatches a SearchTemplateEvent.SEARCH_OPEN
event when the image on the search descriptor card is
selected in Workspace.
textSelected | () | 方法 |
override public function textSelected():void
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Dispatches a SearchTemplateEvent.SEARCH_OPEN
event when the text on the search descriptor card is
selected in Workspace.
事件详细信息
open | 事件 |
事件对象类型:
属性 SearchTemplateEvent.type =
lc.procmgmt.ui.search.SearchTemplateEvent
属性 SearchTemplateEvent.type =
lc.procmgmt.ui.search.SearchTemplateEvent.SEARCH_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 search template is requested to be opened in Workspace.
Tue Jun 12 2018, 11:04 AM Z