包 | lc.procmgmt.ui.search |
类 | public class SearchSelector |
继承 | SearchSelector SearchSelectorBase |
实现 | IBindingClient |
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
SearchSelector
component manages the four main views of searching, which are
the search template descriptors, the search query, the search results, and the task interaction.
Use the SearchSelector
component to add a visual component to your application for
selecting a search.
The SearchSelector
component interacts with the SearchSelectorModel
class.
相关 API 元素
公共属性
属性 | 由以下参数定义 | ||
---|---|---|---|
model : SearchSelectorModel A SearchSelectorModel object that provides support for this SearchSelector view. | SearchSelector | ||
session : SessionMap A SessionMap object that stores infomation relating to the server session. | SearchSelector |
公共方法
方法 | 由以下参数定义 | ||
---|---|---|---|
Constructor. | SearchSelector |
事件
事件 | 摘要 | 由以下参数定义 | ||
---|---|---|---|---|
Dispatched when the details of a search are requested. | SearchSelector |
属性详细信息
model | 属性 |
public var model:SearchSelectorModel
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A SearchSelectorModel
object that provides support for this SearchSelector view.
此属性可用作数据绑定的源。修改此属性后,将调度 Bindable
事件。
session | 属性 |
public var 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.
此属性可用作数据绑定的源。修改此属性后,将调度 Bindable
事件。
构造函数详细信息
SearchSelector | () | 构造函数 |
public function SearchSelector()
Constructor.
事件详细信息
details | 事件 |
事件对象类型:
属性 TaskEvent.type =
lc.procmgmt.events.TaskEvent
属性 TaskEvent.type =
flash.events.Event
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Dispatched when the details of a search are requested.
Tue Jun 12 2018, 11:04 AM Z