I am using Smart GWT Power and I see that the method TabSet.addTab(Tab t) will call Tab.setTabSet(this). However, the method TabSet.addTab(Tab t, int position) does not. Is there a reason for this? I call both from my code and was wondering why it's not done in the second case.