Interface HasAddTabClickHandlers
- All Superinterfaces:
HasHandlers
- All Known Implementing Classes:
TabSet
-
Method Summary
Modifier and TypeMethodDescriptionaddAddTabClickHandler
(AddTabClickHandler handler) Notification method fired when the user clicks theaddTabButton
.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
-
Method Details
-
addAddTabClickHandler
Notification method fired when the user clicks theaddTabButton
.No default implementation.
- Parameters:
handler
- the addTabClick handler- Returns:
HandlerRegistration
used to remove this handler
-