Reputation: 58796
I have a Vaadin application with multiple tabs. When I do something in one tab I want it to automatically jump to another tab in the application. How can I do this?
Upvotes: 1
Views: 495
Reputation: 14558
You can use Tabsheet.setSelectedTab(Component c)
Tabsheet.setSelectedTab(Component c)
Upvotes: 3