Class CmsFieldTooltip.Data
java.lang.Object
org.opencms.gwt.client.ui.input.form.CmsFieldTooltip.Data
- Enclosing class:
- CmsFieldTooltip
Data needed to create a tooltip.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Data
Creates a new instance.- Parameters:
reference
- the icon for which the tooltip should be showninfo
- the tooltip contentisHtml
- true if the content is HTML
-
-
Method Details
-
getInfo
Gets the tooltip content.- Returns:
- the tooltip content
-
getReference
Gets the icon for which the tooltip is intended.- Returns:
- the icon for which to display a tooltip
-
isHtml
Returns true if the tooltip content is HTML.- Returns:
- true if the tooltip content is HTML
-
toString
-