Paquete | org.osmf.events |
Clase | public class MetadataEvent |
Herencia | MetadataEvent Event Object |
Subclases | TimelineMetadataEvent |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | OSMF 1.0 |
Versiones de motor de ejecución: | Flash Player 10, AIR 1.5 |
Propiedades públicas
Propiedad | Definido por | ||
---|---|---|---|
bubbles : Boolean [solo lectura]
Indica si un evento es un evento de propagación. | Event | ||
cancelable : Boolean [solo lectura]
Indica si se puede evitar el comportamiento asociado al evento. | Event | ||
constructor : Object
Una referencia a la clase de objeto o función constructora para una instancia de objeto determinada. | Object | ||
currentTarget : Object [solo lectura]
Objeto que procesa de forma activa el objeto de evento con un detector de eventos. | Event | ||
eventPhase : uint [solo lectura]
La fase actual en el flujo del evento. | Event | ||
key : String [solo lectura]
The key associated with this event. | MetadataEvent | ||
oldValue : * [solo lectura]
The old value associated with this event. | MetadataEvent | ||
target : Object [solo lectura]
El destino del evento. | Event | ||
type : String [solo lectura]
El tipo de evento. | Event | ||
value : * [solo lectura]
The value associated with this event. | MetadataEvent |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
MetadataEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, key:String = null, value:* = null, oldValue:* = null)
Constructor. | MetadataEvent | ||
Duplica una instancia de la subclase Event. | Event | ||
Una función de utilidad para implementar el método toString() en las clases Event personalizadas de ActionScript 3.0. | Event | ||
Indica si un objeto tiene definida una propiedad especificada. | Object | ||
Comprueba si se ha llamado a preventDefault() en el evento. | Event | ||
Indica si hay una instancia de la clase Object en la cadena de prototipo del objeto especificado como parámetro. | Object | ||
Cancela el comportamiento predeterminado de un evento si es posible cancelarlo. | Event | ||
Indica si existe la propiedad especificada y si es enumerable. | Object | ||
Establece la disponibilidad de una propiedad dinámica para operaciones de bucle. | Object | ||
Impide el proceso de cualquier detector de eventos en el nodo actual y los nodos siguientes en el flujo del evento. | Event | ||
Impide el proceso de cualquier detector de eventos en nodos siguientes al nodo actual. | Event | ||
Devuelve la representación de cadena de este objeto, con formato según las convenciones específicas de configuración regional. | Object | ||
Devuelve una cadena que contiene todas las propiedades del objeto de evento. | Event | ||
Devuelve el valor simple del objeto especificado. | Object |
Constantes públicas
Constante | Definido por | ||
---|---|---|---|
VALUE_ADD : String = "valueAdd" [estática]
The MetadataEvent.VALUE_ADD constant defines the value of the
type property of the event object for a valueAdd event. | MetadataEvent | ||
VALUE_CHANGE : String = "valueChange" [estática]
The MetadataEvent.VALUE_CHANGE constant defines the value
of the type property of the event object for a valueChange
event. | MetadataEvent | ||
VALUE_REMOVE : String = "valueRemove" [estática]
The MetadataEvent.VALUE_REMOVE constant defines the value of the
type property of the event object for a valueRemove event. | MetadataEvent |
Información sobre propiedades
key | propiedad |
oldValue | propiedad |
value | propiedad |
Información sobre constructores
MetadataEvent | () | Información sobre |
public function MetadataEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, key:String = null, value:* = null, oldValue:* = null)
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | OSMF 1.0 |
Versiones de motor de ejecución: | Flash Player 10, AIR 1.5 |
Constructor.
Parámetrostype:String — Event type.
| |
bubbles:Boolean (default = false ) — Specifies whether the event can bubble up the display list hierarchy.
| |
cancelable:Boolean (default = false ) — Specifies whether the behavior associated with the event can be prevented.
| |
key:String (default = null ) — The key associated with the event.
| |
value:* (default = null ) — The value associated with the event.
| |
oldValue:* (default = null ) — The old value associated with the event. Only valid for VALUE_CHANGE events.
|
Información sobre constantes
VALUE_ADD | Constante |
public static const VALUE_ADD:String = "valueAdd"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | OSMF 1.0 |
Versiones de motor de ejecución: | Flash Player 10, AIR 1.5 |
The MetadataEvent.VALUE_ADD constant defines the value of the type property of the event object for a valueAdd event.
VALUE_CHANGE | Constante |
public static const VALUE_CHANGE:String = "valueChange"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | OSMF 1.0 |
Versiones de motor de ejecución: | Flash Player 10, AIR 1.5 |
The MetadataEvent.VALUE_CHANGE constant defines the value of the type property of the event object for a valueChange event.
VALUE_REMOVE | Constante |
public static const VALUE_REMOVE:String = "valueRemove"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | OSMF 1.0 |
Versiones de motor de ejecución: | Flash Player 10, AIR 1.5 |
The MetadataEvent.VALUE_REMOVE constant defines the value of the type property of the event object for a valueRemove event.
Tue Jun 12 2018, 02:12 PM Z