Re: tabWidget retrieval from TabPanel

2009-09-28 Thread rjcarr
There doesn't look to be a way to get the actual Widget out, no. It looks like the best you can do is get the HTML out, e.g.: TabPanel.getTabBar().getTabHTML() On Sep 28, 7:53 am, Ruggi <4ru...@gmail.com> wrote: > Hi, > > Is there a way to retrieve the tabWidget with which a widget has been > a

tabWidget retrieval from TabPanel

2009-09-28 Thread Ruggi
Hi, Is there a way to retrieve the tabWidget with which a widget has been added (or inserted) to a TabPanel from the TabPanel? i.e. I have: TabPabel = tabPanel = new TabPanel(); ... Widget w = Label tabWidget = new Label("..."); ... tabPanel.add(w, tabWidget); And later (in a di