Pacchetto | mx.collections.errors |
Classe | public class ItemPendingError |
Ereditarietà | ItemPendingError Error Object |
Sottoclassi | ChildItemPendingError |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | 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.
Elementi API correlati
Proprietà | Definito da | ||
---|---|---|---|
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
errorID : int [sola lettura]
Contiene il numero di riferimento associato al messaggio di errore specifico. | Error | ||
message : String
Contiene il messaggio associato all'oggetto Error. | Error | ||
name : String
Contiene il nome dell'oggetto Error. | Error | ||
responders : Array [sola lettura]
An array of IResponder handlers that will be called when
the asynchronous request completes. | ItemPendingError |
Metodo | Definito da | ||
---|---|---|---|
ItemPendingError(message:String)
Constructor. | ItemPendingError | ||
addResponder adds a responder to an Array of responders. | ItemPendingError | ||
Restituisce lo stack di chiamata per un errore al momento della costruzione dell’errore come stringa. | Error | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
[override]
Restituisce la stringa "Error" per impostazione predefinita oppure il valore contenuto nella proprietà Error.message, se definita. | Error | ||
Restituisce il valore di base dell'oggetto specificato. | Object |
responders | proprietà |
ItemPendingError | () | Funzione di costruzione |
public function ItemPendingError(message:String)
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Constructor.
Called by the Flex Framework when a request is made for an item that isn't local.
Parametrimessage:String — A message providing information about the error cause.
|
addResponder | () | metodo |
public function addResponder(responder:IResponder):void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | 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.
Parametri
responder:IResponder — A handler which will be called when the asynchronous request completes.
|
Elementi API correlati
Tue Jun 12 2018, 02:44 PM Z