yazz.com
yazz.com

Reputation: 58796

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 to automatically jump to another tab in the application. How can I do this?

Upvotes: 1

Views: 495

Answers (1)

fmucar
fmucar

Reputation: 14558

You can use Tabsheet.setSelectedTab(Component c)

Upvotes: 3

Related Questions