Uses of Interface
com.google.gwt.user.client.ui.TabListener
Packages that use TabListener
Package
Description
Widgets, Panels, and other user-interface classes.
-
Uses of TabListener in com.google.gwt.user.client.ui
Classes in com.google.gwt.user.client.ui that implement TabListenerModifier and TypeClassDescriptionclass
ATabPanel
that uses aDecoratedTabBar
with rounded corners.class
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 TabListenerModifier and TypeMethodDescriptionstatic void
ListenerWrapper.WrappedTabListener.add
(TabBar source, TabListener listener) Deprecated.will be removed in GWT 2.0 along with the listener classesstatic void
ListenerWrapper.WrappedTabListener.add
(TabPanel source, TabListener listener) void
SourcesTabEvents.addTabListener
(TabListener listener) void
TabBar.addTabListener
(TabListener listener) Deprecated.void
TabPanel.addTabListener
(TabListener listener) static void
ListenerWrapper.WrappedTabListener.remove
(Widget eventSource, TabListener listener) void
SourcesTabEvents.removeTabListener
(TabListener listener) Deprecated.Use theHandlerRegistration.removeHandler()
method on the object returned by and add*Handler method insteadvoid
TabBar.removeTabListener
(TabListener listener) Deprecated.Instead use theHandlerRegistration.removeHandler()
call on the object returned by an add*Handler methodvoid
TabPanel.removeTabListener
(TabListener listener) Deprecated.Use theHandlerRegistration.removeHandler()
method on the object returned by and add*Handler method instead