Interface TitleHoverFormatter


public interface TitleHoverFormatter
  • Method Details

    • getHoverHTML

      String getHoverHTML(String defaultHTML)
      Returns the HTML that is displayed by default if a registered TitleHoverHandler does not cancel a TitleHoverEvent. 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.