Uses of Interface
com.google.gwt.user.client.ui.SourcesTabEvents
Package
Description
Widgets, Panels, and other user-interface classes.
-
Uses of SourcesTabEvents in com.google.gwt.user.client.ui
Modifier and TypeClassDescriptionclass
ATabBar
that wraps each tab in a 2x3 grid (six box), which allows users to add rounded corners.class
ATabPanel
that uses aDecoratedTabBar
with rounded corners.class
A horizontal bar of folder-style tabs, most commonly used as part of aTabPanel
.class
A panel that represents a tabbed set of pages, each of which contains another widget.Modifier and TypeMethodDescriptionboolean
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
TabListener.onBeforeTabSelected
(SourcesTabEvents sender, int tabIndex) Deprecated.boolean
TabPanel.onBeforeTabSelected
(SourcesTabEvents sender, int tabIndex) void
TabListener.onTabSelected
(SourcesTabEvents sender, int tabIndex) Deprecated.void
TabPanel.onTabSelected
(SourcesTabEvents sender, int tabIndex) Deprecated.
TabPanel.addBeforeSelectionHandler(com.google.gwt.event.logical.shared.BeforeSelectionHandler)
instead