| Package | lc.procmgmt.ui.search |
| Classe | public class SearchSelector |
| Héritage | SearchSelector SearchSelectorBase |
| Implémente | IBindingClient |
| Version du langage: | ActionScript 3.0 |
| Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Versions du moteur d’exécution: | 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.
Eléments de l’API associés
Propriétés publiques
| Propriété | Défini par | ||
|---|---|---|---|
| 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 | ||
Méthodes publiques
| Méthode | Défini par | ||
|---|---|---|---|
Constructor. | SearchSelector | ||
Evénements
| Evénement | Synthèse | Défini par | ||
|---|---|---|---|---|
| Dispatched when the details of a search are requested. | SearchSelector | |||
Détails de la propriété
model | propriété |
public var model:SearchSelectorModel| Version du langage: | ActionScript 3.0 |
| Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A SearchSelectorModel object that provides support for this SearchSelector view.
Cette propriété peut être utilisée comme source de la liaison de données. Lorsque cette propriété est modifiée, elle distribue l’événement Bindable .
session | propriété |
public var session:SessionMap| Version du langage: | ActionScript 3.0 |
| Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A SessionMap object that stores infomation relating to the server session.
Cette propriété peut être utilisée comme source de la liaison de données. Lorsque cette propriété est modifiée, elle distribue l’événement Bindable .
Détails du constructeur
SearchSelector | () | Constructeur |
public function SearchSelector()Constructor.
Détails de l’événement
details | Evénement |
Type d’objet d’événement:
propriété TaskEvent.type =
lc.procmgmt.events.TaskEventpropriété TaskEvent.type =
flash.events.Event| Version du langage: | ActionScript 3.0 |
| Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Dispatched when the details of a search are requested.
Tue Jun 12 2018, 09:30 AM Z