登录后,我在 Flex 4 AIR 应用程序中从 Login ViewStack 导航到 Application ViewStack。
在 Application ViewStack 中,数据网格和其他控件由来自服务器的数据填充。
现在,在注销时,我将切换回 Login ViewStack。但是,再次登录时,我可以看到之前填充的数据。
如何在注销时重置 Application ViewStack 中的所有字段。我想到了两种方法:
1. Reset all fields in the Application ViewStack individually. But, then for every addition of control, I have to update logout.
2. Could I use navigateToURL() in AIR application to solve this problem?