Pacote | com.adobe.ep.taskmanagement.event |
Classe | public class CollectionResultEvent |
Herança | CollectionResultEvent TaskManagerEvent Event Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
CollectionResultEvent
event is dispatched when a collection has been
retrieved.
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 | ||
result : IList
The resultant collection object. | CollectionResultEvent | ||
target : Object [somente leitura]
O destino de evento. | Event | ||
token : com.adobe.ep.taskmanagement.util:IToken [somente leitura]
The token that represents the call to the method. | TaskManagerEvent | ||
type : String [somente leitura]
O tipo de evento. | Event |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
CollectionResultEvent(type:String, bubbles:Boolean, cancelable:Boolean, collection:IList, token:com.adobe.ep.taskmanagement.util:IToken)
Constructor. | CollectionResultEvent | ||
[substituir]
Creates a copy of a CollectionResultEvent object
and sets the value of each property to match that of the original. | CollectionResultEvent | ||
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 | ||
---|---|---|---|
COLLECTION_RESULT : String = "collectionResult" [estático]
The COLLECTION_RESULT constant defines the event type. | CollectionResultEvent |
Detalhes da propriedade
result | propriedade |
public var result:IList
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
The resultant collection object.
Detalhes do construtor
CollectionResultEvent | () | Construtor |
public function CollectionResultEvent(type:String, bubbles:Boolean, cancelable:Boolean, collection:IList, token:com.adobe.ep.taskmanagement.util:IToken)
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
Constructor.
Parâmetrostype:String — Specifies type of the event.
| |
bubbles:Boolean — Specifies whether the event object participates in the bubbling stage of the event flow.
| |
cancelable:Boolean — Specifies whether the event object can be canceled.
| |
collection:IList — Specifies the result collection.
| |
token:com.adobe.ep.taskmanagement.util:IToken — Specifies the request token.
|
Detalhes do método
clone | () | método |
override public function clone():Event
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
Creates a copy of a CollectionResultEvent
object
and sets the value of each property to match that of the original.
Event — A copy of the CollectionResultEvent object.
|
Detalhes da constante
COLLECTION_RESULT | Constante |
public static const COLLECTION_RESULT:String = "collectionResult"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
The COLLECTION_RESULT
constant defines the event type. The event is dispatched when a generic collection is provided as a result.
Wed Jun 13 2018, 11:10 AM Z