Package | com.adobe.livecycle.assetmanager.client.event |
Class | public class SearchEvent |
Inheritance | SearchEvent Event Object |
Deprecated: Deprecated
Language Version: | ActionScript 3.0 |
Product Version: | Asset Manager Building Block 9.5 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
Public Properties
Property | Defined By | ||
---|---|---|---|
bubbles : Boolean [read-only]
Indicates whether an event is a bubbling event. | Event | ||
cancelable : Boolean [read-only]
Indicates whether the behavior associated with the event can be prevented. | Event | ||
constructor : Object
A reference to the class object or constructor function for a given object instance. | Object | ||
currentTarget : Object [read-only]
The object that is actively processing the Event object with an event listener. | Event | ||
eventPhase : uint [read-only]
The current phase in the event flow. | Event | ||
searchFilter : SearchFilter
Specifies a new search filter when a user changes the search criteria. | SearchEvent | ||
searchQuery : SearchQuery
Specifies the searchQuery when a doSearch or searchComplete event is thrown. | SearchEvent | ||
searchResults : ListCollectionView
Specifies the searchResults collection when the searchComplete event is thrown. | SearchEvent | ||
target : Object [read-only]
The event target. | Event | ||
type : String [read-only]
The type of event. | Event |
Public Methods
Method | Defined By | ||
---|---|---|---|
Constructor. | SearchEvent | ||
Duplicates an instance of an Event subclass. | Event | ||
A utility function for implementing the toString() method in custom
ActionScript 3.0 Event classes. | Event | ||
Indicates whether an object has a specified property defined. | Object | ||
Checks whether the preventDefault() method has been called on the event. | Event | ||
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | ||
Cancels an event's default behavior if that behavior can be canceled. | Event | ||
Indicates whether the specified property exists and is enumerable. | Object | ||
Sets the availability of a dynamic property for loop operations. | Object | ||
Prevents processing of any event listeners in the current node and any subsequent nodes in
the event flow. | Event | ||
Prevents processing of any event listeners in nodes subsequent to the current node in the
event flow. | Event | ||
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | ||
Returns a string containing all the properties of the Event object. | Event | ||
Returns the primitive value of the specified object. | Object |
Public Constants
Constant | Defined By | ||
---|---|---|---|
EVENT_DO_SEARCH : String = "doSearch" [static]
Specifies the type of event when a search is executed. | SearchEvent | ||
EVENT_SEARCH_COMPLETE : String = "searchComplete" [static]
Specifies the type of event when the search is complete. | SearchEvent | ||
EVENT_SEARCH_FILTER_CHANGE : String = "searchFilterChange" [static]
Specifies the type of event when a user has changed the search criteria. | SearchEvent |
Property Detail
searchFilter | property |
public var searchFilter:SearchFilter
Language Version: | ActionScript 3.0 |
Product Version: | Asset Manager Building Block 9.5 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
Specifies a new search filter when a user changes the search criteria. Used with the searchFilterChange event type.
searchQuery | property |
public var searchQuery:SearchQuery
Language Version: | ActionScript 3.0 |
Product Version: | Asset Manager Building Block 9.5 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
Specifies the searchQuery when a doSearch or searchComplete event is thrown.
searchResults | property |
public var searchResults:ListCollectionView
Language Version: | ActionScript 3.0 |
Product Version: | Asset Manager Building Block 9.5 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
Specifies the searchResults collection when the searchComplete event is thrown.
Constructor Detail
SearchEvent | () | Constructor |
public function SearchEvent(type:String, bubbles:Boolean = true, cancelable:Boolean = false)
Language Version: | ActionScript 3.0 |
Product Version: | Asset Manager Building Block 9.5 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
Constructor.
Parameterstype:String — Specifies the type of event when a user has changed the search criteria.
| |
bubbles:Boolean (default = true ) — Specifies whether an event can bubble. That is, whether the event flow through the display list hierachy has a bubbling phase.
| |
cancelable:Boolean (default = false ) — Specifies whether the behavior associated with the event can be prevented.
|
Constant Detail
EVENT_DO_SEARCH | Constant |
public static const EVENT_DO_SEARCH:String = "doSearch"
Language Version: | ActionScript 3.0 |
Product Version: | Asset Manager Building Block 9.5 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
Specifies the type of event when a search is executed.
EVENT_SEARCH_COMPLETE | Constant |
public static const EVENT_SEARCH_COMPLETE:String = "searchComplete"
Language Version: | ActionScript 3.0 |
Product Version: | Asset Manager Building Block 9.5 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
Specifies the type of event when the search is complete.
EVENT_SEARCH_FILTER_CHANGE | Constant |
public static const EVENT_SEARCH_FILTER_CHANGE:String = "searchFilterChange"
Language Version: | ActionScript 3.0 |
Product Version: | Asset Manager Building Block 9.5 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
Specifies the type of event when a user has changed the search criteria.
Thu Dec 6 2018, 01:12 PM -08:00