Uses of Interface
com.google.gwt.user.client.ui.SourcesTabEvents
-
Packages that use SourcesTabEvents Package Description 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 Modifier and Type Class Description class
DecoratedTabBar
ATabBar
that wraps each tab in a 2x3 grid (six box), which allows users to add rounded corners.class
DecoratedTabPanel
ATabPanel
that uses aDecoratedTabBar
with rounded corners.class
TabBar
A horizontal bar of folder-style tabs, most commonly used as part of aTabPanel
.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 Modifier and Type Method Description 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
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.
-