Пакет | lc.procmgmt.ui.search |
Класс | public class SearchSelectorModel |
Наследование | SearchSelectorModel PresentationModel EventDispatcher Object |
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
SearchSelectorModel
class provides support for the
SearchSelector
component.
Свойство | Определено | ||
---|---|---|---|
constructor : Object
Ссылка на объект класса или функцию конструктора для данного экземпляра объекта. | Object | ||
searchTemplateDescriptor : lc.procmgmt.domain:SearchTemplateDescriptor [только для чтения]
The search template descriptor. | SearchSelectorModel | ||
session : SessionMap
A SessionMap object that stores information relating to the server session. | PresentationModel | ||
state : String [только для чтения]
The name of the state the current view is in. | PresentationModel |
Метод | Определено | ||
---|---|---|---|
Constructor. | SearchSelectorModel | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Регистрирует объект прослушивателя события на объекте EventDispatcher для получения прослушивателем уведомления о событии. | 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 | ||
Посылает событие в поток событий. | EventDispatcher | ||
Returns the corresponding cascading style sheet (CSS) property to use based on the specified parameters. | PresentationModel | ||
Проверяет, имеет ли объект EventDispatcher прослушиватели, зарегистрированные для определенного типа события. | EventDispatcher | ||
Показывает, определено ли заданное свойство для объекта. | Object | ||
Initializes the presentation model after the view bindings
are processed to prevent view bindings from overriding the initial model state. | PresentationModel | ||
Показывает, есть ли экземпляр класса Object в цепи прототипов объекта, заданного в качестве параметра. | Object | ||
Opens details page for the given task. | SearchSelectorModel | ||
Opens a query for the given search template descriptor. | SearchSelectorModel | ||
Показывает наличие заданного свойства и его перечисляемость. | Object | ||
Удаляет прослушиватель из объекта EventDispatcher. | EventDispatcher | ||
Opens the details page to the User Directives tab for the given task. | SearchSelectorModel | ||
Задает доступность динамического свойства для операций цикла. | Object | ||
An event listener for the SearchTemplateEvent.SEARCH_CANCELLED event. | SearchSelectorModel | ||
An event listener that handles when the task details close. | SearchSelectorModel | ||
Возвращает строковое представление этого объекта, отформатированного в соответствии со стандартами, принятыми для данной локали. | Object | ||
Возвращает строковое представление заданного объекта. | Object | ||
Возвращает элементарное значение заданного объекта. | Object | ||
Проверяет, зарегистрирован ли прослушиватель события для указанного типа события с данным объектом EventDispatcher или любым его предшественником. | EventDispatcher |
Константа | Определено | ||
---|---|---|---|
STATE_LIST_SELECTOR : String = "listSelectorState" [статические]
The model is set to this state when a user can select from a list. | SearchSelectorModel | ||
STATE_QUERY : String = "queryState" [статические]
The model is set to this state when a user can perform a query. | SearchSelectorModel | ||
STATE_RESULTS : String = "resultsState" [статические]
The model is set to this state when a user can display the search results. | SearchSelectorModel | ||
STATE_TASK_DETAILS : String = "detailsSelectorState" [статические]
The model is set to this state when a user can show the details of a task. | SearchSelectorModel |
searchTemplateDescriptor | свойство |
searchTemplateDescriptor:lc.procmgmt.domain:SearchTemplateDescriptor
[только для чтения] Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The search template descriptor.
Это свойство можно использовать в качестве источника для связывания данных. При изменении этого свойства отправляется событие propertyChange
.
Реализация
public function get searchTemplateDescriptor():lc.procmgmt.domain:SearchTemplateDescriptor
Связанные элементы API
SearchSelectorModel | () | Конструктор |
public function SearchSelectorModel()
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
closeQuery | () | метод |
public function closeQuery():void
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Closes a query.
closeResults | () | метод |
public function closeResults():void
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
An event listener that handles when the result page closes.
closeTaskDetails | () | метод |
public function closeTaskDetails():void
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
An event listener that handles when the task details page closes.
openDetails | () | метод |
public function openDetails(task:lc.procmgmt.domain:Task):void
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Opens details page for the given task.
Параметры
task:lc.procmgmt.domain:Task — The task to be opened for displaying its details.
|
openQuery | () | метод |
public function openQuery(searchTemplateDescriptor:lc.procmgmt.domain:SearchTemplateDescriptor):void
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Opens a query for the given search template descriptor.
Параметры
searchTemplateDescriptor:lc.procmgmt.domain:SearchTemplateDescriptor — The SearchTemplateDescriptor to be opened for query.
|
setCommand | () | метод |
public function setCommand(command:lc.procmgmt.commands:TaskCommand):void
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Opens the details page to the User Directives tab for the given task.
Параметры
command:lc.procmgmt.commands:TaskCommand — The TaskCommand object that contains the task ID and the command for displaying in task details.
|
taskDetailsCancel | () | метод |
public function taskDetailsCancel(value:Object):void
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
An event listener for the SearchTemplateEvent.SEARCH_CANCELLED
event.
Параметры
value:Object — A value of the Object type, which can be a value of null .
|
taskDetailsClose | () | метод |
public function taskDetailsClose():void
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
An event listener that handles when the task details close.
STATE_LIST_SELECTOR | Константа |
public static const STATE_LIST_SELECTOR:String = "listSelectorState"
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | 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 | Константа |
public static const STATE_QUERY:String = "queryState"
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The model is set to this state when a user can perform a query.
STATE_RESULTS | Константа |
public static const STATE_RESULTS:String = "resultsState"
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | 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 | Константа |
public static const STATE_TASK_DETAILS:String = "detailsSelectorState"
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | 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, 11:34 AM Z