Interface HasTabTitleChangedHandlers
- All Superinterfaces:
 HasHandlers
- All Known Implementing Classes:
 TabSet
- 
Method Summary
Modifier and TypeMethodDescriptionThis 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 Details
- 
addTabTitleChangedHandler
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 withinTabTitleChangedHandler.onTabTitleChanged(com.smartgwt.client.widgets.tab.events.TabTitleChangedEvent)from this method to cancel the change.- Parameters:
 handler- the tabTitleChanged handler- Returns:
 HandlerRegistrationused to remove this handler
 
 -