Interface TitleHoverHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onTitleHover
(TitleHoverEvent event) Optional stringMethod to fire when the user hovers over this button and the title is clipped.
-
Method Details
-
onTitleHover
Optional stringMethod to fire when the user hovers over this button and the title is clipped. IfshowClippedTitleOnHover
is true, the default behavior is to show a hover canvas containing the HTML returned bytitleHoverHTML()
. CallTitleHoverEvent.cancel()
from withinonTitleHover(com.smartgwt.client.widgets.events.TitleHoverEvent)
to suppress this default behavior.- Parameters:
event
- the event
-