-
-
Notifications
You must be signed in to change notification settings - Fork 125
Tooltip
palexdev edited this page Jan 22, 2022
·
1 revision
-
Style Class: mfx-tooltip
-
Default Stylesheet: MFXTooltip.css
-
Default Skin: MFXTooltipSkin.java
Property | Description | Type |
---|---|---|
icon | Specifies the tooltip's icon | Node |
text | Specifies the tooltip's text | String |
owner | The context menu's owner | Node |
mousePosition | The context menu trakcs the mouse position on the owner node | PositionBean |
showAction | This Consumer allows the user to decide how to show the tooltip. The Consumer carries the tracked mouse position, see (mousePosition). By default, calls show(Node, double, double) |
Consumer |
showDelay | The amount of time after which the tooltip is shown | Duration |
hideAfter | The amount of time after which the tooltip is automatically hidden | Duration |
-
.mfx-tooltip
-
.mfx-tooltip .container (the top container, should not be necessary)
-
.mfx-tooltip .container .label