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 classDecoratedTabBarATabBarthat wraps each tab in a 2x3 grid (six box), which allows users to add rounded corners.classDecoratedTabPanelATabPanelthat uses aDecoratedTabBarwith rounded corners.classTabBarA horizontal bar of folder-style tabs, most commonly used as part of aTabPanel.classTabPanelA 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 booleanTabListenerCollection. 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.
-