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.
我的应用程序中有标签面板。每当我浏览不同的选项卡时,我只想刷新选项卡的所有内容。目前我正在使用 Window.Location.Reload 。但是还有其他的出路吗?
使用 方法将 TabListener 添加到 TabPanel addTabListener(TabListener listener)。选择选项卡时会通知您。您可以将刷新逻辑放在该方法中。
addTabListener(TabListener listener)