Paket | org.osmf.events |
Sınıf | public class MetadataEvent |
Miras Alma | MetadataEvent Event Object |
Alt Sınıflar | TimelineMetadataEvent |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | OSMF 1.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 1.5 |
Genel Özellikler
Özellik | Tanımlayan: | ||
---|---|---|---|
bubbles : Boolean [salt okunur]
Bir olayın köpüren bir olay olup olmadığını belirtir. | Event | ||
cancelable : Boolean [salt okunur]
Olayla ilişkilendirilmiş davranışın önlenebilir olup olmadığını gösterir. | Event | ||
constructor : Object
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru. | Object | ||
currentTarget : Object [salt okunur]
Bu Event nesnesini olay dinleyicisiyle etkin olarak işleyen nesne. | Event | ||
eventPhase : uint [salt okunur]
Olay akışındaki geçerli aşama. | Event | ||
key : String [salt okunur]
The key associated with this event. | MetadataEvent | ||
oldValue : * [salt okunur]
The old value associated with this event. | MetadataEvent | ||
target : Object [salt okunur]
Olay hedefi. | Event | ||
type : String [salt okunur]
Olay türü. | Event | ||
value : * [salt okunur]
The value associated with this event. | MetadataEvent |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
MetadataEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, key:String = null, value:* = null, oldValue:* = null)
Constructor. | MetadataEvent | ||
Event alt sınıfının bir örneğini çoğaltır. | Event | ||
Özel ActionScript 3.0 Event sınıfınızdaki toString() yöntemini uygulamak için bir yardımcı işlev. | Event | ||
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | ||
Olayda preventDefault() öğesinin çağrılmış olup olmadığını kontrol eder. | Event | ||
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | ||
Bir olayın varsayılan davranışını, bu yapılabiliyorsa iptal eder. | Event | ||
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | ||
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | ||
Olay akışında geçerli düğümdeki ve ondan sonra gelen düğümlerdeki olay dinleyicilerin işlenmesini engeller. | Event | ||
Olay akışında geçerli düğümden sonra gelen düğümlerdeki olay dinleyicilerin işlenmesini engeller. | Event | ||
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | ||
Event nesnesinin tüm özelliklerini içeren bir dize döndürülür. | Event | ||
Belirtilen nesnenin temel değerini döndürür. | Object |
Genel Sabitler
Sabit | Tanımlayan: | ||
---|---|---|---|
VALUE_ADD : String = "valueAdd" [statik]
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" [statik]
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" [statik]
The MetadataEvent.VALUE_REMOVE constant defines the value of the
type property of the event object for a valueRemove event. | MetadataEvent |
Özellik Ayrıntısı
key | özellik |
oldValue | özellik |
value | özellik |
Yapıcı Ayrıntı
MetadataEvent | () | Yapıcı |
public function MetadataEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, key:String = null, value:* = null, oldValue:* = null)
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | OSMF 1.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 1.5 |
Constructor.
Parametrelertype: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.
|
Sabit Ayrıntısı
VALUE_ADD | Sabit |
public static const VALUE_ADD:String = "valueAdd"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | OSMF 1.0 |
Çalışma Zamanı Sürümleri: | 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 | Sabit |
public static const VALUE_CHANGE:String = "valueChange"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | OSMF 1.0 |
Çalışma Zamanı Sürümleri: | 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 | Sabit |
public static const VALUE_REMOVE:String = "valueRemove"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | OSMF 1.0 |
Çalışma Zamanı Sürümleri: | 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, 01:09 PM Z