| <?xml version="1.0" encoding="UTF-8"?> |
| <!-- |
| |
| Licensed to the Apache Software Foundation (ASF) under one or more |
| contributor license agreements. See the NOTICE file distributed with |
| this work for additional information regarding copyright ownership. |
| The ASF licenses this file to You under the Apache License, Version 2.0 |
| (the "License"); you may not use this file except in compliance with |
| the License. You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, software |
| distributed under the License is distributed on an "AS IS" BASIS, |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| See the License for the specific language governing permissions and |
| limitations under the License. |
| |
| --> |
| <apiPackage id="mx.collections.errors"><apiName>mx.collections.errors</apiName><apiDetail/><apiClassifier id="mx.collections.errors:ChildItemPendingError"><apiName>ChildItemPendingError</apiName><shortdesc> |
| このエラーがスローされるのは、コレクションビューから子アイテムを取得するときに非同期呼び出しが必要な場合です。</shortdesc><prolog><asMetadata><apiVersion><apiLanguage version="3.0"/><apiPlatform description="" name="Flash" version="9"/><apiPlatform description="" name="AIR" version="1.1"/><apiTool description="" name="Flex" version="3"/></apiVersion></asMetadata></prolog><apiClassifierDetail><apiClassifierDef><apiAccess value="public"/><apiStatic/><apiBaseClassifier>mx.collections.errors:ItemPendingError</apiBaseClassifier></apiClassifierDef><apiDesc> |
| このエラーがスローされるのは、コレクションビューから子アイテムを取得するときに非同期呼び出しが必要な場合です。 このエラーが発生するのは、データがリモートソースから提供されているにもかかわらず、このデータがローカルではまだ利用できないときです。 |
| |
| <p>このエラーの受信側は、要求されたアイテムが利用可能になった時点で(つまり、非同期呼び出しが完了した時点で)通知を必要とする場合、アイテムが利用可能になった時点で応答するために、<codeph>addResponder()</codeph> メソッドを使用し、<codeph>mx.rpc.IResponder</codeph> インターフェイスをサポートするオブジェクトを指定する必要があります。 <codeph>mx.collections.ItemResponder</codeph> クラスは、IResponder インターフェイスを実装し、<codeph>data</codeph> プロパティをサポートします。</p> |
| |
| </apiDesc></apiClassifierDetail><related-links><link href="" invalidHref="mx.collections.errors.ItemPendingError.xml"><linktext>mx.collections.errors.ItemPendingError</linktext></link><link href="" invalidHref="mx.collections.ItemResponder.xml"><linktext>mx.collections.ItemResponder</linktext></link><link href="" invalidHref="mx.rpc.IResponder.xml"><linktext>mx.rpc.IResponder</linktext></link></related-links><apiConstructor id="mx.collections.errors:ChildItemPendingError:ChildItemPendingError"><apiName>ChildItemPendingError</apiName><shortdesc> |
| コンストラクターです。</shortdesc><prolog><asMetadata><apiVersion><apiLanguage version="3.0"/><apiPlatform description="" name="Flash" version="9"/><apiPlatform description="" name="AIR" version="1.1"/><apiTool description="" name="Flex" version="3"/></apiVersion></asMetadata></prolog><apiConstructorDetail><apiConstructorDef><apiAccess value="public"/><apiParam><apiItemName>message</apiItemName><apiType value="String"/><apiDesc>エラーの原因についての情報を示すメッセージです。 |
| |
| </apiDesc></apiParam></apiConstructorDef><apiDesc> |
| コンストラクターです。 |
| |
| <p>ローカルでない子アイテムが要求された場合に、HierarchicalCollectionViewCursor によって呼び出されます。</p> |
| |
| </apiDesc></apiConstructorDetail></apiConstructor></apiClassifier></apiPackage> |