GWT 2.7.0

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

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

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

Classes in com.google.gwt.user.client.ui that implement SourcesTabEvents
 class DecoratedTabBar
           A TabBar that wraps each tab in a 2x3 grid (six box), which allows users to add rounded corners.
 class DecoratedTabPanel
          A TabPanel that uses a DecoratedTabBar with rounded corners.
 class TabBar
          A horizontal bar of folder-style tabs, most commonly used as part of a TabPanel.
 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 SourcesTabEvents
 boolean TabListenerCollection.fireBeforeTabSelected(SourcesTabEvents sender, int tabIndex)
          Deprecated. Fires a beforeTabSelected event to all listeners.
 void TabListenerCollection.fireTabSelected(SourcesTabEvents sender, int tabIndex)
          Deprecated. Fires a tabSelected event to all listeners.
 boolean TabPanel.onBeforeTabSelected(SourcesTabEvents sender, int tabIndex)
          Deprecated. Use BeforeSelectionHandler.onBeforeSelection(com.google.gwt.event.logical.shared.BeforeSelectionEvent) instead
 boolean TabListener.onBeforeTabSelected(SourcesTabEvents sender, int tabIndex)
          Deprecated. use TabPanel.addBeforeSelectionHandler(com.google.gwt.event.logical.shared.BeforeSelectionHandler) instead
 void TabPanel.onTabSelected(SourcesTabEvents sender, int tabIndex)
          Deprecated. Use SelectionHandler.onSelection(com.google.gwt.event.logical.shared.SelectionEvent) instead
 void TabListener.onTabSelected(SourcesTabEvents sender, int tabIndex)
          Deprecated. use TabPanel.addSelectionHandler(com.google.gwt.event.logical.shared.SelectionHandler) instead
 


GWT 2.7.0