| Package | Description |
|---|---|
| org.dominokit.domino.ui.datepicker | |
| org.dominokit.domino.ui.popover | |
| org.dominokit.domino.ui.timepicker | |
| org.dominokit.domino.ui.utils |
| Modifier and Type | Method and Description |
|---|---|
DateBox |
DateBox.setPopoverPosition(PopupPosition popoverPosition)
Sets the position of the model if the
DateBox.PickerStyle is DateBox.PickerStyle.POPOVER |
| Modifier and Type | Class and Description |
|---|---|
class |
PopupPositionBestFit
Position the popover on the better position based on the target element location in the screen.
|
class |
PopupPositionBottom
Position the popover on the bottom
|
class |
PopupPositionLeft
Position the popover on the left
|
class |
PopupPositionLeftRight
Position the popover on the right or the left based on the location of the target element in the
screen.
|
class |
PopupPositionRight
Position the popover on the right
|
class |
PopupPositionTop
Position the popover on the top
|
class |
PopupPositionTopDown
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
static PopupPosition |
PopupPosition.BEST_FIT |
static PopupPosition |
PopupPosition.BOTTOM |
static PopupPosition |
PopupPosition.LEFT |
static PopupPosition |
PopupPosition.LEFT_RIGHT |
static PopupPosition |
PopupPosition.RIGHT |
static PopupPosition |
PopupPosition.TOP |
static PopupPosition |
PopupPosition.TOP_DOWN
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
PopupPosition |
Tooltip.getPopupPosition() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PopupPositionBestFit.position(elemental2.dom.HTMLElement popup,
elemental2.dom.HTMLElement target,
PopupPosition popupPosition) |
Tooltip |
Tooltip.position(PopupPosition position)
Positions the tooltip in a new position
|
Popover |
Popover.position(PopupPosition position)
Sets the position of the popover related to the target element
|
| Modifier and Type | Method and Description |
|---|---|
TimeBox |
TimeBox.setPopoverPosition(PopupPosition popoverPosition) |
| Modifier and Type | Method and Description |
|---|---|
T |
BaseDominoElement.setTooltip(elemental2.dom.Node node,
PopupPosition position) |
T |
BaseDominoElement.setTooltip(String text,
PopupPosition position) |
Copyright © 2019–2022 Dominokit. All rights reserved.