Interface HasTitleHoverHandlers
- All Superinterfaces:
 HasHandlers
- All Known Implementing Classes:
 Button,IButton,IconButton,IconMenuButton,IMenuButton,ImgButton,ImgTab,Label,MenuButton,MiniNavControl,NavigationButton,RibbonButton,RibbonMenuButton,SectionHeader,StretchImgButton,ToolStripButton,ToolStripMenuButton,TransferImgButton,TreeMenuButton,ViewLoader
- 
Method Summary
Modifier and TypeMethodDescriptionaddTitleHoverHandler(TitleHoverHandler handler) Optional stringMethod to fire when the user hovers over this button and the title is clipped.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent 
- 
Method Details
- 
addTitleHoverHandler
Optional stringMethod to fire when the user hovers over this button and the title is clipped. IfshowClippedTitleOnHoveris true, the default behavior is to show a hover canvas containing the HTML returned bytitleHoverHTML(). CallTitleHoverEvent.cancel()from withinTitleHoverHandler.onTitleHover(com.smartgwt.client.widgets.events.TitleHoverEvent)to suppress this default behavior.- Parameters:
 handler- the titleHover handler- Returns:
 HandlerRegistrationused to remove this handler
 
 -