public interface HasTooltip
MaterialTooltip
attached to
it.TooltipMixin
,
MaterialWidget
Modifier and Type | Method and Description |
---|---|
String |
getTooltip() |
int |
getTooltipDelayMs() |
String |
getTooltipHTML() |
Position |
getTooltipPosition() |
void |
setTooltip(String tooltip)
Sets the tooltip text to be shown for the component.
|
void |
setTooltipDelayMs(int delayMs)
Sets the time in ms to show the tooltip text for the component
|
void |
setTooltipHTML(String html) |
void |
setTooltipPosition(Position position)
Sets the
Position where the tooltip text should appear, relative
to the component. |
String getTooltip()
void setTooltip(String tooltip)
Position getTooltipPosition()
void setTooltipPosition(Position position)
Position
where the tooltip text should appear, relative
to the component.int getTooltipDelayMs()
void setTooltipDelayMs(int delayMs)
void setTooltipHTML(String html)
String getTooltipHTML()
Copyright © 2018. All rights reserved.