Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

TUTORIALVaadin lets you build secure, UX-first PWAs entirely in Java.
Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Calling javascript synchronously by Enver Haase, 2 weeks ago
Tabsheet in tabsheet
I've an issue with Tabsheets in Tabsheet.
I've a condition in my code which
} else if (repesstab.getSelectedTab().getCaption().equals("Access Control Reports") &&
repessacctab.getSelectedTab().getCaption().equals("User(s) Access Control Reports")){
do stuff here
}
The code never goes into that if condition. repesstab is my main tabsheet and repessacctab tabsheet is a component of repesstab.
Can someone let me know how to check whether a particular tab is selected inside a tabsheet?
Last updated on
You cannot reply to this thread.