| Package | com.yahoo.webapis.search.events |
| Class | public class SearchResultEvent |
| Inheritance | SearchResultEvent flash.events.Event |
| Property | Defined by | ||
|---|---|---|---|
| result : Object
The result, usually an array of objects
| SearchResultEvent | ||
| typeOfSearch : String
Passes the specific search result type (web search, image search, etc.)
| SearchResultEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
SearchResultEvent(type:String, inData:Object, typeOfSearch:String = null)
Constructs a new ResultEvent
| SearchResultEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| ALBUM_SEARCH_RESULT : String = "albumSearchResult" [static]
| SearchResultEvent | ||
| ARTIST_SEARCH_RESULT : String = "artistSearchResult" [static]
| SearchResultEvent | ||
| AUDIO_SEARCH_RESULT : String = "audioSearchResult" [static]
| SearchResultEvent | ||
| CONTEXT_ANALYSIS_RESULT : String = "contextAnalysisResult" [static]
| SearchResultEvent | ||
| IMAGE_SEARCH_RESULT : String = "imageSearchResult" [static]
| SearchResultEvent | ||
| LOCAL_SEARCH_RESULT : String = "localSearchResult" [static]
| SearchResultEvent | ||
| NEWS_SEARCH_RESULT : String = "newsSearchResult" [static]
| SearchResultEvent | ||
| PODCAST_SEARCH_RESULT : String = "podcastSearchResult" [static]
| SearchResultEvent | ||
| RELATED_SUGGESTION_RESULT : String = "relatedSuggestionSearchResult" [static]
| SearchResultEvent | ||
| RESULT : String = "result" [static] Constant for the event types.
| SearchResultEvent | ||
| SONG_DOWNLOAD_LOCATION_SEARCH_RESULT : String = "songDownloadLocationSearchResult" [static]
| SearchResultEvent | ||
| SONG_SEARCH_RESULT : String = "songSearchResult" [static]
| SearchResultEvent | ||
| SPELLING_SUGGESTION_RESULT : String = "spellingSuggestionSearchResult" [static]
| SearchResultEvent | ||
| TERM_EXTRACTION_RESULT : String = "termExtractionResult" [static]
| SearchResultEvent | ||
| VIDEO_SEARCH_RESULT : String = "videoSearchResult" [static]
| SearchResultEvent | ||
| WEB_SEARCH_RESULT : String = "webSearchResult" [static]
| SearchResultEvent | ||
| result | property |
result:Object [read-write]The result, usually an array of objects
This property can be used as the source for data binding.
Implementation public function get result():Object
public function set result(value:Object):void
| typeOfSearch | property |
typeOfSearch:String [read-write]Passes the specific search result type (web search, image search, etc.)
This property can be used as the source for data binding.
Implementation public function get typeOfSearch():String
public function set typeOfSearch(value:String):void
| SearchResultEvent | () | constructor |
public function SearchResultEvent(type:String, inData:Object, typeOfSearch:String = null)Constructs a new ResultEvent
Parameterstype:String |
|
inData:Object |
|
typeOfSearch:String (default = null) |
| ALBUM_SEARCH_RESULT | constant |
public static const ALBUM_SEARCH_RESULT:String = "albumSearchResult"
| ARTIST_SEARCH_RESULT | constant |
public static const ARTIST_SEARCH_RESULT:String = "artistSearchResult"
| AUDIO_SEARCH_RESULT | constant |
public static const AUDIO_SEARCH_RESULT:String = "audioSearchResult"
| CONTEXT_ANALYSIS_RESULT | constant |
public static const CONTEXT_ANALYSIS_RESULT:String = "contextAnalysisResult"
| IMAGE_SEARCH_RESULT | constant |
public static const IMAGE_SEARCH_RESULT:String = "imageSearchResult"
| LOCAL_SEARCH_RESULT | constant |
public static const LOCAL_SEARCH_RESULT:String = "localSearchResult"
| NEWS_SEARCH_RESULT | constant |
public static const NEWS_SEARCH_RESULT:String = "newsSearchResult"
| PODCAST_SEARCH_RESULT | constant |
public static const PODCAST_SEARCH_RESULT:String = "podcastSearchResult"
| RELATED_SUGGESTION_RESULT | constant |
public static const RELATED_SUGGESTION_RESULT:String = "relatedSuggestionSearchResult"
| RESULT | constant |
public static const RESULT:String = "result"Constant for the event types.
| SONG_DOWNLOAD_LOCATION_SEARCH_RESULT | constant |
public static const SONG_DOWNLOAD_LOCATION_SEARCH_RESULT:String = "songDownloadLocationSearchResult"
| SONG_SEARCH_RESULT | constant |
public static const SONG_SEARCH_RESULT:String = "songSearchResult"
| SPELLING_SUGGESTION_RESULT | constant |
public static const SPELLING_SUGGESTION_RESULT:String = "spellingSuggestionSearchResult"
| TERM_EXTRACTION_RESULT | constant |
public static const TERM_EXTRACTION_RESULT:String = "termExtractionResult"
| VIDEO_SEARCH_RESULT | constant |
public static const VIDEO_SEARCH_RESULT:String = "videoSearchResult"
| WEB_SEARCH_RESULT | constant |
public static const WEB_SEARCH_RESULT:String = "webSearchResult"