Sencha 触摸面板布局:子列表更改时更新面板视图
我创建了一个面板,其中包含一个列表和底部工具栏中的一个按钮。
该面板包含一个列表和一个按钮;列表存储获取地图中所有可见图层列表的数据;我正在使用 createStore() 函数来创建此商店并将其传递给 List initComponent() 中的 List.store;因为在其他操作中,用户可以更改图层的可见性,这将更改可见图层的列表;我想在每次显示其父面板之前重新加载或更新列表存储。目前我调用 createStore() 并重新绑定 List.store,然后使用 Panel.doComponenetLayout() 我认为它会调整每个子组件的位置。但失败了。
任何人都可以帮助我解决这个问题吗?
谢谢!~
I created a panel containing a List and a button in bottom toolbar.
the panel contains one list and one button; the store of the list gets the data about list of all visible layers in a map; i am using a createStore() function to create this store and pass it to List.store in List initComponent(); since in other operations, user can change a layer's visibility, which will change the list of visible layers; I want to re-load or update the list store before its parent panel shows up each time. currently i call createStore() and re-bind List.store, then use Panel.doComponenetLayout() which I thought it will adjust each children components' positions. but failed.
anybody can help me out of this?
thanks!~
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能想做的是这样的:
What you probably want to do is something like this: