Paket | com.adobe.ep.taskmanagement.event |
Sınıf | public class CollectionResultEvent |
Miras Alma | CollectionResultEvent TaskManagerEvent Event Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
CollectionResultEvent
event is dispatched when a collection has been
retrieved.
Genel Özellikler
Özellik | Tanımlayan: | ||
---|---|---|---|
bubbles : Boolean [salt okunur]
Bir olayın köpüren bir olay olup olmadığını belirtir. | Event | ||
cancelable : Boolean [salt okunur]
Olayla ilişkilendirilmiş davranışın önlenebilir olup olmadığını gösterir. | Event | ||
constructor : Object
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru. | Object | ||
currentTarget : Object [salt okunur]
Bu Event nesnesini olay dinleyicisiyle etkin olarak işleyen nesne. | Event | ||
eventPhase : uint [salt okunur]
Olay akışındaki geçerli aşama. | Event | ||
result : IList
The resultant collection object. | CollectionResultEvent | ||
target : Object [salt okunur]
Olay hedefi. | Event | ||
token : com.adobe.ep.taskmanagement.util:IToken [salt okunur]
The token that represents the call to the method. | TaskManagerEvent | ||
type : String [salt okunur]
Olay türü. | Event |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
CollectionResultEvent(type:String, bubbles:Boolean, cancelable:Boolean, collection:IList, token:com.adobe.ep.taskmanagement.util:IToken)
Constructor. | CollectionResultEvent | ||
[geçersiz kıl]
Creates a copy of a CollectionResultEvent object
and sets the value of each property to match that of the original. | CollectionResultEvent | ||
Özel ActionScript 3.0 Event sınıfınızdaki toString() yöntemini uygulamak için bir yardımcı işlev. | Event | ||
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | ||
Olayda preventDefault() öğesinin çağrılmış olup olmadığını kontrol eder. | Event | ||
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | ||
Bir olayın varsayılan davranışını, bu yapılabiliyorsa iptal eder. | Event | ||
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | ||
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | ||
Olay akışında geçerli düğümdeki ve ondan sonra gelen düğümlerdeki olay dinleyicilerin işlenmesini engeller. | Event | ||
Olay akışında geçerli düğümden sonra gelen düğümlerdeki olay dinleyicilerin işlenmesini engeller. | Event | ||
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | ||
Event nesnesinin tüm özelliklerini içeren bir dize döndürülür. | Event | ||
Belirtilen nesnenin temel değerini döndürür. | Object |
Genel Sabitler
Sabit | Tanımlayan: | ||
---|---|---|---|
COLLECTION_RESULT : String = "collectionResult" [statik]
The COLLECTION_RESULT constant defines the event type. | CollectionResultEvent |
Özellik Ayrıntısı
result | özellik |
public var result:IList
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
The resultant collection object.
Yapıcı Ayrıntı
CollectionResultEvent | () | Yapıcı |
public function CollectionResultEvent(type:String, bubbles:Boolean, cancelable:Boolean, collection:IList, token:com.adobe.ep.taskmanagement.util:IToken)
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
Constructor.
Parametrelertype: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.
|
Yöntem Ayrıntısı
clone | () | yöntem |
override public function clone():Event
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Çalışma Zamanı Sürümleri: | 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.
|
Sabit Ayrıntısı
COLLECTION_RESULT | Sabit |
public static const COLLECTION_RESULT:String = "collectionResult"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Çalışma Zamanı Sürümleri: | 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.
Tue Jun 12 2018, 01:09 PM Z