| パッケージ | 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, 10:34 AM Z