包 | lc.procmgmt.ui.search |
类 | public class SearchSelectorModel |
继承 | SearchSelectorModel PresentationModel EventDispatcher Object |
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
SearchSelectorModel
class provides support for the
SearchSelector
component.
属性 | 由以下参数定义 | ||
---|---|---|---|
constructor : Object
对类对象或给定对象实例的构造函数的引用。 | Object | ||
searchTemplateDescriptor : lc.procmgmt.domain:SearchTemplateDescriptor [只读]
The search template descriptor. | SearchSelectorModel | ||
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 |
方法 | 由以下参数定义 | ||
---|---|---|---|
Constructor. | SearchSelectorModel | ||
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 | ||
Closes a query. | SearchSelectorModel | ||
An event listener that handles when the result page closes. | SearchSelectorModel | ||
An event listener that handles when the task details page closes. | SearchSelectorModel | ||
将事件调度到事件流中。 | 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 | ||
Opens details page for the given task. | SearchSelectorModel | ||
Opens a query for the given search template descriptor. | SearchSelectorModel | ||
表示指定的属性是否存在、是否可枚举。 | Object | ||
从 EventDispatcher 对象中删除侦听器。 | EventDispatcher | ||
Opens the details page to the User Directives tab for the given task. | SearchSelectorModel | ||
设置循环操作动态属性的可用性。 | Object | ||
An event listener for the SearchTemplateEvent.SEARCH_CANCELLED event. | SearchSelectorModel | ||
An event listener that handles when the task details close. | SearchSelectorModel | ||
返回此对象的字符串表示形式,其格式设置遵守区域设置特定的约定。 | Object | ||
返回指定对象的字符串表示形式。 | Object | ||
返回指定对象的原始值。 | Object | ||
检查是否用此 EventDispatcher 对象或其任何祖代为指定事件类型注册了事件侦听器。 | EventDispatcher |
常量 | 由以下参数定义 | ||
---|---|---|---|
STATE_LIST_SELECTOR : String = "listSelectorState" [静态]
The model is set to this state when a user can select from a list. | SearchSelectorModel | ||
STATE_QUERY : String = "queryState" [静态]
The model is set to this state when a user can perform a query. | SearchSelectorModel | ||
STATE_RESULTS : String = "resultsState" [静态]
The model is set to this state when a user can display the search results. | SearchSelectorModel | ||
STATE_TASK_DETAILS : String = "detailsSelectorState" [静态]
The model is set to this state when a user can show the details of a task. | SearchSelectorModel |
searchTemplateDescriptor | 属性 |
searchTemplateDescriptor:lc.procmgmt.domain:SearchTemplateDescriptor
[只读] 语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The search template descriptor.
此属性可用作数据绑定的源。修改此属性后,将调度 propertyChange
事件。
实现
public function get searchTemplateDescriptor():lc.procmgmt.domain:SearchTemplateDescriptor
相关 API 元素
SearchSelectorModel | () | 构造函数 |
public function SearchSelectorModel()
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
closeQuery | () | 方法 |
public function closeQuery():void
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Closes a query.
closeResults | () | 方法 |
public function closeResults():void
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
An event listener that handles when the result page closes.
closeTaskDetails | () | 方法 |
public function closeTaskDetails():void
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
An event listener that handles when the task details page closes.
openDetails | () | 方法 |
public function openDetails(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 |
Opens details page for the given task.
参数
task:lc.procmgmt.domain:Task — The task to be opened for displaying its details.
|
openQuery | () | 方法 |
public function openQuery(searchTemplateDescriptor:lc.procmgmt.domain:SearchTemplateDescriptor):void
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Opens a query for the given search template descriptor.
参数
searchTemplateDescriptor:lc.procmgmt.domain:SearchTemplateDescriptor — The SearchTemplateDescriptor to be opened for query.
|
setCommand | () | 方法 |
public function setCommand(command:lc.procmgmt.commands:TaskCommand):void
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Opens the details page to the User Directives tab for the given task.
参数
command:lc.procmgmt.commands:TaskCommand — The TaskCommand object that contains the task ID and the command for displaying in task details.
|
taskDetailsCancel | () | 方法 |
public function taskDetailsCancel(value:Object):void
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
An event listener for the SearchTemplateEvent.SEARCH_CANCELLED
event.
参数
value:Object — A value of the Object type, which can be a value of null .
|
taskDetailsClose | () | 方法 |
public function taskDetailsClose():void
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
An event listener that handles when the task details close.
STATE_LIST_SELECTOR | 常量 |
public static const STATE_LIST_SELECTOR:String = "listSelectorState"
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The model is set to this state when a user can select from a list.
STATE_QUERY | 常量 |
public static const STATE_QUERY:String = "queryState"
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The model is set to this state when a user can perform a query.
STATE_RESULTS | 常量 |
public static const STATE_RESULTS:String = "resultsState"
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The model is set to this state when a user can display the search results.
STATE_TASK_DETAILS | 常量 |
public static const STATE_TASK_DETAILS:String = "detailsSelectorState"
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The model is set to this state when a user can show the details of a task.
Tue Jun 12 2018, 11:04 AM Z