Package com.smartgwt.client.widgets
Interface TitleHoverFormatter
public interface TitleHoverFormatter
-
Method Summary
Modifier and TypeMethodDescriptiongetHoverHTML
(String defaultHTML) Returns the HTML that is displayed by default if a registeredTitleHoverHandler
does not cancel aTitleHoverEvent
.
-
Method Details
-
getHoverHTML
Returns the HTML that is displayed by default if a registeredTitleHoverHandler
does not cancel aTitleHoverEvent
. Return null or an empty string to cancel the hover.- Parameters:
defaultHTML
- the HTML that would have been displayed by default.- Returns:
- HTML to be displayed in the hover. If null or an empty string, then the hover is canceled.
-