Pacote | mx.charts.events |
Classe | public class ChartItemEvent |
Herança | ChartItemEvent ![]() ![]() ![]() |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Mais exemplos
Propriedade | Definido por | ||
---|---|---|---|
![]() | altKey : Boolean
Indica se a tecla Alt está ativa (true) ou inativa (false). | MouseEvent | |
![]() | bubbles : Boolean [somente leitura]
Indica se um evento é do tipo bubbling. | Event | |
![]() | buttonDown : Boolean
Indica se o botão do mouse principal está pressionado (true) ou não (false). | MouseEvent | |
![]() | cancelable : Boolean [somente leitura]
Indica se o comportamento associado ao evento pode ser impedido. | Event | |
![]() | clickCount : int [somente leitura]
Indica se o evento mouse down é parte ou não de uma sequência de vários cliques. | MouseEvent | |
![]() | commandKey : Boolean
Indica se a tecla Command está ativada (só no Mac). O valor da propriedade commandKey terá o mesmo valor que a propriedade ctrlKey no Mac. | MouseEvent | |
![]() | constructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | Object | |
![]() | controlKey : Boolean
Indica se a tecla Control está ativada no Mac e se a tecla Ctrl está ativada no Windows ou no Linux. | MouseEvent | |
![]() | ctrlKey : Boolean
No Windows ou no Linux, indica se a tecla Ctrl está ativa (true) ou inativa (false). | MouseEvent | |
![]() | currentTarget : Object [somente leitura]
O objeto que está processando ativamente o objeto Event com um ouvinte de evento. | Event | |
![]() | delta : int
Indica quantas linhas devem ser roladas para cada unidade em que o usuário gira a roda do mouse. | MouseEvent | |
![]() | eventPhase : uint [somente leitura]
A fase atual no fluxo de eventos. | Event | |
hitData : HitData [somente leitura]
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 verdadeiro, a propriedade relatedObject será definida como nula por motivos relacionados às caixas de proteção de segurança. | MouseEvent | |
![]() | localX : Number
Quando o travamento de mouse está desativado, a coordenada horizontal na qual o evento ocorreu relacionada à entidade gráfica que contém. | MouseEvent | |
![]() | localY : Number
Quando o travamento de mouse está desativado, a coordenada vertical na qual o evento ocorreu relacionada à entidade gráfica que contém. | MouseEvent | |
![]() | movementX : Number
Quando o travamento de mouse é ativado, a alteração na posição do mouse na direção X desde o último evento de mouse. | MouseEvent | |
![]() | movementY : Number
Quando o travamento de mouse é ativado, a alteração na posição do mouse na direção Y desde o último evento de mouse. | MouseEvent | |
![]() | relatedObject : InteractiveObject
Uma referência a um objeto de lista de exibição relacionado ao evento. | MouseEvent | |
![]() | shiftKey : Boolean
Indica se a tecla Shift está ativa (true) ou inativa (false). | MouseEvent | |
![]() | stageX : Number [somente leitura]
A coordenada horizontal na qual o evento ocorreu em coordenadas globais de Palco. | MouseEvent | |
![]() | stageY : Number [somente leitura]
A coordenada vertical na qual o evento ocorreu em coordenadas globais de Palco. | MouseEvent | |
![]() | target : Object [somente leitura]
O destino de evento. | Event | |
![]() | type : String [somente leitura]
O tipo de evento. | Event |
Método | Definido por | ||
---|---|---|---|
ChartItemEvent(type:String, hitSet:Array = null, triggerEvent:MouseEvent = null, target:ChartBase = null)
Constructor. | ChartItemEvent | ||
![]() | [substituir]
Cria uma cópia do objeto MouseEvent e define o valor de cada propriedade para corresponder ao do original. | MouseEvent | |
![]() |
Uma função de utilitário para implementar o método toString() em classes ActionScript 3.0 Event personalizadas. | Event | |
![]() |
Indica se um objeto tem uma propriedade especificada definida. | Object | |
![]() |
Verifica se o método preventDefault() foi chamado no evento. | Event | |
![]() |
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | |
![]() |
Cancela um comportamento padrão de evento se esse comportamento puder ser cancelado. | Event | |
![]() |
Indica se a propriedade especificada existe e é enumerável. | Object | |
![]() |
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | |
![]() |
Impede o processamento de qualquer ouvinte de evento no nó atual e qualquer nó subsequente no fluxo de eventos. | Event | |
![]() |
Impede o processamento de algum ouvinte de evento em nós subsequentes ao nó atual no fluxo de eventos. | Event | |
![]() |
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | |
![]() | [substituir]
Retorna uma string que contém todas as propriedades do objeto MouseEvent. | MouseEvent | |
![]() |
Instrui o Flash Player ou Adobe AIR a aplicar acabamento após o término do processamento desse evento, se a lista de exibição tiver sido modificada. | MouseEvent | |
![]() |
Retorna o valor primitivo do objeto especificado. | Object |
Constante | Definido por | ||
---|---|---|---|
CHANGE : String = "change" [estático]
Event type constant; indicates that the selection in the chart has
changed. | ChartItemEvent | ||
ITEM_CLICK : String = "itemClick" [estático]
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" [estático]
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" [estático]
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" [estático]
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" [estático]
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" [estático]
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" [estático]
Event type constant; indicates that the user rolled the mouse pointer
over a chart item representing data in the chart. | ChartItemEvent |
hitData | propriedade |
hitData:HitData
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de 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.
Implementação
public function get hitData():HitData
hitSet | propriedade |
public var hitSet:Array
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de 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 | () | Construtor |
public function ChartItemEvent(type:String, hitSet:Array = null, triggerEvent:MouseEvent = null, target:ChartBase = null)
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Constructor.
Parâmetrostype: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 | Constante |
public static const CHANGE:String = "change"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Event type constant; indicates that the selection in the chart has changed.
ITEM_CLICK | Constante |
public static const ITEM_CLICK:String = "itemClick"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de 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 | Constante |
public static const ITEM_DOUBLE_CLICK:String = "itemDoubleClick"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de 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 | Constante |
public static const ITEM_MOUSE_DOWN:String = "itemMouseDown"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de 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 | Constante |
public static const ITEM_MOUSE_MOVE:String = "itemMouseMove"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de 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 | Constante |
public static const ITEM_MOUSE_UP:String = "itemMouseUp"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de 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 | Constante |
public static const ITEM_ROLL_OUT:String = "itemRollOut"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de 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 | Constante |
public static const ITEM_ROLL_OVER:String = "itemRollOver"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de 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.
Wed Jun 13 2018, 11:10 AM Z