开发者

How can I jump to a component in vaadin?

开发者 https://www.devze.com 2023-02-28 11:42 出处:网络
I have a Vaadin application with multiple tabs. When I do something in one tab I want it 开发者_StackOverflow中文版to automatically jump to another tab in the application. How can I do this?You can us

I have a Vaadin application with multiple tabs. When I do something in one tab I want it 开发者_StackOverflow中文版to automatically jump to another tab in the application. How can I do this?


You can use Tabsheet.setSelectedTab(Component c)

0

精彩评论

暂无评论...
验证码 换一张
取 消