public class DescriptionTooltip
extends Div
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_TOOLTIP_WIDTH
Default width for popup.
|
| Constructor and Description |
|---|
DescriptionTooltip()
Instantiates a new description tooltip.
|
DescriptionTooltip(String descriptionText)
Instantiates a new description tooltip.
|
DescriptionTooltip(String descriptionText,
String tooltipHoverImage)
Instantiates a new description tooltip.
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
isRender()
Returns information if tooltip will be rendered
|
void |
setDescription(String descriptionText)
Sets the tooltip description.
|
void |
setTooltipButtonIcon(String tooltipIcon)
Sets the tooltip icon.
|
public static final String DEFAULT_TOOLTIP_WIDTH
public DescriptionTooltip()
public DescriptionTooltip(String descriptionText)
descriptionText - the description textpublic Boolean isRender()
public void setDescription(String descriptionText)
descriptionText - the new descriptionpublic void setTooltipButtonIcon(String tooltipIcon)
tooltipIcon - the new tooltip iconCopyright © 2017 SAP SE. All Rights Reserved.