| Paket | mx.core |
| Arabirim | public interface ISWFBridgeGroup extends IEventDispatcher |
| Uygulayıcılar | SWFBridgeGroup |
| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Flex 3 |
| Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Genel Özellikler
| Özellik | Tanımlayan: | ||
|---|---|---|---|
| parentBridge : IEventDispatcher
The bridge that is used to communicate
with this group's parent application. | ISWFBridgeGroup | ||
Genel Yöntemler
| Yöntem | Tanımlayan: | ||
|---|---|---|---|
Adds a new bridge to the pod. | ISWFBridgeGroup | ||
![]() | addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
EventDispatcher nesnesi olan bir olay dinleyici nesnesini, dinleyicinin bir olayın bildirimini alması için kaydeder. | IEventDispatcher | |
Tests if the given bridge is one of the sandbox bridges in this group. | ISWFBridgeGroup | ||
![]() |
Olay akışına bir olay gönderir. | IEventDispatcher | |
Gets the owner of a bridge and also the DisplayObject
that loaded the child. | ISWFBridgeGroup | ||
Gets all of the child bridges in this group. | ISWFBridgeGroup | ||
![]() |
EventDispatcher nesnesinin belirli bir olay türü için kayıtlı dinleyicisi olup olmadığını kontrol eder. | IEventDispatcher | |
Removes the child bridge. | ISWFBridgeGroup | ||
![]() |
EventDispatcher nesnesinden bir dinleyiciyi kaldırır. | IEventDispatcher | |
![]() |
Bir olay dinleyicisinin bu EventDispatcher nesnesiyle mi, yoksa onun belirtilen olay türüne yönelik üst öğelerinden biriyle mi kayıtlı olduğunu kontrol eder. | IEventDispatcher | |
Özellik Ayrıntısı
parentBridge | özellik |
parentBridge:IEventDispatcher| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Flex 3 |
| Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
The bridge that is used to communicate with this group's parent application.
Uygulama
public function get parentBridge():IEventDispatcher public function set parentBridge(value:IEventDispatcher):voidYöntem Ayrıntısı
addChildBridge | () | yöntem |
public function addChildBridge(bridge:IEventDispatcher, bridgeProvider:ISWFBridgeProvider):void| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Flex 3 |
| Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Adds a new bridge to the pod.
Parametreler
bridge:IEventDispatcher — The bridge to communicate with the child content.
| |
bridgeProvider:ISWFBridgeProvider — The DisplayObject that loaded the content
represented by the bridge. Usually this is will be an instance of the SWFLoader class.
|
containsBridge | () | yöntem |
public function containsBridge(bridge:IEventDispatcher):Boolean| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Flex 3 |
| Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Tests if the given bridge is one of the sandbox bridges in this group.
Parametreler
bridge:IEventDispatcher — The bridge to test.
|
Boolean — true if the handle is found; otherwise false.
|
getChildBridgeProvider | () | yöntem |
public function getChildBridgeProvider(bridge:IEventDispatcher):ISWFBridgeProvider| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Flex 3 |
| Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Gets the owner of a bridge and also the DisplayObject
that loaded the child.
This method is useful when an event is received
and the event.target is the bridge.
The bridge can then be converted into the owning DisplayObject.
Parametreler
bridge:IEventDispatcher — The target bridge.
|
ISWFBridgeProvider — The object that loaded the child.
|
getChildBridges | () | yöntem |
removeChildBridge | () | yöntem |
public function removeChildBridge(bridge:IEventDispatcher):void| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Flex 3 |
| Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Removes the child bridge.
Parametreler
bridge:IEventDispatcher — The bridge to remove.
|
Tue Jun 12 2018, 01:09 PM Z
Miras Alınan Genel Yöntemleri Gizle
Miras Alınan Genel Yöntemleri Göster