Pacchetto | lc.procmgmt.ui.search |
Classe | public class SearchSelectorModel |
Ereditarietà | SearchSelectorModel PresentationModel EventDispatcher Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
SearchSelectorModel
class provides support for the
SearchSelector
component.
Proprietà | Definito da | ||
---|---|---|---|
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
searchTemplateDescriptor : lc.procmgmt.domain:SearchTemplateDescriptor [sola lettura]
The search template descriptor. | SearchSelectorModel | ||
session : SessionMap
A SessionMap object that stores information relating to the server session. | PresentationModel | ||
state : String [sola lettura]
The name of the state the current view is in. | PresentationModel |
Metodo | Definito da | ||
---|---|---|---|
Constructor. | SearchSelectorModel | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registra un oggetto listener di eventi con un oggetto EventDispatcher, in modo che il listener riceva la notifica di un evento. | 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 | ||
Invia un evento nel flusso di eventi. | EventDispatcher | ||
Returns the corresponding cascading style sheet (CSS) property to use based on the specified parameters. | PresentationModel | ||
Verifica se per l'oggetto EventDispatcher sono presenti listener registrati per un tipo specifico di evento. | EventDispatcher | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
Initializes the presentation model after the view bindings
are processed to prevent view bindings from overriding the initial model state. | PresentationModel | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Opens details page for the given task. | SearchSelectorModel | ||
Opens a query for the given search template descriptor. | SearchSelectorModel | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Rimuove un listener dall'oggetto EventDispatcher. | EventDispatcher | ||
Opens the details page to the User Directives tab for the given task. | SearchSelectorModel | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
An event listener for the SearchTemplateEvent.SEARCH_CANCELLED event. | SearchSelectorModel | ||
An event listener that handles when the task details close. | SearchSelectorModel | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | ||
Restituisce il valore di base dell'oggetto specificato. | Object | ||
Verifica se un listener di eventi è registrato con questo oggetto EventDispatcher o qualsiasi suo antenato per il tipo di evento specificato. | EventDispatcher |
Costante | Definito da | ||
---|---|---|---|
STATE_LIST_SELECTOR : String = "listSelectorState" [statico]
The model is set to this state when a user can select from a list. | SearchSelectorModel | ||
STATE_QUERY : String = "queryState" [statico]
The model is set to this state when a user can perform a query. | SearchSelectorModel | ||
STATE_RESULTS : String = "resultsState" [statico]
The model is set to this state when a user can display the search results. | SearchSelectorModel | ||
STATE_TASK_DETAILS : String = "detailsSelectorState" [statico]
The model is set to this state when a user can show the details of a task. | SearchSelectorModel |
searchTemplateDescriptor | proprietà |
searchTemplateDescriptor:lc.procmgmt.domain:SearchTemplateDescriptor
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The search template descriptor.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento propertyChange
.
Implementazione
public function get searchTemplateDescriptor():lc.procmgmt.domain:SearchTemplateDescriptor
Elementi API correlati
SearchSelectorModel | () | Funzione di costruzione |
public function SearchSelectorModel()
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
closeQuery | () | metodo |
public function closeQuery():void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Closes a query.
closeResults | () | metodo |
public function closeResults():void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
An event listener that handles when the result page closes.
closeTaskDetails | () | metodo |
public function closeTaskDetails():void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
An event listener that handles when the task details page closes.
openDetails | () | metodo |
public function openDetails(task:lc.procmgmt.domain:Task):void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Opens details page for the given task.
Parametri
task:lc.procmgmt.domain:Task — The task to be opened for displaying its details.
|
openQuery | () | metodo |
public function openQuery(searchTemplateDescriptor:lc.procmgmt.domain:SearchTemplateDescriptor):void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Opens a query for the given search template descriptor.
Parametri
searchTemplateDescriptor:lc.procmgmt.domain:SearchTemplateDescriptor — The SearchTemplateDescriptor to be opened for query.
|
setCommand | () | metodo |
public function setCommand(command:lc.procmgmt.commands:TaskCommand):void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Opens the details page to the User Directives tab for the given task.
Parametri
command:lc.procmgmt.commands:TaskCommand — The TaskCommand object that contains the task ID and the command for displaying in task details.
|
taskDetailsCancel | () | metodo |
public function taskDetailsCancel(value:Object):void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
An event listener for the SearchTemplateEvent.SEARCH_CANCELLED
event.
Parametri
value:Object — A value of the Object type, which can be a value of null .
|
taskDetailsClose | () | metodo |
public function taskDetailsClose():void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
An event listener that handles when the task details close.
STATE_LIST_SELECTOR | Costante |
public static const STATE_LIST_SELECTOR:String = "listSelectorState"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | 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 | Costante |
public static const STATE_QUERY:String = "queryState"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The model is set to this state when a user can perform a query.
STATE_RESULTS | Costante |
public static const STATE_RESULTS:String = "resultsState"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | 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 | Costante |
public static const STATE_TASK_DETAILS:String = "detailsSelectorState"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | 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, 02:44 PM Z