Pacchetto | mx.utils |
Classe | public class DisplayUtil |
Ereditarietà | DisplayUtil Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
DisplayUtil.walkDisplayObjects()
.
Proprietà pubbliche
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | ||
Restituisce il valore di base dell'oggetto specificato. | Object | ||
[statico]
Recursively calls the specified function on each node in the specified DisplayObject's tree,
passing it a reference to that DisplayObject. | DisplayUtil |
Descrizione dei metodi
walkDisplayObjects | () | metodo |
public static function walkDisplayObjects(displayObject:DisplayObject, callbackFunction:Function):void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Recursively calls the specified function on each node in the specified DisplayObject's tree, passing it a reference to that DisplayObject.
Parametri
displayObject:DisplayObject — The target DisplayObject.
| |
callbackFunction:Function — The method to call on each node in the specified DisplayObject's tree.
|
Tue Jun 12 2018, 02:44 PM Z