Interface HasAddTabClickedHandlers
- All Superinterfaces:
 HasHandlers
- All Known Implementing Classes:
 TabSet
Deprecated.
- 
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent 
- 
Method Details
- 
addAddTabClickedHandler
Deprecated.Click handler applied to theaddTabButton.The default implementation will invoke
TabSet.addTabClick()- Parameters:
 handler- the addTabClicked handler- Returns:
 HandlerRegistrationused to remove this handler
 
 -