Paket | mx.collections.errors |
Sınıf | public class ItemPendingError |
Miras Alma | ItemPendingError Error Object |
Alt Sınıflar | ChildItemPendingError |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
If the receiver of this error needs notification when the requested item
becomes available (that is, when the asynchronous call completes), it must
use the addResponder()
method and specify
an object that supports the mx.rpc.IResponder
interface to respond when the item is available.
The mx.collections.ItemResponder
class implements the
IResponder interface and supports a data
property.
İlgili API Öğeleri
Özellik | Tanımlayan: | ||
---|---|---|---|
constructor : Object
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru. | Object | ||
errorID : int [salt okunur]
Belirli bir hata mesajı ile ilişkili başvuru numarasını içerir. | Error | ||
message : String
Error nesnesi ile ilişkili mesajı içerir. | Error | ||
name : String
Error nesnesinin adını içerir. | Error | ||
responders : Array [salt okunur]
An array of IResponder handlers that will be called when
the asynchronous request completes. | ItemPendingError |
Yöntem | Tanımlayan: | ||
---|---|---|---|
ItemPendingError(message:String)
Constructor. | ItemPendingError | ||
addResponder adds a responder to an Array of responders. | ItemPendingError | ||
Hatanın oluştuğu zamanda, bir hata için dize şeklinde çağrı yığını döndürür. | Error | ||
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | ||
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | ||
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 | ||
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | ||
[geçersiz kıl]
Varsayılan olarak "Error" dizesini veya tanımlıysa Error.message özelliğinde bulunan değeri döndürür. | Error | ||
Belirtilen nesnenin temel değerini döndürür. | Object |
responders | özellik |
ItemPendingError | () | Yapıcı |
public function ItemPendingError(message:String)
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Constructor.
Called by the Flex Framework when a request is made for an item that isn't local.
Parametrelermessage:String — A message providing information about the error cause.
|
addResponder | () | yöntem |
public function addResponder(responder:IResponder):void
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
addResponder
adds a responder to an Array of responders.
The object assigned to the responder parameter must implement the
mx.rpc.IResponder interface.
Parametreler
responder:IResponder — A handler which will be called when the asynchronous request completes.
|
İlgili API Öğeleri
Tue Jun 12 2018, 01:09 PM Z