public class LithoTooltipController extends Object
Constructor and Description |
---|
LithoTooltipController() |
Modifier and Type | Method and Description |
---|---|
static void |
showTooltip(ComponentContext c,
DeprecatedLithoTooltip tooltip,
String anchorKey,
TooltipPosition tooltipPosition)
Deprecated.
@see {#show}
|
static void |
showTooltip(ComponentContext c,
LithoTooltip lithoTooltip,
String anchorKey)
Show the given tooltip on the component with the given anchorKey.
|
static void |
showTooltip(ComponentContext c,
PopupWindow popupWindow,
String anchorKey,
int xOffset,
int yOffset)
Show the given tooltip with the specified offsets from the bottom-left corner of the component
with the given anchorKey.
|
static void |
showTooltip(ComponentContext c,
PopupWindow popupWindow,
String anchorKey,
TooltipPosition tooltipPosition)
Deprecated.
|
static void |
showTooltip(ComponentContext c,
PopupWindow popupWindow,
String anchorKey,
TooltipPosition tooltipPosition,
int xOffset,
int yOffset)
Deprecated.
|
public static void showTooltip(ComponentContext c, PopupWindow popupWindow, String anchorKey, int xOffset, int yOffset)
public static void showTooltip(ComponentContext c, LithoTooltip lithoTooltip, String anchorKey)
c
- lithoTooltip
- A LithoTooltip
implementation to be shown on the anchor.anchorKey
- key of the Litho Component that will be used as anchor@Deprecated public static void showTooltip(ComponentContext c, DeprecatedLithoTooltip tooltip, String anchorKey, TooltipPosition tooltipPosition)
@Deprecated public static void showTooltip(ComponentContext c, PopupWindow popupWindow, String anchorKey, TooltipPosition tooltipPosition)
showTooltip(ComponentContext, PopupWindow, String, int, int)
@Deprecated public static void showTooltip(ComponentContext c, PopupWindow popupWindow, String anchorKey, TooltipPosition tooltipPosition, int xOffset, int yOffset)
showTooltip(ComponentContext, PopupWindow, String, int, int)