使用 Flex 中的高级数据网格进行地图绘制
这样的地图
我有一个像Map** helloMethos() {
}
我需要使用地图将值显示到高级数据网格。
我搜索过,Advanced Atagrid 仅支持 Arraycollection 列表来显示网格中的值。这是正确的吗? 如果我错了,请帮助我。
I had a map like
Map** helloMethos()
{
}
I need to display the values to the advanced datagrid with the Map.
I had searched, Advanced Atagrid supports only list of Arraycollection to display the values in grid. is it Correct?
Please help me out if am wrong.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该编写一个从 Map 类到 ArrayCollection 类的转换器。
如果您愿意分享您的
Map
类源代码,我将为您提供帮助。you should write a converter from your Map class to
ArrayCollection
class.If you'll share your
Map
class source, I will help you.