Pacote | mx.events |
Classe | public class InterManagerRequest |
Herança | InterManagerRequest Event Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
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 | ||
name : String
Name of property or method or manager to instantiate. | InterManagerRequest | ||
target : Object [somente leitura]
O destino de evento. | Event | ||
type : String [somente leitura]
O tipo de evento. | Event | ||
value : Object
Value of property, or array of parameters for method. | InterManagerRequest |
Método | Definido por | ||
---|---|---|---|
InterManagerRequest(type:String, bubbles:Boolean = false, cancelable:Boolean = false, name:String = null, value:Object = null)
Constructor. | InterManagerRequest | ||
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 |
Constante | Definido por | ||
---|---|---|---|
CURSOR_MANAGER_REQUEST : String = "cursorManagerRequest" [estático]
Communication between CursorManagers use this request type. | InterManagerRequest | ||
DRAG_MANAGER_REQUEST : String = "dragManagerRequest" [estático]
Communication between DragManagers use this request type. | InterManagerRequest | ||
INIT_MANAGER_REQUEST : String = "initManagerRequest" [estático]
Ask the other ApplicationDomain to instantiate a manager in
that ApplicationDomain (if it is not already instantiated)
so it is available to listen to subsequent
InterManagerRequests. | InterManagerRequest | ||
SYSTEM_MANAGER_REQUEST : String = "systemManagerRequest" [estático]
Request the SystemManager to perform some action. | InterManagerRequest | ||
TOOLTIP_MANAGER_REQUEST : String = "tooltipManagerRequest" [estático]
Communication between ToolTipManagers use this request type. | InterManagerRequest |
name | propriedade |
public var name:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Name of property or method or manager to instantiate.
value | propriedade |
public var value:Object
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Value of property, or array of parameters for method.
InterManagerRequest | () | Construtor |
public function InterManagerRequest(type:String, bubbles:Boolean = false, cancelable:Boolean = false, name:String = null, value:Object = 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. Does not return anything, but the value
property can be modified
to represent a return value of a method.
type: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.
| |
name:String (default = null ) — Name of a property or method or name of a manager to instantiate.
| |
value:Object (default = null ) — Value of a property, or an array of parameters
for a method (if not null).
|
CURSOR_MANAGER_REQUEST | Constante |
public static const CURSOR_MANAGER_REQUEST:String = "cursorManagerRequest"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Communication between CursorManagers use this request type.
The name
property is the name of some CursorManager property.
The value
property is the value of that property.
DRAG_MANAGER_REQUEST | Constante |
public static const DRAG_MANAGER_REQUEST:String = "dragManagerRequest"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Communication between DragManagers use this request type.
The name
property is the name of some DragManager property.
The value
property is the value of that property.
INIT_MANAGER_REQUEST | Constante |
public static const INIT_MANAGER_REQUEST:String = "initManagerRequest"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Ask the other ApplicationDomain to instantiate a manager in
that ApplicationDomain (if it is not already instantiated)
so it is available to listen to subsequent
InterManagerRequests.
The name
property is the name of the manager to instantiate.
SYSTEM_MANAGER_REQUEST | Constante |
public static const SYSTEM_MANAGER_REQUEST:String = "systemManagerRequest"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Request the SystemManager to perform some action.
The name
property is the name of action to perform.
The value
property is the value needed to perform that action.
TOOLTIP_MANAGER_REQUEST | Constante |
public static const TOOLTIP_MANAGER_REQUEST:String = "tooltipManagerRequest"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Communication between ToolTipManagers use this request type.
The name
property is the name of some ToolTipManager property.
The value
property is the value of that property.
Wed Jun 13 2018, 11:10 AM Z