Package | lc.procmgmt.ui.search |
Class | public class SearchSelector |
Inheritance | SearchSelector 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 |
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
Property | Defined 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
Method | Defined 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:
property TaskEvent.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.
Thu Dec 6 2018, 01:12 PM -08:00