Class TooltipIconInfo

java.lang.Object
ro.sync.ecss.extensions.api.TooltipIconInfo

@API(type=EXTENDABLE, src=PUBLIC) public class TooltipIconInfo extends Object
The information(tooltip and icon) used to describe the editing of the value for an attribute.
Since:
21
  • Constructor Details

    • TooltipIconInfo

      public TooltipIconInfo(String iconPath, String tooltip)
      Constructor
      Parameters:
      iconPath - The path (an URI) for the custom button icon.
      tooltip - The custom tooltip for the button.
  • Method Details

    • getImagePath

      public String getImagePath()
      Returns:
      The path for the custom button icon.
    • getTooltip

      public String getTooltip()
      Returns:
      The custom tooltip for the button.