Interface HasTabSelectedHandlers
- All Superinterfaces:
 HasHandlers
- 
Method Summary
Modifier and TypeMethodDescriptionaddTabSelectedHandler(TabSelectedHandler handler) Notification fired when a tab is selected.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent 
- 
Method Details
- 
addTabSelectedHandler
Notification fired when a tab is selected. Note that this will only fire if this tabSet is drawn. If a tab is selected beforedraw()is called,com.smartgwt.client.widgets.tab.events.TabSelectedEventlwill fire ondraw().- Parameters:
 handler- the tabSelected handler- Returns:
 HandlerRegistrationused to remove this handler
 
 -