Paket | mx.events |
Sınıf | public class InterDragManagerEvent |
Miras Alma | InterDragManagerEvent DragEvent MouseEvent Event Object |
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: | ||
---|---|---|---|
action : String
The requested action. | DragEvent | ||
altKey : Boolean
Alt tuşunun etkin mi (true) yoksa devre dışı mı (false) olduğunu belirtir. | MouseEvent | ||
bubbles : Boolean [salt okunur]
Bir olayın köpüren bir olay olup olmadığını belirtir. | Event | ||
buttonDown : Boolean
Birincil fare düğmesinin basılı durumda mı (true) değil mi (false) olduğunu gösterir. | MouseEvent | ||
cancelable : Boolean [salt okunur]
Olayla ilişkilendirilmiş davranışın önlenebilir olup olmadığını gösterir. | Event | ||
clickCount : int [salt okunur]
Mouse down olayının bir çok tıklatma sırasının parçası olup olmadığını gösterir. | MouseEvent | ||
commandKey : Boolean
Command tuşunun etkin olup olmadığını gösterir (yalnızca Mac'te). commandKey özelliğinin değeri, Mac'te ctrlKey özelliğiyle aynı değere sahip olacaktır. | MouseEvent | ||
constructor : Object
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru. | Object | ||
controlKey : Boolean
Mac'te Control tuşunun etkin olup olmadığını, Windows veya Linux'ta Ctrl tuşunun etkin olup olmadığını belirtir. | MouseEvent | ||
ctrlKey : Boolean
Windows veya Linux'ta Ctrl tuşunun etkin olup (true) olmadığını (false) gösterir. | MouseEvent | ||
currentTarget : Object [salt okunur]
Bu Event nesnesini olay dinleyicisiyle etkin olarak işleyen nesne. | Event | ||
delta : int
Her birim için kullanıcının fare tekerleğini kaç satır kaydırması gerektiğini belirtir. | 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 [salt okunur]
Olay akışındaki geçerli aşama. | Event | ||
isRelatedObjectInaccessible : Boolean
true olursa, relatedObject özelliği, güvenlik sanal alanlarıyla ilgili nedenlerden dolayı null değerine ayarlanır. | MouseEvent | ||
localX : Number
Fare kilidinin devre dışı olduğu zaman, olayın içerilen hareketli grafiğe göre meydana geldiği yatay koordinat. | MouseEvent | ||
localY : Number
Fare kilidinin devre dışı olduğu zaman, olayın içerilen hareketli grafiğe göre meydan geldiği dikey koordinat. | MouseEvent | ||
movementX : Number
Fare kilidinin devre dışı olduğu zaman, son fare olayından itibaren X yönündeki fare konumunda meydana gelen değişiklikler. | MouseEvent | ||
movementY : Number
Fare kilidinin devre dışı olduğu zaman, son fare olayından itibaren Y yönündeki fare konumunda meydana gelen değişiklikler. | MouseEvent | ||
relatedObject : InteractiveObject
Olay ile ilgili bir ekran listesi nesnesine başvuru. | MouseEvent | ||
shiftKey : Boolean
Shift tuşunun etkin mi (true) devre dışı mı (false) olduğunu gösterir. | MouseEvent | ||
stageX : Number [salt okunur]
Olayın global Stage koordinatlarında gerçekleştiği yatay koordinat. | MouseEvent | ||
stageY : Number [salt okunur]
Olayın global Sahne Alanı koordinatlarında gerçekleştiği dikey koordinat. | MouseEvent | ||
target : Object [salt okunur]
Olay hedefi. | Event | ||
type : String [salt okunur]
Olay türü. | Event |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
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 | ||
[geçersiz kıl]
MouseEvent nesnesinin bir kopyasını oluşturur ve her özelliğin değerini, orijinal ile aynı olacak şekilde ayarlar. | MouseEvent | ||
Özel ActionScript 3.0 Event sınıfınızdaki toString() yöntemini uygulamak için bir yardımcı işlev. | Event | ||
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | ||
Olayda preventDefault() öğesinin çağrılmış olup olmadığını kontrol eder. | Event | ||
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | ||
Bir olayın varsayılan davranışını, bu yapılabiliyorsa iptal eder. | Event | ||
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | ||
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | ||
Olay akışında geçerli düğümdeki ve ondan sonra gelen düğümlerdeki olay dinleyicilerin işlenmesini engeller. | Event | ||
Olay akışında geçerli düğümden sonra gelen düğümlerdeki olay dinleyicilerin işlenmesini engeller. | Event | ||
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | ||
[geçersiz kıl]
MouseEvent nesnesinin tüm özelliklerini içeren bir dize döndürür. | MouseEvent | ||
Flash Player veya Adobe AIR'i, bu olayın işlenmesi tamamlandıktan sonra ekran değişmişse ekranı oluşturmaya yönlendirir. | MouseEvent | ||
Belirtilen nesnenin temel değerini döndürür. | Object |
Genel Sabitler
Sabit | Tanımlayan: | ||
---|---|---|---|
DISPATCH_DRAG_EVENT : String = "dispatchDragEvent" [statik]
Dispatch a DragEvent event to a target in another ApplicationDomain. | InterDragManagerEvent |
Özellik Ayrıntısı
dragEventType | özellik |
public var dragEventType:String
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 event type for the DragEvent to be used by the receiving DragManager when creating the marshaled DragEvent.
İlgili API Öğeleri
dropTarget | özellik |
public var dropTarget:DisplayObject
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 potential drop target in the other ApplicationDomain (which is why it is a DisplayObject and not some other class).
Yapıcı Ayrıntı
InterDragManagerEvent | () | Yapıcı |
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)
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 |
Constructor.
Parametrelertype: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.
|
Sabit Ayrıntısı
DISPATCH_DRAG_EVENT | Sabit |
public static const DISPATCH_DRAG_EVENT:String = "dispatchDragEvent"
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 |
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, 01:09 PM Z