Pacote | com.adobe.mosaic.sparklib.optionMenu |
Classe | public class OptionMenuEvent |
Herança | OptionMenuEvent Event Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
Versões de runtime: | Flash Player 10.1, AIR 2.0.2 |
OptionMenuButton
class.
Elementos da API relacionados
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 | ||
index : int
The index of the selected item when the event type is SELECT_ITEM. | OptionMenuEvent | ||
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 | ||
---|---|---|---|
Constructor. | OptionMenuEvent | ||
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 | ||
---|---|---|---|
CLOSE_ITEM : String = "closeItem" [estático]
A special value that is dispatched when the Close item is selected from the menu. | OptionMenuEvent | ||
SAVE_AS_ITEM : String = "saveAsItem" [estático]
A special value that is dispatched when the Save As item is selected from the menu. | OptionMenuEvent | ||
SAVE_ITEM : String = "saveItem" [estático]
A special value that is dispatched when the Save item is selected from the menu. | OptionMenuEvent | ||
SELECT_ITEM : String = "selectItem" [estático]
A special value that is dispatched when a item is selected from the menu. | OptionMenuEvent | ||
SHOW_LINK : String = "showLink" [estático]
A special value that is dispatched when the Show Link item is selected from the menu. | OptionMenuEvent |
Detalhes da propriedade
index | propriedade |
public var index:int
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
The index of the selected item when the event type is SELECT_ITEM
.
Detalhes do construtor
OptionMenuEvent | () | Construtor |
public function OptionMenuEvent(type:String, bubbles:Boolean = true, cancelable:Boolean = false)
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
Constructor.
Parâmetrostype:String — The event type; one of SELECT_ITEM , CLOSE_ITEM , or SAVE_ITEM .
| |
bubbles:Boolean (default = true ) — Indicates if the event should travel up the event chain.
| |
cancelable:Boolean (default = false ) — Indicates if the event can be cancelled.
|
Detalhes da constante
CLOSE_ITEM | Constante |
public static const CLOSE_ITEM:String = "closeItem"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
A special value that is dispatched when the Close
item is selected from the menu.
SAVE_AS_ITEM | Constante |
public static const SAVE_AS_ITEM:String = "saveAsItem"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
A special value that is dispatched when the Save As
item is selected from the menu.
SAVE_ITEM | Constante |
public static const SAVE_ITEM:String = "saveItem"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
A special value that is dispatched when the Save
item is selected from the menu.
SELECT_ITEM | Constante |
public static const SELECT_ITEM:String = "selectItem"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
A special value that is dispatched when a item is selected from the menu.
SHOW_LINK | Constante |
public static const SHOW_LINK:String = "showLink"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
A special value that is dispatched when the Show Link
item is selected from the menu.
Wed Jun 13 2018, 11:10 AM Z