com.smartgwt.client.widgets.tab.events
Interface HasTabSelectedHandlers

All Superinterfaces:
HasHandlers
All Known Implementing Classes:
TabSet

public interface HasTabSelectedHandlers
extends HasHandlers


Method Summary
 HandlerRegistration addTabSelectedHandler(TabSelectedHandler handler)
          Notification fired when a tab is selected.
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Method Detail

addTabSelectedHandler

HandlerRegistration addTabSelectedHandler(TabSelectedHandler handler)
Notification fired when a tab is selected. Note that this will only fire if this tabSet is drawn. If a tab is selected before TabSet.draw() is called, the tabSelected() notification will fire on draw()

Parameters:
handler - the tabSelected handler
Returns:
HandlerRegistration used to remove this handler