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

All Superinterfaces:
HasHandlers

public interface HasTabTitleChangedHandlers
extends HasHandlers


Method Summary
 HandlerRegistration addTabTitleChangedHandler(TabTitleChangedHandler handler)
          This notification method fired when the user changes the title of a tab in this TabSet.
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Method Detail

addTabTitleChangedHandler

HandlerRegistration addTabTitleChangedHandler(TabTitleChangedHandler handler)
This notification method fired when the user changes the title of a tab in this TabSet. This can happen either through user interaction with the UI if canEditTabTitles is set, or programmatically if application code calls editTabTitle.

Return false from this method to cancel the change.

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