public interface HasAddTabClickHandlers
extends com.google.gwt.event.shared.HasHandlers
Modifier and Type | Method and Description |
---|---|
com.google.gwt.event.shared.HandlerRegistration |
addAddTabClickHandler(AddTabClickHandler handler)
Notification method fired when the user clicks the
addTabButton . |
com.google.gwt.event.shared.HandlerRegistration addAddTabClickHandler(AddTabClickHandler handler)
addTabButton
. No default implementation.
handler
- the addTabClick handlerHandlerRegistration
used to remove this handler