tags:

views:

59

answers:

1

Hi, i need an idea how to remove tab if Button within this tab has been clicked.

thx.

+3  A: 

Add a ClickHandler to the button, and have it call one of the remove methods (either the one that takes an int or the one that takes the tab's widget) with an argument that corresponds to the tab that it's on.

aem