public interface HasTooltip
MaterialTooltip attached to
it.TooltipMixin,
MaterialWidget| Modifier and Type | Method and Description |
|---|---|
String |
getTooltip() |
int |
getTooltipDelayMs() |
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 |
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)
Copyright © 2016. All rights reserved.