public interface HasTitleHoverHandlers
extends com.google.gwt.event.shared.HasHandlers | Modifier and Type | Method and Description |
|---|---|
com.google.gwt.event.shared.HandlerRegistration | addTitleHoverHandler(TitleHoverHandler handler) Optional stringMethod to fire when the user hovers over this button and the title is clipped. |
com.google.gwt.event.shared.HandlerRegistration addTitleHoverHandler(TitleHoverHandler handler)
showClippedTitleOnHover is true, the default behavior is to show a hover canvas containing the HTML returned by titleHoverHTML(). Call TitleHoverEvent.cancel() from within TitleHoverHandler.onTitleHover(com.smartgwt.client.widgets.events.TitleHoverEvent) to suppress this default behavior.handler - the titleHover handlerHandlerRegistration used to remove this handler