Interface TooltipableElement

    • Method Detail

      • getPresentationMLTooltipTag

        default String getPresentationMLTooltipTag()
        Returns:
        label tag. Normally you dont need to override the default method
      • getTooltipAttributes

        default Map<String,​String> getTooltipAttributes​(String id)
        Used internally, normally you dont need to override the default method
        Parameters:
        id - used to generate the unique element id
        Returns:
      • isTooltip

        default boolean isTooltip()
        Returns:
        true if tooltip exists Normally, you dont need to override the default method
      • isTooltipNode

        static boolean isTooltipNode​(Node item)
        Check if the PresentationML node is a tooltip