public interface HasSectionHeaderTitleHoverHandlers extends HasHandlers
| Modifier and Type | Method and Description |
|---|---|
HandlerRegistration |
addSectionHeaderTitleHoverHandler(SectionHeaderTitleHoverHandler handler)
Optional stringMethod to fire when the user hovers over this section header and the title is clipped.
|
fireEventHandlerRegistration addSectionHeaderTitleHoverHandler(SectionHeaderTitleHoverHandler handler)
showClippedTitleOnHover is true, the
default behavior is to show a hover canvas containing the HTML returned by ImgSectionHeader.titleHoverHTML(). Call SectionHeaderTitleHoverEvent.cancel() from within SectionHeaderTitleHoverHandler.onSectionHeaderTitleHover(com.smartgwt.client.widgets.layout.events.SectionHeaderTitleHoverEvent) to
suppress this default behavior.handler - the sectionHeaderTitleHover handlerHandlerRegistration used to remove this handler