GWT 2.3.0

Uses of Interface
com.google.gwt.user.client.ui.TabListener

Packages that use TabListener
com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. 
 

Uses of TabListener in com.google.gwt.user.client.ui
 

Classes in com.google.gwt.user.client.ui that implement TabListener
 class DecoratedTabPanel
          A TabPanel that uses a DecoratedTabBar with rounded corners.
 class TabPanel
          A panel that represents a tabbed set of pages, each of which contains another widget.
 

Methods in com.google.gwt.user.client.ui with parameters of type TabListener
 void TabPanel.addTabListener(TabListener listener)
          Deprecated. Use TabPanel.addBeforeSelectionHandler(com.google.gwt.event.logical.shared.BeforeSelectionHandler) and TabPanel.addSelectionHandler(com.google.gwt.event.logical.shared.SelectionHandler) instead
 void TabBar.addTabListener(TabListener listener)
          Deprecated. Use TabBar.addBeforeSelectionHandler(BeforeSelectionHandler) and TabBar.addSelectionHandler(SelectionHandler) instead
 void SourcesTabEvents.addTabListener(TabListener listener)
          Deprecated. use HasBeforeSelectionHandlers.addBeforeSelectionHandler(com.google.gwt.event.logical.shared.BeforeSelectionHandler) and HasSelectionHandlers.addSelectionHandler(com.google.gwt.event.logical.shared.SelectionHandler) instead
 void TabPanel.removeTabListener(TabListener listener)
          Deprecated. Use the HandlerRegistration.removeHandler() method on the object returned by and add*Handler method instead
 void TabBar.removeTabListener(TabListener listener)
          Deprecated. Instead use the HandlerRegistration.removeHandler() call on the object returned by an add*Handler method
 void SourcesTabEvents.removeTabListener(TabListener listener)
          Deprecated. Use the HandlerRegistration.removeHandler() method on the object returned by and add*Handler method instead
 


GWT 2.3.0