Class MootipBehaviour

    • Constructor Detail

      • MootipBehaviour

        public MootipBehaviour​(MootipPanel panel)
        Ajax ToolTip, retrieves the panel with an ajax call. Requests the panel on each tooltip display
        Parameters:
        panel -
      • MootipBehaviour

        public MootipBehaviour​(MootipPanel panel,
                               boolean contribute)
        Ajax ToolTip, retrieves the panel with an ajax call. Requests the panel on each tooltip display
        Parameters:
        panel -
      • MootipBehaviour

        public MootipBehaviour​(String title,
                               String content)
        simple tooltip, using title as tool tip it uses this syntax for splitting title='this will be title:this will be content'
        Parameters:
        title -
        content -
      • MootipBehaviour

        public MootipBehaviour​(String title,
                               String content,
                               boolean contribute)
        simple tooltip, using title as tool tip it uses this syntax for splitting title='this will be title:this will be content'
        Parameters:
        title -
        content -
    • Method Detail

      • getEscapedComponentMarkupId

        protected final String getEscapedComponentMarkupId()
        Gets the escaped DOM id that the input will get attached to. All non word characters (\W) will be removed from the string.
        Returns:
        The DOM id of the input - same as the component's markup id}
      • isAjax

        public boolean isAjax()
      • setMootipSettings

        public void setMootipSettings​(MootipSettings mootipSettings)