Pacchetto | com.adobe.mosaic.om.events |
Classe | public class DisplayEvent |
Ereditarietà | DisplayEvent BaseEvent Event Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
Versioni runtime: | AIR 2.6, Flash Player 10.2 |
DisplayEvent
class defines a transient notification of revealed nodes.
DisplayEvent
objects are not retained or stored after all their listeners have been processed.
DisplayEvent
objects are used to communicate information and do not need to be
persisted or referenced.
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 | ||
message : String [sola lettura]
Returns a message string. | BaseEvent | ||
NAMESPACE : String [statico] [sola lettura]
The namespace for messages of this type. | DisplayEvent | ||
node : IMosaicNode
An IMosaicNode object that was is revealed or hidden. | DisplayEvent | ||
object : * [sola lettura]
Returns the node that was added. | BaseEvent | ||
target : Object [sola lettura]
Il target dell'evento. | Event | ||
type : String [sola lettura]
Il tipo di evento. | Event |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
Constructor. | DisplayEvent | ||
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 | ||
---|---|---|---|
DISPLAY_EVENT_HIDDEN : String = "displayEventHidden" [statico]
The message type sent when the navigation state of the an application is changed. | DisplayEvent | ||
DISPLAY_EVENT_REVEALED : String = "displayEventRevealed" [statico]
The message type sent when the navigation state of the an application is changed. | DisplayEvent |
Descrizione delle proprietà
NAMESPACE | proprietà |
NAMESPACE:String
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versioni runtime: | AIR 2.6, Flash Player 10.2 |
The namespace for messages of this type.
Implementazione
public static function get NAMESPACE():String
node | proprietà |
node:IMosaicNode
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
Versioni runtime: | AIR 2.6, Flash Player 10.2 |
An IMosaicNode
object that was is revealed or hidden.
Implementazione
public function get node():IMosaicNode
public function set node(value:IMosaicNode):void
Elementi API correlati
Descrizione della funzione di costruzione
DisplayEvent | () | Funzione di costruzione |
public function DisplayEvent(type:String, node:*)
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versioni runtime: | AIR 2.6, Flash Player 10.2 |
Constructor.
Parametritype:String — Specifies the event type.
| |
node:* — Specifies the event node of any type.
|
Descrizione delle costanti
DISPLAY_EVENT_HIDDEN | Costante |
public static const DISPLAY_EVENT_HIDDEN:String = "displayEventHidden"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
Versioni runtime: | AIR 2.6, Flash Player 10.2 |
The message type sent when the navigation state of the an application is changed. This can occur through user interaction or API calls.
DISPLAY_EVENT_REVEALED | Costante |
public static const DISPLAY_EVENT_REVEALED:String = "displayEventRevealed"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
Versioni runtime: | AIR 2.6, Flash Player 10.2 |
The message type sent when the navigation state of the an application is changed. This can occur through user interaction or API calls.
Tue Jun 12 2018, 02:44 PM Z