Package ro.sync.ecss.extensions.api
Class TooltipIconInfo
java.lang.Object
ro.sync.ecss.extensions.api.TooltipIconInfo
The information(tooltip and icon) used to describe the editing of the value for an attribute.
- Since:
- 21
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TooltipIconInfo
Constructor- Parameters:
iconPath
- The path (an URI) for the custom button icon.tooltip
- The custom tooltip for the button.
-
-
Method Details
-
getImagePath
- Returns:
- The path for the custom button icon.
-
getTooltip
- Returns:
- The custom tooltip for the button.
-