public interface HasTitleHoverHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addTitleHoverHandler(TitleHoverHandler handler)
Optional stringMethod to fire when the user hovers over this button and the title is clipped.
|
fireEvent
HandlerRegistration addTitleHoverHandler(TitleHoverHandler handler)
showClippedTitleOnHover
is true, the default
behavior is to show a hover canvas containing the HTML returned by StretchImgButton.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