-
public final class ToolTipPopupThis displays a popup tool tip for a specified view.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumToolTipPopup.StyleThe values here describe the styles available for the tool tip class.
public classToolTipPopup.Companion
-
Constructor Summary
Constructors Constructor Description ToolTipPopup(String text, View anchor)
-
Method Summary
Modifier and Type Method Description final UnitsetStyle(ToolTipPopup.Style style)Sets the Style of this tool tip. final Unitshow()Display this tool tip to the user final UnitsetNuxDisplayTime(Long displayTime)Set the time (in milliseconds) the tool tip will be displayed. final Unitdismiss()Dismiss the tool tip -
-
Method Detail
-
setStyle
final Unit setStyle(ToolTipPopup.Style style)
Sets the Style of this tool tip.
- Parameters:
style- the style for the tool tip
-
setNuxDisplayTime
final Unit setNuxDisplayTime(Long displayTime)
Set the time (in milliseconds) the tool tip will be displayed. Any number less than or equal to 0 will cause the tool tip to be displayed indefinitely
- Parameters:
displayTime- The amount of time (in milliseconds) to display the tool tip
-
-
-
-