Interface TitleHoverHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onTitleHover
(TitleHoverEvent event) Optional stringMethod to fire when the user hovers over this item's title.
-
Method Details
-
onTitleHover
Optional stringMethod to fire when the user hovers over this item's title. Callcom.smartgwt.client.widgets.form.fields.events.TitleHoverEvent#cancel()
from withinonTitleHover(com.smartgwt.client.widgets.form.fields.events.TitleHoverEvent)
to suppress default behavior of showing a hover canvas containing the HTML returned byformItem.titleHoverHTML()
/form.titleHoverHTML()
.If
canHover
is set to false, this method is not called.- Parameters:
event
- the event
-