| Pakiet | mx.core |
| Interfejs | public interface ISWFBridgeProvider |
| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Flex 3 |
| Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Właściwości publiczne
| Właściwość | Zdefiniowane przez | ||
|---|---|---|---|
| childAllowsParent : Boolean [tylko do odczytu]
Tests if the child allows its parent to access its display objects or listen
to messages that originate in the child. | ISWFBridgeProvider | ||
| parentAllowsChild : Boolean [tylko do odczytu]
Tests if the parent allows its child to access its display objects or listen
to messages that originate in the parent. | ISWFBridgeProvider | ||
| swfBridge : IEventDispatcher [tylko do odczytu]
A bridge to the application that is associated with the implementor of this
interface. | ISWFBridgeProvider | ||
Szczegół właściwości
childAllowsParent | właściwość |
childAllowsParent:Boolean [tylko do odczytu] | Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Flex 3 |
| Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Tests if the child allows its parent to access its display objects or listen
to messages that originate in the child.
true if access if allowed; otherwise false.
Implementacja
public function get childAllowsParent():BooleanparentAllowsChild | właściwość |
parentAllowsChild:Boolean [tylko do odczytu] | Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Flex 3 |
| Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Tests if the parent allows its child to access its display objects or listen
to messages that originate in the parent.
true if access if allowed; otherwise false.
Implementacja
public function get parentAllowsChild():BooleanswfBridge | właściwość |
swfBridge:IEventDispatcher [tylko do odczytu] | Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Flex 3 |
| Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
A bridge to the application that is associated with the implementor of this interface. The IEventDispatcher that can be used to send events to an application in a different ApplicationDomain or a different sandbox.
Implementacja
public function get swfBridge():IEventDispatcherTue Jun 12 2018, 12:06 PM Z