Paket | com.adobe.mosaic.om.events |
Sınıf | public class ResolveReferencesEvent |
Miras Alma | ResolveReferencesEvent BaseEvent Event Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
ResolveReferencesEvent
class defines a transient notification of references resolved.
ResolveReferencesEvent
objects are not retained or stored after all their listeners have been processed.
ResolveReferencesEvent
objects are used to communicate information and do not need to be
persisted or referenced.
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 | ||
message : String [salt okunur]
Returns a message string. | BaseEvent | ||
NAMESPACE : String [statik] [salt okunur]
The namespace for messages of this type. | ResolveReferencesEvent | ||
object : * [salt okunur]
Returns the node that was added. | BaseEvent | ||
resolvedNode : IMosaicNode [salt okunur]
Returns the node that was resolved. | ResolveReferencesEvent | ||
target : Object [salt okunur]
Olay hedefi. | Event | ||
type : String [salt okunur]
Olay türü. | Event |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
Constructor. | ResolveReferencesEvent | ||
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: | ||
---|---|---|---|
FAILURE : String = "resolveReferencesEventFailure" [statik]
The message type sent when a node's references fail to resolve. | ResolveReferencesEvent | ||
SUCCESS : String = "resolveReferencesEventSuccess" [statik]
The message type sent when a node's references are resolved. | ResolveReferencesEvent |
Özellik Ayrıntısı
NAMESPACE | özellik |
NAMESPACE:String
[salt okunur] Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
The namespace for messages of this type.
Uygulama
public static function get NAMESPACE():String
resolvedNode | özellik |
resolvedNode:IMosaicNode
[salt okunur] Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
Returns the node that was resolved.
Uygulama
public function get resolvedNode():IMosaicNode
Yapıcı Ayrıntı
ResolveReferencesEvent | () | Yapıcı |
public function ResolveReferencesEvent(type:String, resolvedNode:IMosaicNode, errMsg:String)
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
Constructor.
Parametrelertype:String — Event type
| |
resolvedNode:IMosaicNode — Event IMosaicNode
| |
errMsg:String — Event error message
|
Sabit Ayrıntısı
FAILURE | Sabit |
public static const FAILURE:String = "resolveReferencesEventFailure"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
The message type sent when a node's references fail to resolve. This can occur through API calls.
SUCCESS | Sabit |
public static const SUCCESS:String = "resolveReferencesEventSuccess"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
The message type sent when a node's references are resolved. This can occur through API calls.
Tue Jun 12 2018, 01:09 PM Z