Paket | coldfusion.air.events |
Sınıf | public class SessionResultEvent |
Miras Alma | SessionResultEvent Event Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | ColdFusion 9 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.0 |
Genel Özellikler
Özellik | Tanımlayan: | ||
---|---|---|---|
autoGeneratedId : Object
The auto-generated key for inserts. | SessionResultEvent | ||
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 | ||
result : Object
The object that holds the actual result of the call. | SessionResultEvent | ||
sessionToken : coldfusion.air:SessionToken
Token representing the call to the method. | SessionResultEvent | ||
target : Object [salt okunur]
Olay hedefi. | Event | ||
type : String [salt okunur]
Olay türü. | Event |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
SessionResultEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = true, result:Object = null, sessionToken:coldfusion.air:SessionToken = null)
The result of the asynchronous call. | SessionResultEvent | ||
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: | ||
---|---|---|---|
RESULT : String = "result" [statik]
The type of the event. | SessionResultEvent |
Özellik Ayrıntısı
autoGeneratedId | özellik |
public var autoGeneratedId:Object
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | ColdFusion 9.0.1 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.0 |
The auto-generated key for inserts. If not generated, the value is null.
result | özellik |
public var result:Object
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | ColdFusion 9 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.0 |
The object that holds the actual result of the call.
sessionToken | özellik |
public var sessionToken:coldfusion.air:SessionToken
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | ColdFusion 9 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.0 |
Token representing the call to the method. Used in the asynchronous completion token pattern.
Yapıcı Ayrıntı
SessionResultEvent | () | Yapıcı |
public function SessionResultEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = true, result:Object = null, sessionToken:coldfusion.air:SessionToken = null)
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | ColdFusion 9 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.0 |
The result of the asynchronous call.
Parametrelertype:String — The type of the event. Event listeners can access this information through the inherited
type property.
| |
bubbles:Boolean (default = false ) — Determines whether the Event object participates in the bubbling phase of the event flow.
| |
cancelable:Boolean (default = true ) — Determines whether the Event object can be canceled.
Event listeners can access this information through the inherited cancelable property.
| |
result:Object (default = null ) — Object that holds the actual result of the call.
| |
sessionToken:coldfusion.air:SessionToken (default = null ) — Token representing the call to the method. Used in the asynchronous completion token pattern.
|
Sabit Ayrıntısı
RESULT | Sabit |
public static const RESULT:String = "result"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | ColdFusion 9 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.0 |
The type of the event.
Tue Jun 12 2018, 01:09 PM Z