public interface HasValueHoverHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addValueHoverHandler(ValueHoverHandler handler)
Optional stringMethod to fire when the user hovers over this item's value.
|
fireEvent
HandlerRegistration addValueHoverHandler(ValueHoverHandler handler)
com.smartgwt.client.widgets.form.fields.events.ValueHoverEvent#cancel()
from within ValueHoverHandler.onValueHover(com.smartgwt.client.widgets.form.fields.events.ValueHoverEvent)
to suppress default behavior of
showing a hover canvas containing the HTML returned by FormItem.valueHoverHTML()
/ DynamicForm.valueHoverHTML()
.handler
- the valueHover handlerHandlerRegistration
used to remove this handler