Interface HasSectionHeaderTitleHoverHandlers
- All Superinterfaces:
 HasHandlers
- All Known Implementing Classes:
 ImgSectionHeader,SectionHeader
- 
Method Summary
Modifier and TypeMethodDescriptionOptional stringMethod to fire when the user hovers over this section header and the title is clipped.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent 
- 
Method Details
- 
addSectionHeaderTitleHoverHandler
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 withinSectionHeaderTitleHoverHandler.onSectionHeaderTitleHover(com.smartgwt.client.widgets.layout.events.SectionHeaderTitleHoverEvent)to suppress this default behavior.- Parameters:
 handler- the sectionHeaderTitleHover handler- Returns:
 HandlerRegistrationused to remove this handler
 
 -