How can I jump to a component in vaadin?
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)
精彩评论