Package com.google.gwt.user.client.ui
Interface SourcesTabEvents
- All Known Implementing Classes:
DecoratedTabBar
,DecoratedTabPanel
,TabBar
,TabPanel
Deprecated.
A widget that implements this interface sources the events defined by the
TabListener
interface.-
Method Summary
Modifier and TypeMethodDescriptionvoid
addTabListener
(TabListener listener) void
removeTabListener
(TabListener listener) Deprecated.Use theHandlerRegistration.removeHandler()
method on the object returned by and add*Handler method instead
-
Method Details
-
addTabListener
Deprecated.Adds a listener interface to receive click events.- Parameters:
listener
- the listener interface to add
-
removeTabListener
Deprecated.Use theHandlerRegistration.removeHandler()
method on the object returned by and add*Handler method insteadRemoves a previously added listener interface.- Parameters:
listener
- the listener interface to remove
-
HasSelectionHandlers
andHasBeforeSelectionHandlers
instead