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