public interface HasValueHoverHandlers
extends com.google.gwt.event.shared.HasHandlers
Modifier and Type | Method and Description |
---|---|
com.google.gwt.event.shared.HandlerRegistration |
addValueHoverHandler(ValueHoverHandler handler)
Optional stringMethod to fire when the user hovers over this item's value.
|
com.google.gwt.event.shared.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 valueHoverHTML()
/ DynamicForm.valueHoverHTML()
. If canHover
is set to false, this method is not called.
handler
- the valueHover handlerHandlerRegistration
used to remove this handler