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 TypeClassDescriptionclassATabPanelthat uses aDecoratedTabBarwith rounded corners.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 TabListenerModifier and TypeMethodDescriptionstatic voidListenerWrapper.WrappedTabListener.add(TabBar source, TabListener listener) Deprecated.will be removed in GWT 2.0 along with the listener classesstatic voidListenerWrapper.WrappedTabListener.add(TabPanel source, TabListener listener) voidSourcesTabEvents.addTabListener(TabListener listener) voidTabBar.addTabListener(TabListener listener) Deprecated.voidTabPanel.addTabListener(TabListener listener) static voidListenerWrapper.WrappedTabListener.remove(Widget eventSource, TabListener listener) voidSourcesTabEvents.removeTabListener(TabListener listener) Deprecated.Use theHandlerRegistration.removeHandler()method on the object returned by and add*Handler method insteadvoidTabBar.removeTabListener(TabListener listener) Deprecated.Instead use theHandlerRegistration.removeHandler()call on the object returned by an add*Handler methodvoidTabPanel.removeTabListener(TabListener listener) Deprecated.Use theHandlerRegistration.removeHandler()method on the object returned by and add*Handler method instead