public interface ValueHoverHandler
extends com.google.gwt.event.shared.EventHandler | Modifier and Type | Method and Description |
|---|---|
void | onValueHover(ValueHoverEvent event) Optional stringMethod to fire when the user hovers over this item's value. |
void onValueHover(ValueHoverEvent event)
com.smartgwt.client.widgets.form.fields.events.ValueHoverEvent#cancel() from within 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.
event - the event