Pakiet | mx.events |
Klasa | public class SWFBridgeEvent |
Dziedziczenie | SWFBridgeEvent Event Object |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
This class defines event constants that refer to "activation". In this case, activation means one of the components in the application can receive the keyboard input focus. When an application is activated, the component that last had focus receives focus again.
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
bubbles : Boolean [tylko do odczytu]
Określa, czy zdarzenie może przechodzić fazę propagacji. | Event | ||
cancelable : Boolean [tylko do odczytu]
Wskazuje, czy można uniemożliwić operacje skojarzone ze zdarzeniem. | Event | ||
constructor : Object
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu. | Object | ||
currentTarget : Object [tylko do odczytu]
Obiekt przetwarzający aktywnie obiekt Event za pomocą detektora zdarzeń. | Event | ||
data : Object
Information about the event. | SWFBridgeEvent | ||
eventPhase : uint [tylko do odczytu]
Bieżąca faza przepływu zdarzeń. | Event | ||
target : Object [tylko do odczytu]
Miejsce docelowe zdarzenia. | Event | ||
type : String [tylko do odczytu]
Typ zdarzenia. | Event |
Metoda | Zdefiniowane przez | ||
---|---|---|---|
SWFBridgeEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, data:Object = null)
Constructor. | SWFBridgeEvent | ||
Powiela instancję podklasy Event. | Event | ||
Funkcja narzędziowa umożliwiająca implementację metody toString() w niestandardowych klasach Event w języku ActionScript 3.0. | Event | ||
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | ||
Sprawdza, czy w odniesieniu do tego zdarzenia wywołano metodę preventDefault(). | Event | ||
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | ||
[statyczny]
Marshal a SWFBridgeRequest from a remote ApplicationDomain
into the current ApplicationDomain. | SWFBridgeEvent | ||
Anuluje domyślne ustawienia zdarzenia, o ile zachowanie to może być anulowane. | Event | ||
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | ||
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | ||
Zapobiega przetwarzaniu wszelkich detektorów zdarzeń w węźle bieżącym i węzłach następujących po nim. | Event | ||
Zapobiega przetwarzaniu wszelkich detektorów zdarzeń w węzłach następujących po węźle bieżącym w przepływie zdarzeń. | Event | ||
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | ||
Zwraca ciąg znaków, który zawiera wszystkie właściwości obiektu Event. | Event | ||
Zwraca pierwotną wartość dla określonego obiektu. | Object |
Stała | Zdefiniowane przez | ||
---|---|---|---|
BRIDGE_AIR_WINDOW_ACTIVATE : String = "bridgeAIRWindowActivate" [statyczny]
Dispatched to a parent bridge or sandbox root to notify it that
the AIR window was activated. | SWFBridgeEvent | ||
BRIDGE_AIR_WINDOW_DEACTIVATE : String = "bridgeAIRWindowDeactivate" [statyczny]
Dispatched to a parent bridge or sandbox root to notify it that
the AIR window was deactivated. | SWFBridgeEvent | ||
BRIDGE_APPLICATION_ACTIVATE : String = "bridgeApplicationActivate" [statyczny]
Dispatched to a parent bridge or sandbox root to notify it that
another application has been activated. | SWFBridgeEvent | ||
BRIDGE_APPLICATION_UNLOADING : String = "bridgeApplicationUnloading" [statyczny]
Sent through a bridge to a child application's SystemManager
to notify it that the SWF is about to be unloaded. | SWFBridgeEvent | ||
BRIDGE_FOCUS_MANAGER_ACTIVATE : String = "bridgeFocusManagerActivate" [statyczny]
Dispatched through bridges to all other FocusManagers to notify them
that another FocusManager is now active. | SWFBridgeEvent | ||
BRIDGE_NEW_APPLICATION : String = "bridgeNewApplication" [statyczny]
Dispatched through a parent bridge to its SWFLoader to notify it
that a new SystemManager has been initialized. | SWFBridgeEvent | ||
BRIDGE_WINDOW_ACTIVATE : String = "bridgeWindowActivate" [statyczny]
Dispatched to a parent bridge or sandbox root to notify it that
a window was activated. | SWFBridgeEvent | ||
BRIDGE_WINDOW_DEACTIVATE : String = "brdigeWindowDeactivate" [statyczny]
Dispatched to a parent bridge or sandbox root to notify it that
the proxy SystemManager was deactivated. | SWFBridgeEvent |
data | właściwość |
public var data:Object
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Information about the event.
SWFBridgeEvent | () | Konstruktor |
public function SWFBridgeEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, data:Object = null)
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Constructor.
Parametrytype:String — The event type; indicates the action that caused the event.
| |
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.
| |
data:Object (default = null ) — An object that is null by default, but can contain
information about the event, depending on the type of event.
|
marshal | () | metoda |
public static function marshal(event:Event):SWFBridgeEvent
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Marshal a SWFBridgeRequest from a remote ApplicationDomain into the current ApplicationDomain.
Parametry
event:Event — A SWFBridgeRequest which might have been created
in a different ApplicationDomain.
|
SWFBridgeEvent — A SWFBridgeEvent that was created
in the caller's ApplicationDomain.
|
BRIDGE_AIR_WINDOW_ACTIVATE | Stała |
public static const BRIDGE_AIR_WINDOW_ACTIVATE:String = "bridgeAIRWindowActivate"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
Dispatched to a parent bridge or sandbox root to notify it that the AIR window was activated.
BRIDGE_AIR_WINDOW_DEACTIVATE | Stała |
public static const BRIDGE_AIR_WINDOW_DEACTIVATE:String = "bridgeAIRWindowDeactivate"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
Dispatched to a parent bridge or sandbox root to notify it that the AIR window was deactivated.
BRIDGE_APPLICATION_ACTIVATE | Stała |
public static const BRIDGE_APPLICATION_ACTIVATE:String = "bridgeApplicationActivate"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Dispatched to a parent bridge or sandbox root to notify it that another application has been activated.
BRIDGE_APPLICATION_UNLOADING | Stała |
public static const BRIDGE_APPLICATION_UNLOADING:String = "bridgeApplicationUnloading"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Sent through a bridge to a child application's SystemManager to notify it that the SWF is about to be unloaded. The SystemManager marshals and re-dispatches the event so that application code can remove references that would prevent the SWF file from unloading.
BRIDGE_FOCUS_MANAGER_ACTIVATE | Stała |
public static const BRIDGE_FOCUS_MANAGER_ACTIVATE:String = "bridgeFocusManagerActivate"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Dispatched through bridges to all other FocusManagers to notify them that another FocusManager is now active.
BRIDGE_NEW_APPLICATION | Stała |
public static const BRIDGE_NEW_APPLICATION:String = "bridgeNewApplication"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Dispatched through a parent bridge to its SWFLoader to notify it that a new SystemManager has been initialized.
BRIDGE_WINDOW_ACTIVATE | Stała |
public static const BRIDGE_WINDOW_ACTIVATE:String = "bridgeWindowActivate"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Dispatched to a parent bridge or sandbox root to notify it that
a window was activated.
For a compatible application, the data
property
is an object with two properties, window
and notifier
. The data.window
property
is the SystemManager proxy that was activated.
For an untrusted application, the data.window
property
is a string id of the window. The
data.notifier
property is the bridge of the
application dispatching the event. The event might be dispatched
directly to a sandbox root instead of over a bridge,
so event.target
might not be the bridge
of the application dispatching the event.
BRIDGE_WINDOW_DEACTIVATE | Stała |
public static const BRIDGE_WINDOW_DEACTIVATE:String = "brdigeWindowDeactivate"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Dispatched to a parent bridge or sandbox root to notify it that
the proxy SystemManager was deactivated.
For a compatible application, the data
property
is an object with two properties, window
and notifier
. The data.window
property
is the SystemManager proxy that was activated.
For an untrusted application, the data.window
property
is a string id of the window. The
data.notifier
property is the bridge of the
application dispatching the event. The event might be dispatched
directly to a sandbox root instead of over a bridge,
so event.target
might not be the bridge
of the application dispatching the event.
Tue Jun 12 2018, 12:06 PM Z