Pacchetto | com.adobe.mosaic.layouts |
Classe | public class LayoutEvent |
Ereditarietà | LayoutEvent Event Object |
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 |
Proprietà pubbliche
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
Constructor
| LayoutEvent | ||
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 | ||
---|---|---|---|
MAXIMIZE : String = "maximize" [statico]
The element is requesting to be maximized in the layout. | LayoutEvent | ||
MAXIMIZE_RESTORE : String = "maximizeRestore" [statico]
The element is requesting to be restored from being maximized. | LayoutEvent | ||
MINIMIZE : String = "minimize" [statico]
The element is requesting to be minimized. | LayoutEvent | ||
MINIMIZE_RESTORE : String = "minimizeRestore" [statico]
The element is requesting to be restored from being minimized. | LayoutEvent |
Descrizione della funzione di costruzione
LayoutEvent | () | Funzione di costruzione |
public function LayoutEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
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 — The event type (see constants above).
| |
bubbles:Boolean (default = false ) — If true, the event will trickle up the display list looking for a handler.
| |
cancelable:Boolean (default = false ) — If true, the event may be cancelled by an event handler.
|
Descrizione delle costanti
MAXIMIZE | Costante |
public static const MAXIMIZE:String = "maximize"
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 element is requesting to be maximized in the layout.
MAXIMIZE_RESTORE | Costante |
public static const MAXIMIZE_RESTORE:String = "maximizeRestore"
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 element is requesting to be restored from being maximized.
MINIMIZE | Costante |
public static const MINIMIZE:String = "minimize"
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 element is requesting to be minimized.
MINIMIZE_RESTORE | Costante |
public static const MINIMIZE_RESTORE:String = "minimizeRestore"
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 element is requesting to be restored from being minimized.
Tue Jun 12 2018, 02:44 PM Z