Class CustomTooltipBehavior

    • Constructor Detail

      • CustomTooltipBehavior

        public CustomTooltipBehavior()
        Constructor
      • CustomTooltipBehavior

        public CustomTooltipBehavior​(com.googlecode.wicket.jquery.core.Options options)
        Constructor
        Parameters:
        options - the Options
    • Method Detail

      • newContent

        protected abstract WebMarkupContainer newContent​(String markupId)
        Gets the WebMarkupContainer which will represent the tooltip content
        Parameters:
        markupId - the markup id to be used
        Returns:
        a new WebMarkupContainer
      • quote

        protected String quote​(String content)
        Quotes (and escapes) the content
        Warning: override with care
        Parameters:
        content - the content, likely html
        Returns:
        the quoted content