Paket | lc.procmgmt.ui.search |
Sınıf | public class SearchSelectorModel |
Miras Alma | SearchSelectorModel PresentationModel EventDispatcher Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
SearchSelectorModel
class provides support for the
SearchSelector
component.
Özellik | Tanımlayan: | ||
---|---|---|---|
constructor : Object
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru. | Object | ||
searchTemplateDescriptor : lc.procmgmt.domain:SearchTemplateDescriptor [salt okunur]
The search template descriptor. | SearchSelectorModel | ||
session : SessionMap
A SessionMap object that stores information relating to the server session. | PresentationModel | ||
state : String [salt okunur]
The name of the state the current view is in. | PresentationModel |
Yöntem | Tanımlayan: | ||
---|---|---|---|
Constructor. | SearchSelectorModel | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
EventDispatcher nesnesi olan bir olay dinleyici nesnesini, dinleyicinin bir olayın bildirimini alması için kaydeder. | 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 | ||
Olay akışına bir olay gönderir. | EventDispatcher | ||
Returns the corresponding cascading style sheet (CSS) property to use based on the specified parameters. | PresentationModel | ||
EventDispatcher nesnesinin belirli bir olay türü için kayıtlı dinleyicisi olup olmadığını kontrol eder. | EventDispatcher | ||
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | ||
Initializes the presentation model after the view bindings
are processed to prevent view bindings from overriding the initial model state. | PresentationModel | ||
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | ||
Opens details page for the given task. | SearchSelectorModel | ||
Opens a query for the given search template descriptor. | SearchSelectorModel | ||
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | ||
EventDispatcher nesnesinden bir dinleyiciyi kaldırır. | EventDispatcher | ||
Opens the details page to the User Directives tab for the given task. | SearchSelectorModel | ||
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | ||
An event listener for the SearchTemplateEvent.SEARCH_CANCELLED event. | SearchSelectorModel | ||
An event listener that handles when the task details close. | SearchSelectorModel | ||
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | ||
Belirtilen nesnenin dize olarak temsil edilen halini döndürür. | Object | ||
Belirtilen nesnenin temel değerini döndürür. | Object | ||
Bir olay dinleyicisinin bu EventDispatcher nesnesiyle mi, yoksa onun belirtilen olay türüne yönelik üst öğelerinden biriyle mi kayıtlı olduğunu kontrol eder. | EventDispatcher |
Sabit | Tanımlayan: | ||
---|---|---|---|
STATE_LIST_SELECTOR : String = "listSelectorState" [statik]
The model is set to this state when a user can select from a list. | SearchSelectorModel | ||
STATE_QUERY : String = "queryState" [statik]
The model is set to this state when a user can perform a query. | SearchSelectorModel | ||
STATE_RESULTS : String = "resultsState" [statik]
The model is set to this state when a user can display the search results. | SearchSelectorModel | ||
STATE_TASK_DETAILS : String = "detailsSelectorState" [statik]
The model is set to this state when a user can show the details of a task. | SearchSelectorModel |
searchTemplateDescriptor | özellik |
searchTemplateDescriptor:lc.procmgmt.domain:SearchTemplateDescriptor
[salt okunur] Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The search template descriptor.
Bu özellik veri ciltleme kaynağı olarak kullanılabilir. Bu özellik değiştirildiğinde, propertyChange
olayını gönderir.
Uygulama
public function get searchTemplateDescriptor():lc.procmgmt.domain:SearchTemplateDescriptor
İlgili API Öğeleri
SearchSelectorModel | () | Yapıcı |
public function SearchSelectorModel()
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
closeQuery | () | yöntem |
public function closeQuery():void
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Closes a query.
closeResults | () | yöntem |
public function closeResults():void
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
An event listener that handles when the result page closes.
closeTaskDetails | () | yöntem |
public function closeTaskDetails():void
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
An event listener that handles when the task details page closes.
openDetails | () | yöntem |
public function openDetails(task:lc.procmgmt.domain:Task):void
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Opens details page for the given task.
Parametreler
task:lc.procmgmt.domain:Task — The task to be opened for displaying its details.
|
openQuery | () | yöntem |
public function openQuery(searchTemplateDescriptor:lc.procmgmt.domain:SearchTemplateDescriptor):void
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Opens a query for the given search template descriptor.
Parametreler
searchTemplateDescriptor:lc.procmgmt.domain:SearchTemplateDescriptor — The SearchTemplateDescriptor to be opened for query.
|
setCommand | () | yöntem |
public function setCommand(command:lc.procmgmt.commands:TaskCommand):void
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Opens the details page to the User Directives tab for the given task.
Parametreler
command:lc.procmgmt.commands:TaskCommand — The TaskCommand object that contains the task ID and the command for displaying in task details.
|
taskDetailsCancel | () | yöntem |
public function taskDetailsCancel(value:Object):void
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
An event listener for the SearchTemplateEvent.SEARCH_CANCELLED
event.
Parametreler
value:Object — A value of the Object type, which can be a value of null .
|
taskDetailsClose | () | yöntem |
public function taskDetailsClose():void
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
An event listener that handles when the task details close.
STATE_LIST_SELECTOR | Sabit |
public static const STATE_LIST_SELECTOR:String = "listSelectorState"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | 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 | Sabit |
public static const STATE_QUERY:String = "queryState"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The model is set to this state when a user can perform a query.
STATE_RESULTS | Sabit |
public static const STATE_RESULTS:String = "resultsState"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | 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 | Sabit |
public static const STATE_TASK_DETAILS:String = "detailsSelectorState"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | 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, 01:09 PM Z