public interface HasTabSelectedHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addTabSelectedHandler(TabSelectedHandler handler)
Optional handler to fire when a tab is selected.
|
fireEvent
HandlerRegistration addTabSelectedHandler(TabSelectedHandler handler)
TabSet.tabSelected()
this method only fires when the
tabset is drawn.handler
- the tabSelected handlerHandlerRegistration
used to remove this handler