public interface HasTabSelectedHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addTabSelectedHandler(TabSelectedHandler handler)
Notification fired when a tab is selected.
|
fireEvent
HandlerRegistration addTabSelectedHandler(TabSelectedHandler handler)
draw()
is called, com.smartgwt.client.widgets.tab.events.TabSelectedEventl
will fire on draw()
.handler
- the tabSelected handlerHandlerRegistration
used to remove this handler