sezerug / smartgwt

Automatically exported from code.google.com/p/smartgwt
0 stars 0 forks source link

TabSet.setTabs(new Tab[]{}); is not removing the tabs #720

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I have a tabSet with 3 tabs. And I was looking for a single command to remove 
all tabs. I expected that tabSet.setTabs(new Tab[]{}) would remove all tabs 
just like form.setFields(new FormItem[]{}) remove all fields of a DyanamicForm 
but it is not working.

Original issue reported on code.google.com by diego.a...@gmail.com on 27 Aug 2013 at 1:55

GoogleCodeExporter commented 9 years ago
This tracker is for confirmed bugs with minimal, standalone test cases only.  
For anything else please use the forums at forums.smartclient.com.

Original comment by smartgwt...@gmail.com on 27 Aug 2013 at 2:13