Interface HasTabTitleChangedHandlers
- All Superinterfaces:
- HasHandlers
- All Known Implementing Classes:
- TabSet
- 
Method SummaryModifier 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.HasHandlersfireEvent
- 
Method Details- 
addTabTitleChangedHandlerThis 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
 
 
-