Package com.google.gwt.user.client.ui
Interface SourcesTabEvents
- All Known Implementing Classes:
- DecoratedTabBar,- DecoratedTabPanel,- TabBar,- TabPanel
Deprecated.
A widget that implements this interface sources the events defined by the
 
TabListener interface.- 
Method SummaryModifier and TypeMethodDescriptionvoidaddTabListener(TabListener listener) voidremoveTabListener(TabListener listener) Deprecated.Use theHandlerRegistration.removeHandler()method on the object returned by and add*Handler method instead
- 
Method Details- 
addTabListenerDeprecated.Adds a listener interface to receive click events.- Parameters:
- listener- the listener interface to add
 
- 
removeTabListenerDeprecated.Use theHandlerRegistration.removeHandler()method on the object returned by and add*Handler method insteadRemoves a previously added listener interface.- Parameters:
- listener- the listener interface to remove
 
 
- 
HasSelectionHandlersandHasBeforeSelectionHandlersinstead