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)