public class LithoTooltipController extends Object
Constructor and Description |
---|
LithoTooltipController() |
Modifier and Type | Method and Description |
---|---|
static void |
showTooltip(ComponentContext c,
LithoTooltip tooltip,
String anchorKey,
TooltipPosition tooltipPosition)
Show the given tooltip on the component with the given anchorKey in the specified position.
|
static void |
showTooltip(ComponentContext c,
PopupWindow popupWindow,
String anchorKey,
TooltipPosition tooltipPosition)
Show the given tooltip on the component with the given anchorKey in the specified position.
|
static void |
showTooltip(ComponentContext c,
PopupWindow popupWindow,
String anchorKey,
TooltipPosition tooltipPosition,
int xOffset,
int yOffset)
Show the given tooltip on the component with the given anchorKey with the specified offsets
from the given position.
|
public static void showTooltip(ComponentContext c, LithoTooltip tooltip, String anchorKey, TooltipPosition tooltipPosition)
public static void showTooltip(ComponentContext c, PopupWindow popupWindow, String anchorKey, TooltipPosition tooltipPosition)
public static void showTooltip(ComponentContext c, PopupWindow popupWindow, String anchorKey, TooltipPosition tooltipPosition, int xOffset, int yOffset)