Pacote | com.adobe.solutions.rca.presentation.event |
Classe | public class GanttEvent |
Herança | GanttEvent Event Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10.0 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Propriedades públicas
Propriedade | Definido por | ||
---|---|---|---|
bubbles : Boolean [somente leitura]
Indica se um evento é do tipo bubbling. | Event | ||
cancelable : Boolean [somente leitura]
Indica se o comportamento associado ao evento pode ser impedido. | Event | ||
constructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | Object | ||
currentTarget : Object [somente leitura]
O objeto que está processando ativamente o objeto Event com um ouvinte de evento. | Event | ||
eventPhase : uint [somente leitura]
A fase atual no fluxo de eventos. | Event | ||
ganttDataItem : IGanttDataItem
An instance of ganttDataItem on which this operation is performed. | GanttEvent | ||
target : Object [somente leitura]
O destino de evento. | Event | ||
type : String [somente leitura]
O tipo de evento. | Event |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
The constructor for GanttEvent class. | GanttEvent | ||
Duplica uma ocorrência de uma subclasse Event. | Event | ||
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 | ||
Retorna uma string que contém todas as propriedades do objeto Event. | Event | ||
Retorna o valor primitivo do objeto especificado. | Object |
Constantes públicas
Constante | Definido por | ||
---|---|---|---|
GANTT_ITEM_DOUBLE_CLICK_EVENT : String = "ganttItemDoubleClickEvent" [estático]
This type denotes that an item in the Gantt chart is double-clicked when this event is dispatched. | GanttEvent | ||
GANTT_ITEM_SELECTED_EVENT : String = "ganttItemSelectedEvent" [estático]
This type denotes that an item in the Gantt chart is selected when this event is dispatched. | GanttEvent | ||
GANTT_RANGE_MODE_CHANGE : String = "ganttRangeModeChange" [estático]
This type denotes that the range of Gantt chart is modified when this event is dispatched. | GanttEvent |
Detalhes da propriedade
ganttDataItem | propriedade |
ganttDataItem:IGanttDataItem
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10.0 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
An instance of ganttDataItem
on which this operation is performed.
Implementação
public function get ganttDataItem():IGanttDataItem
public function set ganttDataItem(value:IGanttDataItem):void
Detalhes do construtor
GanttEvent | () | Construtor |
public function GanttEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10.0 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
The constructor for GanttEvent
class.
type:String — The type of the event, accessible as Event.type .
| |
bubbles:Boolean (default = false ) — A Boolean flag to determine whether the Event object participates in the bubbling stage of the event flow or not. The default value is False .
| |
cancelable:Boolean (default = false ) — A Boolean flag to determine whether the Event object can be canceled or not. The default values is False .
|
Detalhes da constante
GANTT_ITEM_DOUBLE_CLICK_EVENT | Constante |
public static const GANTT_ITEM_DOUBLE_CLICK_EVENT:String = "ganttItemDoubleClickEvent"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10.0 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
This type denotes that an item in the Gantt chart is double-clicked when this event is dispatched.
GANTT_ITEM_SELECTED_EVENT | Constante |
public static const GANTT_ITEM_SELECTED_EVENT:String = "ganttItemSelectedEvent"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10.0 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
This type denotes that an item in the Gantt chart is selected when this event is dispatched.
GANTT_RANGE_MODE_CHANGE | Constante |
public static const GANTT_RANGE_MODE_CHANGE:String = "ganttRangeModeChange"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10.0 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
This type denotes that the range of Gantt chart is modified when this event is dispatched.
Wed Jun 13 2018, 11:10 AM Z