Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
This error is thrown when retrieving a child item from a collection view
requires an asynchronous call. This error occurs when the data
is provided from a remote source and the data is not yet available locally.
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.
public function ChildItemPendingError(message:String)
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Constructor.
Called by the HierarchicalCollectionViewCursor when a request is made
for a child item that isn't local.
Parameters | message:String — A message providing information about the error cause.
|
Mon Feb 18 2013, 01:33 PM +11:00