public interface HasAddTabClickedHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addAddTabClickedHandler(AddTabClickedHandler handler)
Event that fires when the
addTabButton is clicked. |
fireEvent
HandlerRegistration addAddTabClickedHandler(AddTabClickedHandler handler)
addTabButton
is clicked. No
default behavior.handler
- the addTabClicked handlerHandlerRegistration
used to remove this handler