| Package | Description |
|---|---|
| org.dominokit.domino.ui.popover | |
| org.dominokit.domino.ui.utils |
| Modifier and Type | Method and Description |
|---|---|
static Tooltip |
Tooltip.create(elemental2.dom.HTMLElement target,
elemental2.dom.Node content)
Creates new instance with element content
|
static Tooltip |
Tooltip.create(elemental2.dom.HTMLElement target,
String text)
Creates new instance with text content
|
static Tooltip |
Tooltip.create(org.jboss.elemento.IsElement<?> element,
elemental2.dom.Node content)
Creates new instance with element content
|
static Tooltip |
Tooltip.create(org.jboss.elemento.IsElement<?> element,
String text)
Creates new instance with text content
|
Tooltip |
Tooltip.hide()
Hides the item if it is visible
|
Tooltip |
Tooltip.position(PopupPosition position)
Positions the tooltip in a new position
|
Tooltip |
Tooltip.setContent(elemental2.dom.Node content) |
| Modifier and Type | Method and Description |
|---|---|
Tooltip |
BaseDominoElement.getTooltip() |
Copyright © 2019–2022 Dominokit. All rights reserved.