Pakiet | mx.events |
Klasa | public class InterDragManagerEvent |
Dziedziczenie | InterDragManagerEvent DragEvent MouseEvent Event Object |
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 | ||
---|---|---|---|
action : String
The requested action. | DragEvent | ||
altKey : Boolean
Określa, czy klawisz Alt jest aktywny (true), czy nieaktywny (false). | MouseEvent | ||
bubbles : Boolean [tylko do odczytu]
Określa, czy zdarzenie może przechodzić fazę propagacji. | Event | ||
buttonDown : Boolean
Określa, czy główny przycisk myszy jest naciśnięty (true), czy nie (false). | MouseEvent | ||
cancelable : Boolean [tylko do odczytu]
Wskazuje, czy można uniemożliwić operacje skojarzone ze zdarzeniem. | Event | ||
clickCount : int [tylko do odczytu]
Określa, czy dane naciśnięcie przycisku myszy należy do sekwencji wielu kliknięć. | MouseEvent | ||
commandKey : Boolean
Określa, czy klawisz Command jest aktywny (tylko w systemach Mac). W systemach Mac właściwość commandKey będzie miała tę samą wartość, co właściwość ctrlKey. | MouseEvent | ||
constructor : Object
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu. | Object | ||
controlKey : Boolean
Określa, czy klawisz Control jest aktywny w systemie Mac lub czy klawisz Ctrl jest aktywny w systemie Windows lub Linux. | MouseEvent | ||
ctrlKey : Boolean
W systemach Windows lub Linux określa, czy klawisz Ctrl jest aktywny (true), czy nieaktywny (false). | MouseEvent | ||
currentTarget : Object [tylko do odczytu]
Obiekt przetwarzający aktywnie obiekt Event za pomocą detektora zdarzeń. | Event | ||
delta : int
Określa liczbę wierszy przewijanych w odpowiedzi na elementarny ruch pokrętłem myszy. | MouseEvent | ||
dragEventType : String
The event type for the DragEvent to be used
by the receiving DragManager when creating the
marshaled DragEvent. | InterDragManagerEvent | ||
draggedItem : Object
If the dragInitiator property contains
an IAutomationObject object,
this property contains the child IAutomationObject object near the mouse cursor. | DragEvent | ||
dragInitiator : IUIComponent
The component that initiated the drag. | DragEvent | ||
dragSource : DragSource
The DragSource object containing the data being dragged. | DragEvent | ||
dropTarget : DisplayObject
The potential drop target in the other ApplicationDomain
(which is why it is a DisplayObject and not some other class). | InterDragManagerEvent | ||
eventPhase : uint [tylko do odczytu]
Bieżąca faza przepływu zdarzeń. | Event | ||
isRelatedObjectInaccessible : Boolean
Jeśli wartość to true, właściwość relatedObject zostanie ustawiona na wartość null z przyczyn związanych z bezpiecznymi obszarami izolowanymi. | MouseEvent | ||
localX : Number
Współrzędna pozioma miejsca wystąpienia zdarzenia (określana względem ikonki), gdy jest wyłączone blokowanie myszy. | MouseEvent | ||
localY : Number
Współrzędna pionowa miejsca wystąpienia zdarzenia (określana względem ikonki), gdy jest wyłączone blokowanie myszy. | MouseEvent | ||
movementX : Number
Zmiana pozycji myszy w kierunku X od ostatniego zdarzenia myszy, gdy jest włączone blokowanie myszy. | MouseEvent | ||
movementY : Number
Zmiana pozycji myszy w kierunku Y od ostatniego zdarzenia myszy, gdy jest włączone blokowanie myszy. | MouseEvent | ||
relatedObject : InteractiveObject
Odwołanie do listy powiązanej ze zdarzeniem. | MouseEvent | ||
shiftKey : Boolean
Określa, czy klawisz Shift jest aktywny (true), czy nieaktywny (false). | MouseEvent | ||
stageX : Number [tylko do odczytu]
Współrzędna pozioma miejsca wystąpienia zdarzenia (w globalnym układzie współrzędnych stołu montażowego). | MouseEvent | ||
stageY : Number [tylko do odczytu]
Współrzędna pionowa miejsca wystąpienia zdarzenia (w globalnym układzie współrzędnych stołu montażowego). | MouseEvent | ||
target : Object [tylko do odczytu]
Miejsce docelowe zdarzenia. | Event | ||
type : String [tylko do odczytu]
Typ zdarzenia. | Event |
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
InterDragManagerEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, localX:Number = NaN, localY:Number = NaN, relatedObject:InteractiveObject = null, ctrlKey:Boolean = false, altKey:Boolean = false, shiftKey:Boolean = false, buttonDown:Boolean = false, delta:int = 0, dropTarget:DisplayObject = null, dragEventType:String = null, dragInitiator:IUIComponent = null, dragSource:DragSource = null, action:String = null, draggedItem:Object = null)
Constructor. | InterDragManagerEvent | ||
[przesłanianie]
Tworzy kopię obiektu MouseEvent i ustawia wartości poszczególnych właściwości zgodnie z właściwościami oryginału. | MouseEvent | ||
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 | ||
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 | ||
[przesłanianie]
Zwraca ciąg znaków, który zawiera wszystkie właściwości obiektu MouseEvent. | MouseEvent | ||
Powoduje, że po zakończeniu przetwarzania tego zdarzenia program Flash Player lub środowisko wykonawcze Adobe AIR zrenderuje obraz, jeśli lista wyświetlania została zmodyfikowana. | MouseEvent | ||
Zwraca pierwotną wartość dla określonego obiektu. | Object |
Stałe publiczne
Stała | Zdefiniowane przez | ||
---|---|---|---|
DISPATCH_DRAG_EVENT : String = "dispatchDragEvent" [statyczny]
Dispatch a DragEvent event to a target in another ApplicationDomain. | InterDragManagerEvent |
Szczegół właściwości
dragEventType | właściwość |
public var dragEventType:String
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
The event type for the DragEvent to be used by the receiving DragManager when creating the marshaled DragEvent.
Powiązane elementy interfejsu API
dropTarget | właściwość |
public var dropTarget:DisplayObject
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
The potential drop target in the other ApplicationDomain (which is why it is a DisplayObject and not some other class).
Konstruktor Szczegół
InterDragManagerEvent | () | Konstruktor |
public function InterDragManagerEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, localX:Number = NaN, localY:Number = NaN, relatedObject:InteractiveObject = null, ctrlKey:Boolean = false, altKey:Boolean = false, shiftKey:Boolean = false, buttonDown:Boolean = false, delta:int = 0, dropTarget:DisplayObject = null, dragEventType:String = null, dragInitiator:IUIComponent = null, dragSource:DragSource = null, action:String = null, draggedItem: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.
| |
localX:Number (default = NaN ) — The horizontal coordinate at which the event occurred relative to the containing sprite.
| |
localY:Number (default = NaN ) — The vertical coordinate at which the event occurred relative to the containing sprite.
| |
relatedObject:InteractiveObject (default = null ) — A reference to a display list object that is related to the event.
| |
ctrlKey:Boolean (default = false ) — Indicates whether the Ctrl key was pressed.
| |
altKey:Boolean (default = false ) — Indicates whether the Alt key was pressed.
| |
shiftKey:Boolean (default = false ) — Indicates whether the Shift key was pressed.
| |
buttonDown:Boolean (default = false ) — Indicates whether the primary mouse button is pressed (true) or not (false).
| |
delta:int (default = 0 ) — Indicates how many lines should be scrolled for each unit the user rotates the mouse wheel.
| |
dropTarget:DisplayObject (default = null ) — The potential drop target in the other application domain (which is why it is a DisplayObject and not some other class).
| |
dragEventType:String (default = null ) — The event type for the DragEvent to be used by the receiving DragManager when creating the marshaled DragEvent.
| |
dragInitiator:IUIComponent (default = null ) — IUIComponent that specifies the component initiating
the drag.
| |
dragSource:DragSource (default = null ) — A DragSource object containing the data being dragged.
| |
action:String (default = null ) — The specified drop action, such as DragManager.MOVE .
| |
draggedItem:Object (default = null ) — An object representing the item that was dragged.
|
Szczegół stałej
DISPATCH_DRAG_EVENT | Stała |
public static const DISPATCH_DRAG_EVENT:String = "dispatchDragEvent"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Dispatch a DragEvent event to a target in another ApplicationDomain.
The receiving DragManager marshals the DragEvent and dispatches it
to the target specified in the dropTarget
property.
Tue Jun 12 2018, 12:06 PM Z