public interface HasTabContextMenuHandlers
extends com.google.gwt.event.shared.HasHandlers | Modifier and Type | Method and Description |
|---|---|
com.google.gwt.event.shared.HandlerRegistration | addTabContextMenuHandler(TabContextMenuHandler handler) Notification fired when the user right-clicks on a tab. |
com.google.gwt.event.shared.HandlerRegistration addTabContextMenuHandler(TabContextMenuHandler handler)
handler - the tabContextMenu handlerHandlerRegistration used to remove this handler