Paquete | mx.states |
Clase | public class RemoveChild |
Herencia | RemoveChild OverrideBase OnDemandEventDispatcher Object |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
overrides
property of the State class.
Sintaxis MXMLOcultar sintaxis MXMLThe <mx:RemoveChild>
tag
has the following attributes:
<mx:RemoveChild Properties target="null" />
Elementos de API relacionados
Propiedades públicas
Propiedad | Definido por | ||
---|---|---|---|
constructor : Object
Una referencia a la clase de objeto o función constructora para una instancia de objeto determinada. | Object | ||
target : Object
The child to remove from the view. | RemoveChild |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
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 si un objeto tiene definida una propiedad especificada. | Object | ||
IOverride interface method; this class implements it as an empty method. | OverrideBase | ||
Indica si hay una instancia de la clase Object en la cadena de prototipo del objeto especificado como parámetro. | Object | ||
Indica si existe la propiedad especificada y si es enumerable. | Object | ||
[override]
Removes the override. | RemoveChild | ||
Removes a listener from the EventDispatcher object. | OnDemandEventDispatcher | ||
Establece la disponibilidad de una propiedad dinámica para operaciones de bucle. | Object | ||
Devuelve la representación de cadena de este objeto, con formato según las convenciones específicas de configuración regional. | Object | ||
Devuelve la representación de cadena del objeto especificado. | Object | ||
Devuelve el valor simple del objeto especificado. | Object | ||
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type. | OnDemandEventDispatcher |
Información sobre propiedades
target | propiedad |
public var target:Object
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
The child to remove from the view.
Información sobre constructores
RemoveChild | () | Información sobre |
public function RemoveChild(target:DisplayObject = null)
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
Constructor.
Parámetrostarget:DisplayObject (default = null ) — The child to remove from the view.
|
Información sobre métodos
apply | () | método |
override public function apply(parent:UIComponent):void
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | 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.
Parámetros
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 | () | método |
override public function remove(parent:UIComponent):void
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | 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.
Parámetros
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:12 PM Z