Pacchetto | mx.charts.events |
Classe | public class ChartItemEvent |
Ereditarietà | ChartItemEvent MouseEvent Event Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Altri esempi
Proprietà | Definito da | ||
---|---|---|---|
altKey : Boolean
Indica se il tasto Alt è attivo (true) o inattivo (false). | MouseEvent | ||
bubbles : Boolean [sola lettura]
Indica se un evento è un evento di bubbling. | Event | ||
buttonDown : Boolean
Indica se il pulsante principale del mouse è premuto (true) o no (false). | MouseEvent | ||
cancelable : Boolean [sola lettura]
Indica se il comportamento associato all'evento può essere impedito. | Event | ||
clickCount : int [sola lettura]
Indica se l'evento mouse down fa parte o meno di una sequenza di più clic. | MouseEvent | ||
commandKey : Boolean
Indica se il tasto Comando è attivato (solo Mac). Il valore della proprietà commandKey corrisponde a quello della proprietà ctrlKey in Mac. | MouseEvent | ||
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
controlKey : Boolean
Indica se il comando Ctrl è attivato in Mac, Windows e Linux. | MouseEvent | ||
ctrlKey : Boolean
In Windows o Linux, indica se il tasto Ctrl è attivo (true) o inattivo (false). | MouseEvent | ||
currentTarget : Object [sola lettura]
L'oggetto che elabora attivamente l'oggetto Event con un listener di eventi. | Event | ||
delta : int
Indica il numero di righe da scorrere per ogni unità di rotazione della rotella del mouse. | MouseEvent | ||
eventPhase : uint [sola lettura]
La fase attuale del flusso di eventi. | Event | ||
hitData : HitData [sola lettura]
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
Se è true, la proprietà relatedObject viene impostata su null per motivi riconducibili alle sandbox. | MouseEvent | ||
localX : Number
Quando il blocco del mouse è disattivato, la coordinata orizzontale in corrispondenza della quale l'evento si è verificato in relazione allo sprite contenitore. | MouseEvent | ||
localY : Number
Quando il blocco del mouse è disattivato, la coordinata verticale in corrispondenza della quale l'evento si è verificato in relazione allo sprite contenitore. | MouseEvent | ||
movementX : Number
Quando il blocco del mouse è attivo, è il cambiamento di posizione del mouse nella direzione X dopo l'ultimo evento del mouse. | MouseEvent | ||
movementY : Number
Quando il blocco del mouse è attivo, è il cambiamento di posizione del mouse nella direzione Y dopo l'ultimo evento del mouse. | MouseEvent | ||
relatedObject : InteractiveObject
Un riferimento a un oggetto dell'elenco di visualizzazione relativo all'evento. | MouseEvent | ||
shiftKey : Boolean
Indica se il tasto Maiusc è attivo (true) o inattivo (false). | MouseEvent | ||
stageX : Number [sola lettura]
La coordinata orizzontale in cui si è verificato l'evento nelle coordinate globali dello stage. | MouseEvent | ||
stageY : Number [sola lettura]
La coordinata verticale in cui si è verificato l'evento nelle coordinate globali dello stage. | MouseEvent | ||
target : Object [sola lettura]
Il target dell'evento. | Event | ||
type : String [sola lettura]
Il tipo di evento. | Event |
Metodo | Definito da | ||
---|---|---|---|
ChartItemEvent(type:String, hitSet:Array = null, triggerEvent:MouseEvent = null, target:ChartBase = null)
Constructor. | ChartItemEvent | ||
[override]
Crea una copia dell'oggetto MouseEvent e imposta il valore di ogni proprietà in modo che corrisponda a quello dell'originale. | MouseEvent | ||
Una funzione dell'utilità per l'implementazione del metodo toString() in classi Event ActionScript 3.0 personalizzate. | Event | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
Verifica se sull'evento è stato chiamato il metodo preventDefault(). | Event | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Annulla il comportamento predefinito di un evento se tale comportamento può essere annullato. | Event | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Impedisce l'elaborazione di tutti i listener di eventi nel nodo corrente e in tutti i nodi successivi del flusso di eventi. | Event | ||
Impedisce l'elaborazione di tutti i listener di eventi nei nodi del flusso di eventi successivi a quello corrente. | Event | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
[override]
Restituisce una stringa che contiene tutte le proprietà dell'oggetto MouseEvent. | MouseEvent | ||
Indica a Flash Player o ad Adobe AIR di eseguire il rendering al termine dell'elaborazione dell'evento se l'elenco di visualizzazione è stato modificato. | MouseEvent | ||
Restituisce il valore di base dell'oggetto specificato. | Object |
Costante | Definito da | ||
---|---|---|---|
CHANGE : String = "change" [statico]
Event type constant; indicates that the selection in the chart has
changed. | ChartItemEvent | ||
ITEM_CLICK : String = "itemClick" [statico]
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" [statico]
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" [statico]
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" [statico]
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" [statico]
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" [statico]
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" [statico]
Event type constant; indicates that the user rolled the mouse pointer
over a chart item representing data in the chart. | ChartItemEvent |
hitData | proprietà |
hitData:HitData
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | 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.
Implementazione
public function get hitData():HitData
hitSet | proprietà |
public var hitSet:Array
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | 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 | () | Funzione di costruzione |
public function ChartItemEvent(type:String, hitSet:Array = null, triggerEvent:MouseEvent = null, target:ChartBase = null)
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Constructor.
Parametritype: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 | Costante |
public static const CHANGE:String = "change"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Event type constant; indicates that the selection in the chart has changed.
ITEM_CLICK | Costante |
public static const ITEM_CLICK:String = "itemClick"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | 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 | Costante |
public static const ITEM_DOUBLE_CLICK:String = "itemDoubleClick"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | 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 | Costante |
public static const ITEM_MOUSE_DOWN:String = "itemMouseDown"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | 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 | Costante |
public static const ITEM_MOUSE_MOVE:String = "itemMouseMove"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | 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 | Costante |
public static const ITEM_MOUSE_UP:String = "itemMouseUp"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | 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 | Costante |
public static const ITEM_ROLL_OUT:String = "itemRollOut"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | 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 | Costante |
public static const ITEM_ROLL_OVER:String = "itemRollOver"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | 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, 02:44 PM Z