I use tabs quite a bit I don't think the functionality you're looking for is possible given the library code. You could either get the TabBar source and extend it to take in a style name for each tab (shouldn't be too hard), or write your own TabBar from scratch (again, not too hard). Good luck!
On Nov 27, 3:27 am, Abhishek Kumar <[email protected]> wrote: > I want to provide different styles to diferent tabs in a tab panel. It > is required to have different color for "on click" and for "not > clicked". > > I tried to use GWT 1.7 API a lot. At maximum I could change the tab > bar style but was unable to get anything for individual tabs. Though I > think from the deprectaed API helps a bit. BUt I dont want to use the > deprecated one. Instead I want to do with the "addSelectionHandler" > but was not succesfull. Please help. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
