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

All Superinterfaces:
com.google.gwt.event.shared.EventHandler

public interface TabTitleChangedHandler
extends com.google.gwt.event.shared.EventHandler


Method Summary
 void onTabTitleChanged(TabTitleChangedEvent event)
          This notification method fired when the user changes the title of a tab in this TabSet.
 

Method Detail

onTabTitleChanged

void onTabTitleChanged(TabTitleChangedEvent event)
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.

Call TabTitleChangedEvent.cancel() from within onTabTitleChanged(com.smartgwt.client.widgets.tab.events.TabTitleChangedEvent) from this method to cancel the change.

Parameters:
event - the event