TabPanel tp = new TabPanel();
// add tabs here

tp.getTabBar().setTabText(index, text);
or
tp.getTabBar().setTabHTML(index, html);

should do it.

On 26 Jul., 17:51, ToddP <todd.prick...@gmail.com> wrote:
> P.S.  I should have mentioned I'm using GWT 1.5.
>
> On Jul 24, 5:34 pm, ToddP <todd.prick...@gmail.com> wrote:
>
> > Hi,
> > I want to change my TabPanel's tab labels dynamically (e.g. add info
> > about what the user has done within the tab such as how many items he
> > has selected).  Can the title be changed?
>
> > TIA

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to