Interface SectionHeaderTitleHoverHandler
- All Superinterfaces:
- EventHandler
- 
Method SummaryModifier and TypeMethodDescriptionvoidOptional stringMethod to fire when the user hovers over this section header and the title is clipped.
- 
Method Details- 
onSectionHeaderTitleHoverOptional stringMethod to fire when the user hovers over this section header and the title is clipped. IfshowClippedTitleOnHoveris true, the default behavior is to show a hover canvas containing the HTML returned bytitleHoverHTML(). CallSectionHeaderTitleHoverEvent.cancel()from withinonSectionHeaderTitleHover(com.smartgwt.client.widgets.layout.events.SectionHeaderTitleHoverEvent)to suppress this default behavior.- Parameters:
- event- the event
 
 
-