Paket | mx.charts.events |
Sınıf | public class ChartItemEvent |
Miras Alma | ChartItemEvent 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 |
Özellik | Tanımlayan: | ||
---|---|---|---|
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 | ||
eventPhase : uint [salt okunur]
Olay akışındaki geçerli aşama. | Event | ||
hitData : HitData [salt okunur]
The first item in the hitSet array. | ChartItemEvent | ||
hitSet : Array
A set of HitData structures describing the chart items
that triggered the event. | ChartItemEvent | ||
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 |
Yöntem | Tanımlayan: | ||
---|---|---|---|
ChartItemEvent(type:String, hitSet:Array = null, triggerEvent:MouseEvent = null, target:ChartBase = null)
Constructor. | ChartItemEvent | ||
[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 |
Sabit | Tanımlayan: | ||
---|---|---|---|
CHANGE : String = "change" [statik]
Event type constant; indicates that the selection in the chart has
changed. | ChartItemEvent | ||
ITEM_CLICK : String = "itemClick" [statik]
Event type constant; indicates that the user clicked the mouse button
over a chart item representing data in the chart. | ChartItemEvent | ||
ITEM_DOUBLE_CLICK : String = "itemDoubleClick" [statik]
Event type constant; indicates that the user double-clicked
the mouse button over a chart item representing data in the chart. | ChartItemEvent | ||
ITEM_MOUSE_DOWN : String = "itemMouseDown" [statik]
Event type constant; indicates that the user pressed the mouse button
over a chart item representing data in the chart. | ChartItemEvent | ||
ITEM_MOUSE_MOVE : String = "itemMouseMove" [statik]
Event type constant; indicates that the user moved the mouse pointer
while hovering over a chart item representing data in the chart. | ChartItemEvent | ||
ITEM_MOUSE_UP : String = "itemMouseUp" [statik]
Event type constant; indicates that the user released the mouse button
while over a chart item representing data in the chart. | ChartItemEvent | ||
ITEM_ROLL_OUT : String = "itemRollOut" [statik]
Event type constant; indicates that the user rolled the mouse pointer
away from a chart item representing data in the chart. | ChartItemEvent | ||
ITEM_ROLL_OVER : String = "itemRollOver" [statik]
Event type constant; indicates that the user rolled the mouse pointer
over a chart item representing data in the chart. | ChartItemEvent |
hitData | özellik |
hitData:HitData
[salt okunur] 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 first item in the hitSet array. This is a convenience function for developers who don't care about events corresponding to multiple items.
Uygulama
public function get hitData():HitData
hitSet | özellik |
public var hitSet:Array
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 |
A set of HitData structures describing the chart items that triggered the event. This array is in depth order; the first item in the array is the top-most item, and the last is the deepest.
ChartItemEvent | () | Yapıcı |
public function ChartItemEvent(type:String, hitSet:Array = null, triggerEvent:MouseEvent = null, target:ChartBase = 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 type of the event.
| |
hitSet:Array (default = null ) — An array of HitData structures describing
the ChartItems that triggered the event.
| |
triggerEvent:MouseEvent (default = null ) — The MouseEvent that triggered this ChartItemEvent.
| |
target:ChartBase (default = null ) — The chart on which the event was triggered.
|
CHANGE | Sabit |
public static const CHANGE:String = "change"
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 |
Event type constant; indicates that the selection in the chart has changed.
ITEM_CLICK | Sabit |
public static const ITEM_CLICK:String = "itemClick"
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 |
Event type constant; indicates that the user clicked the mouse button over a chart item representing data in the chart.
ITEM_DOUBLE_CLICK | Sabit |
public static const ITEM_DOUBLE_CLICK:String = "itemDoubleClick"
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 |
Event type constant; indicates that the user double-clicked the mouse button over a chart item representing data in the chart.
ITEM_MOUSE_DOWN | Sabit |
public static const ITEM_MOUSE_DOWN:String = "itemMouseDown"
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 |
Event type constant; indicates that the user pressed the mouse button over a chart item representing data in the chart.
ITEM_MOUSE_MOVE | Sabit |
public static const ITEM_MOUSE_MOVE:String = "itemMouseMove"
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 |
Event type constant; indicates that the user moved the mouse pointer while hovering over a chart item representing data in the chart.
ITEM_MOUSE_UP | Sabit |
public static const ITEM_MOUSE_UP:String = "itemMouseUp"
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 |
Event type constant; indicates that the user released the mouse button while over a chart item representing data in the chart.
ITEM_ROLL_OUT | Sabit |
public static const ITEM_ROLL_OUT:String = "itemRollOut"
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 |
Event type constant; indicates that the user rolled the mouse pointer away from a chart item representing data in the chart.
ITEM_ROLL_OVER | Sabit |
public static const ITEM_ROLL_OVER:String = "itemRollOver"
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 |
Event type constant; indicates that the user rolled the mouse pointer over a chart item representing data in the chart.
Tue Jun 12 2018, 01:09 PM Z