public interface TitleHoverHandler
extends com.google.gwt.event.shared.EventHandler
Modifier and Type | Method and Description |
---|---|
void |
onTitleHover(TitleHoverEvent event)
Optional stringMethod to fire when the user hovers over this button and the title is clipped.
|
void onTitleHover(TitleHoverEvent event)
showClippedTitleOnHover
is true, the default
behavior is to show a hover canvas containing the HTML returned by titleHoverHTML()
. Call TitleHoverEvent.cancel()
from within onTitleHover(com.smartgwt.client.widgets.events.TitleHoverEvent)
to suppress this default
behavior.event
- the event