| Package | lc.procmgmt.ui.search |
| Classe | public class SearchSelectorModel |
| Héritage | SearchSelectorModel PresentationModel EventDispatcher Object |
| 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 |
SearchSelectorModel class provides support for the
SearchSelector component.
| Propriété | Défini par | ||
|---|---|---|---|
![]() | constructor : Object
Référence à l’objet de classe ou à la fonction constructeur d’une occurrence donnée d’un objet. | Object | |
| searchTemplateDescriptor : lc.procmgmt.domain:SearchTemplateDescriptor [lecture seule]
The search template descriptor. | SearchSelectorModel | ||
![]() | session : SessionMap
A SessionMap object that stores information relating to the server session. | PresentationModel | |
![]() | state : String [lecture seule]
The name of the state the current view is in. | PresentationModel | |
| Méthode | Défini par | ||
|---|---|---|---|
Constructor. | SearchSelectorModel | ||
![]() | addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Enregistre un objet écouteur d’événement auprès d’un objet EventDispatcher afin que l’écouteur soit averti d’un événement. | 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 | ||
![]() |
Distribue un événement dans le flux d’événements. | EventDispatcher | |
![]() |
Returns the corresponding cascading style sheet (CSS) property to use based on the specified parameters. | PresentationModel | |
![]() |
Vérifie si des écouteurs sont enregistrés auprès de l’objet EventDispatcher pour un type spécifique d’événement. | EventDispatcher | |
![]() |
Indique si la propriété spécifiée d’un objet est définie. | Object | |
![]() |
Initializes the presentation model after the view bindings
are processed to prevent view bindings from overriding the initial model state. | PresentationModel | |
![]() |
Indique si une occurrence de la classe Object figure dans la chaîne de prototype de l’objet spécifié en tant que paramètre. | Object | |
Opens details page for the given task. | SearchSelectorModel | ||
Opens a query for the given search template descriptor. | SearchSelectorModel | ||
![]() |
Indique si la propriété spécifiée existe et est énumérable. | Object | |
![]() |
Supprime un écouteur de l’objet EventDispatcher. | EventDispatcher | |
Opens the details page to the User Directives tab for the given task. | SearchSelectorModel | ||
![]() |
Définit la disponibilité d’une propriété dynamique pour les opérations en boucle. | Object | |
An event listener for the SearchTemplateEvent.SEARCH_CANCELLED event. | SearchSelectorModel | ||
An event listener that handles when the task details close. | SearchSelectorModel | ||
![]() |
Renvoie la représentation de chaîne de cet objet, formatée selon les paramètres régionaux en vigueur. | Object | |
![]() |
Renvoie la représentation sous forme de chaîne de l’objet spécifié. | Object | |
![]() |
Renvoie la valeur primitive de l’objet spécifié. | Object | |
![]() |
Vérifie si un écouteur d’événement est enregistré auprès de cet objet EventDispatcher ou de ses ancêtres pour le type d’événement spécifié. | EventDispatcher | |
| Constante | Défini par | ||
|---|---|---|---|
| STATE_LIST_SELECTOR : String = "listSelectorState" [statique]
The model is set to this state when a user can select from a list. | SearchSelectorModel | ||
| STATE_QUERY : String = "queryState" [statique]
The model is set to this state when a user can perform a query. | SearchSelectorModel | ||
| STATE_RESULTS : String = "resultsState" [statique]
The model is set to this state when a user can display the search results. | SearchSelectorModel | ||
| STATE_TASK_DETAILS : String = "detailsSelectorState" [statique]
The model is set to this state when a user can show the details of a task. | SearchSelectorModel | ||
searchTemplateDescriptor | propriété |
searchTemplateDescriptor:lc.procmgmt.domain:SearchTemplateDescriptor [lecture seule] | 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 |
The search template descriptor.
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 propertyChange .
Implémentation
public function get searchTemplateDescriptor():lc.procmgmt.domain:SearchTemplateDescriptorEléments de l’API associés
SearchSelectorModel | () | Constructeur |
public function 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 |
Constructor.
closeQuery | () | méthode |
public function closeQuery():void| 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 |
Closes a query.
closeResults | () | méthode |
public function closeResults():void| 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 |
An event listener that handles when the result page closes.
closeTaskDetails | () | méthode |
public function closeTaskDetails():void| 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 |
An event listener that handles when the task details page closes.
openDetails | () | méthode |
public function openDetails(task:lc.procmgmt.domain:Task):void| 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 |
Opens details page for the given task.
Paramètres
task:lc.procmgmt.domain:Task — The task to be opened for displaying its details.
|
openQuery | () | méthode |
public function openQuery(searchTemplateDescriptor:lc.procmgmt.domain:SearchTemplateDescriptor):void| 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 |
Opens a query for the given search template descriptor.
Paramètres
searchTemplateDescriptor:lc.procmgmt.domain:SearchTemplateDescriptor — The SearchTemplateDescriptor to be opened for query.
|
setCommand | () | méthode |
public function setCommand(command:lc.procmgmt.commands:TaskCommand):void| 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 |
Opens the details page to the User Directives tab for the given task.
Paramètres
command:lc.procmgmt.commands:TaskCommand — The TaskCommand object that contains the task ID and the command for displaying in task details.
|
taskDetailsCancel | () | méthode |
public function taskDetailsCancel(value:Object):void| 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 |
An event listener for the SearchTemplateEvent.SEARCH_CANCELLED event.
Paramètres
value:Object — A value of the Object type, which can be a value of null.
|
taskDetailsClose | () | méthode |
public function taskDetailsClose():void| 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 |
An event listener that handles when the task details close.
STATE_LIST_SELECTOR | Constante |
public static const STATE_LIST_SELECTOR:String = "listSelectorState"| 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 |
The model is set to this state when a user can select from a list.
STATE_QUERY | Constante |
public static const STATE_QUERY:String = "queryState"| 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 |
The model is set to this state when a user can perform a query.
STATE_RESULTS | Constante |
public static const STATE_RESULTS:String = "resultsState"| 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 |
The model is set to this state when a user can display the search results.
STATE_TASK_DETAILS | Constante |
public static const STATE_TASK_DETAILS:String = "detailsSelectorState"| 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 |
The model is set to this state when a user can show the details of a task.
Tue Jun 12 2018, 09:30 AM Z
Masquer les propriétés publiques héritées
Afficher les propriétés publiques héritées