Pacchetto | mx.states |
Classe | public class RemoveChild |
Ereditarietà | RemoveChild OverrideBase OnDemandEventDispatcher Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
overrides
property of the State class.
Sintassi MXMLNascondi sintassi MXMLThe <mx:RemoveChild>
tag
has the following attributes:
<mx:RemoveChild Properties target="null" />
Elementi API correlati
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
target : Object
The child to remove from the view. | RemoveChild |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
RemoveChild(target:DisplayObject = null)
Constructor. | RemoveChild | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. | OnDemandEventDispatcher | ||
[override]
Applies the override. | RemoveChild | ||
Dispatches an event into the event flow. | OnDemandEventDispatcher | ||
Checks whether the EventDispatcher object has any listeners registered for a specific type
of event. | OnDemandEventDispatcher | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
IOverride interface method; this class implements it as an empty method. | OverrideBase | ||
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 | ||
[override]
Removes the override. | RemoveChild | ||
Removes a listener from the EventDispatcher object. | OnDemandEventDispatcher | ||
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 | ||
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type. | OnDemandEventDispatcher |
Descrizione delle proprietà
target | proprietà |
public var target:Object
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
The child to remove from the view.
Descrizione della funzione di costruzione
RemoveChild | () | Funzione di costruzione |
public function RemoveChild(target:DisplayObject = null)
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Constructor.
Parametritarget:DisplayObject (default = null ) — The child to remove from the view.
|
Descrizione dei metodi
apply | () | metodo |
override public function apply(parent:UIComponent):void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Applies the override. Flex retains the original value, so that it can
restore the value later in the remove()
method.
This method is called automatically when the state is entered. It should not be called directly.
Parametri
parent:UIComponent — The parent of the state object containing this override.
The override should use this as its target if an explicit target was
not specified.
|
remove | () | metodo |
override public function remove(parent:UIComponent):void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Removes the override. The value remembered in the apply()
method is restored.
This method is called automatically when the state is entered. It should not be called directly.
Parametri
parent:UIComponent — The parent of the state object containing this override.
The override should use this as its target if an explicit target was
not specified.
|
Tue Jun 12 2018, 02:44 PM Z