Interface HasTabContextMenuHandlers
- All Superinterfaces:
 HasHandlers
- All Known Implementing Classes:
 TabSet
- 
Method Summary
Modifier and TypeMethodDescriptionNotification fired when the user right-clicks on a tab.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent 
- 
Method Details
- 
addTabContextMenuHandler
Notification fired when the user right-clicks on a tab. Event may be cancelled by returning false- Parameters:
 handler- the tabContextMenu handler- Returns:
 HandlerRegistrationused to remove this handler
 
 -