Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
そのDataProviderに関連するカスタムItemRendererクラスからdataprovider arraycollectionにアクセスする方法は?
カスタム ItemRenderer で汚い方法を使用できます。
if (owner.hasOwnProperty("dataProvider")) trace( owner["dataProvider"] );
しかし、そうすることはお勧めしません。ItemRenderer は、親または親プロパティへの参照を持つべきではありません。