Pacchetto | com.adobe.livecycle.assetmanager.client.event |
Classe | public class SearchEvent |
Ereditarietà | SearchEvent Event Object |
Obsoleti: Deprecated
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Manager 9.5 |
Versioni runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
bubbles : Boolean [sola lettura]
Indica se un evento è un evento di bubbling. | Event | ||
cancelable : Boolean [sola lettura]
Indica se il comportamento associato all'evento può essere impedito. | Event | ||
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
currentTarget : Object [sola lettura]
L'oggetto che elabora attivamente l'oggetto Event con un listener di eventi. | Event | ||
eventPhase : uint [sola lettura]
La fase attuale del flusso di eventi. | 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 [sola lettura]
Il target dell'evento. | Event | ||
type : String [sola lettura]
Il tipo di evento. | Event |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
Constructor. | SearchEvent | ||
Duplica un'istanza di una sottoclasse Event. | Event | ||
Una funzione dell'utilità per l'implementazione del metodo toString() in classi Event ActionScript 3.0 personalizzate. | Event | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
Verifica se sull'evento è stato chiamato il metodo preventDefault(). | Event | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Annulla il comportamento predefinito di un evento se tale comportamento può essere annullato. | Event | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Impedisce l'elaborazione di tutti i listener di eventi nel nodo corrente e in tutti i nodi successivi del flusso di eventi. | Event | ||
Impedisce l'elaborazione di tutti i listener di eventi nei nodi del flusso di eventi successivi a quello corrente. | Event | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Restituisce una stringa che contiene tutte le proprietà dell'oggetto Event. | Event | ||
Restituisce il valore di base dell'oggetto specificato. | Object |
Costanti pubbliche
Costante | Definito da | ||
---|---|---|---|
EVENT_DO_SEARCH : String = "doSearch" [statico]
Specifies the type of event when a search is executed. | SearchEvent | ||
EVENT_SEARCH_COMPLETE : String = "searchComplete" [statico]
Specifies the type of event when the search is complete. | SearchEvent | ||
EVENT_SEARCH_FILTER_CHANGE : String = "searchFilterChange" [statico]
Specifies the type of event when a user has changed the search criteria. | SearchEvent |
Descrizione delle proprietà
searchFilter | proprietà |
public var searchFilter:SearchFilter
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Manager 9.5 |
Versioni runtime: | 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 | proprietà |
public var searchQuery:SearchQuery
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Manager 9.5 |
Versioni runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
Specifies the searchQuery when a doSearch or searchComplete event is thrown.
searchResults | proprietà |
public var searchResults:ListCollectionView
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Manager 9.5 |
Versioni runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
Specifies the searchResults collection when the searchComplete event is thrown.
Descrizione della funzione di costruzione
SearchEvent | () | Funzione di costruzione |
public function SearchEvent(type:String, bubbles:Boolean = true, cancelable:Boolean = false)
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Manager 9.5 |
Versioni runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
Constructor.
Parametritype: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.
|
Descrizione delle costanti
EVENT_DO_SEARCH | Costante |
public static const EVENT_DO_SEARCH:String = "doSearch"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Manager 9.5 |
Versioni runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
Specifies the type of event when a search is executed.
EVENT_SEARCH_COMPLETE | Costante |
public static const EVENT_SEARCH_COMPLETE:String = "searchComplete"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Manager 9.5 |
Versioni runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
Specifies the type of event when the search is complete.
EVENT_SEARCH_FILTER_CHANGE | Costante |
public static const EVENT_SEARCH_FILTER_CHANGE:String = "searchFilterChange"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Manager 9.5 |
Versioni runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
Specifies the type of event when a user has changed the search criteria.
Tue Jun 12 2018, 02:44 PM Z