TabPanel doesn't raise any TabRemove event (if you look at the javadoc at http://google-web-toolkit.googlecode.com/svn/javadoc/1.6/com/google/gwt/user/client/ui/TabPanel.html you'll see what events it does raise).
You can extend the standard TabPanel, create the TabRemove event and raise it when a tab is removed if you want (override the remove methods to do this). I suggest you look at the source code of TabPanel to see examples of how an event is raised. Cheers, Salvador On Apr 13, 3:22 pm, Ian Bambury <[email protected]> wrote: > If you are removing the tab programmatically, can't you just call the > routine? > Ian > > http://examples.roughian.com > > 2009/4/13 Allahbaksh <[email protected]> > > > > > Hi All, > > How do you add a listner for Tab Remove event. I will remove the Tab > > programmatically and want some events to be fired after that. > > > Regards, > > Allahbaksh --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
