套件 | 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, 03:47 PM Z