Uses of Interface
com.google.gwt.user.client.ui.SourcesTabEvents
Packages that use SourcesTabEvents
Package
Description
Widgets, Panels, and other user-interface classes.
- 
Uses of SourcesTabEvents in com.google.gwt.user.client.uiClasses in com.google.gwt.user.client.ui that implement SourcesTabEventsModifier and TypeClassDescriptionclassATabBarthat wraps each tab in a 2x3 grid (six box), which allows users to add rounded corners.classATabPanelthat uses aDecoratedTabBarwith rounded corners.classA horizontal bar of folder-style tabs, most commonly used as part of aTabPanel.classA 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 SourcesTabEventsModifier and TypeMethodDescriptionbooleanTabListenerCollection.fireBeforeTabSelected(SourcesTabEvents sender, int tabIndex) Deprecated.Fires a beforeTabSelected event to all listeners.voidTabListenerCollection.fireTabSelected(SourcesTabEvents sender, int tabIndex) Deprecated.Fires a tabSelected event to all listeners.booleanTabListener.onBeforeTabSelected(SourcesTabEvents sender, int tabIndex) Deprecated.booleanTabPanel.onBeforeTabSelected(SourcesTabEvents sender, int tabIndex) voidTabListener.onTabSelected(SourcesTabEvents sender, int tabIndex) Deprecated.voidTabPanel.onTabSelected(SourcesTabEvents sender, int tabIndex) Deprecated.
TabPanel.addBeforeSelectionHandler(com.google.gwt.event.logical.shared.BeforeSelectionHandler)instead