Referencia de ActionScript® 3.0 para la plataforma de Adobe® Flash®
Inicio  |  Ocultar lista de paquetes y clases |  Paquetes  |  Clases  |  Novedades  |  Índice  |  Apéndices  |  ¿Por qué hay texto en inglés?
Filtros: Recuperando datos del servidor...
Recuperando datos del servidor...
com.adobe.gravity.utility.events 

AugmentedErrorEvent  - AS3 ADEP Client Component

Paquetecom.adobe.gravity.utility.events
Clasepublic class AugmentedErrorEvent
HerenciaAugmentedErrorEvent Inheritance ErrorEvent Inheritance TextEvent Inheritance Event Inheritance Object

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Versiones de motor de ejecución: AIR 1.1, Flash Player 9

The AugmentedErrorEvent extends the ErrorEvent class to provide access to the original Error object.



Propiedades públicas
 PropiedadDefinido por
 Inheritedbubbles : Boolean
[solo lectura] Indica si un evento es un evento de propagación.
Event
 Inheritedcancelable : Boolean
[solo lectura] Indica si se puede evitar el comportamiento asociado al evento.
Event
 Inheritedconstructor : Object
Una referencia a la clase de objeto o función constructora para una instancia de objeto determinada.
Object
 InheritedcurrentTarget : Object
[solo lectura] Objeto que procesa de forma activa el objeto de evento con un detector de eventos.
Event
  error : Error
[solo lectura] The original Error object.
AugmentedErrorEvent
 InheritederrorID : int
[solo lectura] Contiene el número de referencia asociado al error concreto.
ErrorEvent
 InheritedeventPhase : uint
[solo lectura] La fase actual en el flujo del evento.
Event
 Inheritedtarget : Object
[solo lectura] El destino del evento.
Event
 Inheritedtext : String
Para un evento textInput, el carácter o la secuencia de caracteres introducidos por el usuario.
TextEvent
 Inheritedtype : String
[solo lectura] El tipo de evento.
Event
Métodos públicos
 MétodoDefinido por
  
AugmentedErrorEvent(error:Error, type:String = "error", bubbles:Boolean = false)
Constructor.
AugmentedErrorEvent
  
[override] Creates a copy of the ErrorEvent object and sets the value of each property to match that of the original.
AugmentedErrorEvent
 Inherited
formatToString(className:String, ... arguments):String
Una función de utilidad para implementar el método toString() en las clases Event personalizadas de ActionScript 3.0.
Event
 Inherited
Indica si un objeto tiene definida una propiedad especificada.
Object
 Inherited
Comprueba si se ha llamado a preventDefault() en el evento.
Event
 Inherited
Indica si hay una instancia de la clase Object en la cadena de prototipo del objeto especificado como parámetro.
Object
 Inherited
Cancela el comportamiento predeterminado de un evento si es posible cancelarlo.
Event
 Inherited
Indica si existe la propiedad especificada y si es enumerable.
Object
 Inherited
Establece la disponibilidad de una propiedad dinámica para operaciones de bucle.
Object
 Inherited
Impide el proceso de cualquier detector de eventos en el nodo actual y los nodos siguientes en el flujo del evento.
Event
 Inherited
Impide el proceso de cualquier detector de eventos en nodos siguientes al nodo actual.
Event
 Inherited
Devuelve la representación de cadena de este objeto, con formato según las convenciones específicas de configuración regional.
Object
 Inherited
[override] Devuelve una cadena con todas las propiedades del objeto ErrorEvent.
ErrorEvent
 Inherited
Devuelve el valor simple del objeto especificado.
Object
Constantes públicas
 ConstanteDefinido por
  ERROR : String = "error"
[estática] The AugmentedErrorEvent.ERROR constant defines the value of the type property of the event object for an error event.
AugmentedErrorEvent
Información sobre propiedades

error

propiedad
error:Error  [solo lectura]

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Versiones de motor de ejecución: AIR 1.1, Flash Player 9

The original Error object.



Implementación
    public function get error():Error
Información sobre constructores

AugmentedErrorEvent

()Información sobre
public function AugmentedErrorEvent(error:Error, type:String = "error", bubbles:Boolean = false)

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Versiones de motor de ejecución: AIR 1.1, Flash Player 9

Constructor.

Parámetros
error:Error — The original Error object. Must not be null.
 
type:String (default = "error") — The event type; generally the default type of "error" should be preferred, so that all errors can be caught without resorting to adding many handlers.
 
bubbles:Boolean (default = false) — Determines whether the Event object participates in the bubbling stage of the event flow. The default value is false.
Información sobre métodos

clone

()método
override public function clone():Event

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Versiones de motor de ejecución: AIR 1.1, Flash Player 9

Creates a copy of the ErrorEvent object and sets the value of each property to match that of the original.

Valor devuelto
Event — A new ErrorEvent object with property values that match those of the original.
Información sobre constantes

ERROR

Constante
public static const ERROR:String = "error"

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Versiones de motor de ejecución: AIR 1.1, Flash Player 9

The AugmentedErrorEvent.ERROR constant defines the value of the type property of the event object for an error event.

The properties of the event object have the following values:

PropertyValue
bubblesfalse
cancelablefalse
currentTargetThe Object that defines the event listener that handles the event. For example, if you use myButton.addEventListener() to register an event listener, myButton is the value of the currentTarget.
errorThe Error object associated with this event.
targetThe Object that dispatched the event; it is not always the Object listening for the event. Use the currentTarget property to always access the Object listening for the event.





[ X ]¿Por qué hay texto en inglés?
Cierto contenido de la Referencia de ActionScript 3.0 se muestra en inglés

No todo el contenido de la Referencia de ActionScript 3.0 se traduce a todos los idiomas. Si un elemento del lenguaje no se traduce, aparecerá en inglés. Por ejemplo, la clase ga.controls.HelpBox no está traducida en ningún idioma. Por lo tanto, en la versión en español de la referencia, la clase ga.controls.HelpBox aparecerá en inglés.