Interface SectionHeaderTitleHoverHandler
- All Superinterfaces:
 EventHandler
- 
Method Summary
Modifier and TypeMethodDescriptionvoidOptional stringMethod to fire when the user hovers over this section header and the title is clipped. 
- 
Method Details
- 
onSectionHeaderTitleHover
Optional 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
 
 -