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

All Superinterfaces:
HasHandlers
All Known Implementing Classes:
TabSet

public interface HasTabContextMenuHandlers
extends HasHandlers


Method Summary
 HandlerRegistration addTabContextMenuHandler(TabContextMenuHandler handler)
          Notification fired when the user right-clicks on a tab.
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Method Detail

addTabContextMenuHandler

HandlerRegistration addTabContextMenuHandler(TabContextMenuHandler handler)
Notification fired when the user right-clicks on a tab. Event may be cancelled by returning false

Parameters:
handler - the tabContextMenu handler
Returns:
HandlerRegistration used to remove this handler