Paket | mx.events |
Klass | public class InterManagerRequest |
Arv | InterManagerRequest Event Object |
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Egenskap | Definieras med | ||
---|---|---|---|
bubbles : Boolean [skrivskyddad]
indikerar om händelsen är en bubblande händelse. | Event | ||
cancelable : Boolean [skrivskyddad]
Indikerar om beteendet som är kopplat till händelsen kan förhindras. | Event | ||
constructor : Object
En referens till klassobjektet eller konstruktorfunktionen för en given objektinstans. | Object | ||
currentTarget : Object [skrivskyddad]
Det objekt som aktivt behandlar Event-objektet med en händelseavlyssnare. | Event | ||
eventPhase : uint [skrivskyddad]
Den nuvarande fasen i händelseflödet. | Event | ||
name : String
Name of property or method or manager to instantiate. | InterManagerRequest | ||
target : Object [skrivskyddad]
Händelsens mål. | Event | ||
type : String [skrivskyddad]
Händelsens typ. | Event | ||
value : Object
Value of property, or array of parameters for method. | InterManagerRequest |
Metod | Definieras med | ||
---|---|---|---|
InterManagerRequest(type:String, bubbles:Boolean = false, cancelable:Boolean = false, name:String = null, value:Object = null)
Constructor. | InterManagerRequest | ||
Skapar ett duplikat av en instans av en Event-underklass. | Event | ||
Ett verktyg som används för att implementera metoden toString() i de anpassade klasserna ActionScript 3.0. | Event | ||
Anger om det finns en egenskap angiven för ett objekt. | Object | ||
Kontrollerar om preventDefault()-metoden har anropats för händelsen. | Event | ||
Anger om en instans av klassen Object finns i prototypkedjan för objektet som anges som parameter. | Object | ||
Avbryter en händelses standardbeteende om det beteendet kan avbrytas. | Event | ||
Anger om den angivna egenskapen finns och är uppräkningsbar. | Object | ||
Anger tillgänglighet för en dynamisk egenskap för slingåtgärder. | Object | ||
Förhindrar behandling av händelsehanterare i den aktuella noden och alla noder som följer den aktuella noden i händelseflödet. | Event | ||
Förhindrar behandling av händelsehanterare i noder som följer den aktuella noden i händelseflödet. | Event | ||
Returnerar det här objektets strängrepresentation, formaterad i enlighet med språkspecifika konventioner. | Object | ||
Returnerar en sträng som innehåller alla egenskaper i Event-objektet. | Event | ||
Returnerar det angivna objektets primitiva värde. | Object |
Konstant | Definieras med | ||
---|---|---|---|
CURSOR_MANAGER_REQUEST : String = "cursorManagerRequest" [statisk]
Communication between CursorManagers use this request type. | InterManagerRequest | ||
DRAG_MANAGER_REQUEST : String = "dragManagerRequest" [statisk]
Communication between DragManagers use this request type. | InterManagerRequest | ||
INIT_MANAGER_REQUEST : String = "initManagerRequest" [statisk]
Ask the other ApplicationDomain to instantiate a manager in
that ApplicationDomain (if it is not already instantiated)
so it is available to listen to subsequent
InterManagerRequests. | InterManagerRequest | ||
SYSTEM_MANAGER_REQUEST : String = "systemManagerRequest" [statisk]
Request the SystemManager to perform some action. | InterManagerRequest | ||
TOOLTIP_MANAGER_REQUEST : String = "tooltipManagerRequest" [statisk]
Communication between ToolTipManagers use this request type. | InterManagerRequest |
name | egenskap |
public var name:String
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Name of property or method or manager to instantiate.
value | egenskap |
public var value:Object
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Value of property, or array of parameters for method.
InterManagerRequest | () | Konstruktor |
public function InterManagerRequest(type:String, bubbles:Boolean = false, cancelable:Boolean = false, name:String = null, value:Object = null)
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Constructor. Does not return anything, but the value
property can be modified
to represent a return value of a method.
type: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.
| |
name:String (default = null ) — Name of a property or method or name of a manager to instantiate.
| |
value:Object (default = null ) — Value of a property, or an array of parameters
for a method (if not null).
|
CURSOR_MANAGER_REQUEST | Konstant |
public static const CURSOR_MANAGER_REQUEST:String = "cursorManagerRequest"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Communication between CursorManagers use this request type.
The name
property is the name of some CursorManager property.
The value
property is the value of that property.
DRAG_MANAGER_REQUEST | Konstant |
public static const DRAG_MANAGER_REQUEST:String = "dragManagerRequest"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Communication between DragManagers use this request type.
The name
property is the name of some DragManager property.
The value
property is the value of that property.
INIT_MANAGER_REQUEST | Konstant |
public static const INIT_MANAGER_REQUEST:String = "initManagerRequest"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Ask the other ApplicationDomain to instantiate a manager in
that ApplicationDomain (if it is not already instantiated)
so it is available to listen to subsequent
InterManagerRequests.
The name
property is the name of the manager to instantiate.
SYSTEM_MANAGER_REQUEST | Konstant |
public static const SYSTEM_MANAGER_REQUEST:String = "systemManagerRequest"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Request the SystemManager to perform some action.
The name
property is the name of action to perform.
The value
property is the value needed to perform that action.
TOOLTIP_MANAGER_REQUEST | Konstant |
public static const TOOLTIP_MANAGER_REQUEST:String = "tooltipManagerRequest"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Communication between ToolTipManagers use this request type.
The name
property is the name of some ToolTipManager property.
The value
property is the value of that property.
Tue Jun 12 2018, 01:40 PM Z