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