DragSource の foramt は どの ドキュメント が正しいの?

タイトルの通りです。環境は、Flex SDK 4.1 です。


Drag & Drop をする際に、Drag したデータを Help の dataForFormat というメソッドで取得します。で、パラメータに format という文字列を渡すんですが、

Help から引用

リストベースコントロールには、format パラメーターの定義済みの値があります。ドラッグ操作を開始したコントロールがツリーの場合、形式は "treeItems" であり、アイテムは ITreeDataProvider インターフェイスを実装します。ビルトインドラッグ & ドロップがサポートされている他のすべてのリストベースコントロールでは、形式は "items" であり、アイテムは IDataProvider インターフェイスを実装します。

format は、ツリーコントロールの場合 "treeItems"、他のリストベースのコントロールは "items" と書かれています。
が、Adobe Flex 4.6 * Manually adding drag-and-drop support の資料には、

Adobe Flex 4.6 * Manually adding drag-and-drop support より引用。

Notice that the dataForFormat() method specifies an argument value of "itemsByIndex". This is because the list-based controls have predefined values for the data format of drag data. For all list controls other than the Tree control, the format String is "itemsByIndex". For the Tree control, the format String is "treeItems". 

とあり、リストベースの場合は、"itemsByIndex"、ツリーコントロールの場合は、"treeItems" となっています。実際の動作ではこの資料が正しそうです。


また、Help をツリー形式で使用した場合は、"treeDataGridItems" となります。
※これは公式の資料を見つけれませんでした。(動作結果より判断)
参考にしたサイト
Copy and Paste the Items in Advanced DataGrid | Sensaran's Weblog
Blog not found


さぁ何を信じたら良いのかな、ソースコードを確認しろって事?
Adobe® Flex® 4.1 リファレンスガイド のサイトって異様に遅くて使いにくい。IE だから?