ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
lc.procmgmt.ui.search 

SearchSelector  - AS3 ADEP Workspace

Packagelc.procmgmt.ui.search
Classpublic class SearchSelector
InheritanceSearchSelector Inheritance SearchSelectorBase
Implements IBindingClient

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Workspace 9
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

The 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.

Related API Elements



Public Properties
 PropertyDefined By
  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
Public Methods
 MethodDefined By
  
Constructor.
SearchSelector
Events
 Event Summary Defined By
  Dispatched when the details of a search are requested.SearchSelector
Property Detail

model

property
public var model:SearchSelectorModel

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Workspace 9
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

A SearchSelectorModel object that provides support for this SearchSelector view.

This property can be used as the source for data binding. When this property is modified, it dispatches the Bindable event.

session

property 
public var session:SessionMap

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Workspace 9
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

A SessionMap object that stores infomation relating to the server session.

This property can be used as the source for data binding. When this property is modified, it dispatches the Bindable event.

Constructor Detail

SearchSelector

()Constructor
public function SearchSelector()

Constructor.

Event Detail

details

Event
Event Object Type: lc.procmgmt.events.TaskEvent
property TaskEvent.type = flash.events.Event

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Workspace 9
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

Dispatched when the details of a search are requested.