Flex TabbedViewNavigator应用程序发送数据的问题
我有一个带有 3 个视图的 TabbedViewNavigatorApplication(ViewNavigator), 我可以使用动作脚本中的 navigator.pushView(view,dataobject) 导航到具有我选择的数据对象的另一个视图。 当用户单击底部的默认选项卡按钮来切换视图时,如何传递我选择的数据对象?
I have a TabbedViewNavigatorApplication with 3 views(ViewNavigator),
I can use the navigator.pushView(view,dataobject) from actionscript to navigate to another view with a data object of my choice.
How do I pass a data object of my choice when the user clicks on the default tab button along the bottom to switch views?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看firstData... 这将允许您将数据对象与TabbedViewNavigatorApplication 中的每个选项卡相关联。
Look into firstData... That will allow you to associate a data object with each tab in the TabbedViewNavigatorApplication.