Interface TabTitleChangedHandler
- All Superinterfaces:
 EventHandler
- 
Method Summary
Modifier and TypeMethodDescriptionvoidThis notification method fired when the user changes the title of a tab in this TabSet. 
- 
Method Details
- 
onTabTitleChanged
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 ifcanEditTabTitlesis set, or programmatically if application code callseditTabTitle.Call
TabTitleChangedEvent.cancel()from withinonTabTitleChanged(com.smartgwt.client.widgets.tab.events.TabTitleChangedEvent)from this method to cancel the change.- Parameters:
 event- the event
 
 -