| Package | Description |
|---|---|
| org.dominokit.domino.ui.button | |
| org.dominokit.domino.ui.dropdown | |
| org.dominokit.domino.ui.forms | |
| org.dominokit.domino.ui.tag | |
| org.dominokit.domino.ui.utils |
| Modifier and Type | Method and Description |
|---|---|
DropdownButton |
DropdownButton.setPosition(DropDownPosition position)
set the direction and the position of the dropdown button menu when it is open
|
| Modifier and Type | Class and Description |
|---|---|
class |
DropDownPositionBottom
Positions the menu on the bottom of its target element
|
class |
DropDownPositionBottomLeft
Positions the menu on the bottom left of its target element
|
class |
DropDownPositionBottomRight
Positions the menu on the bottom right of its target element
|
class |
DropDownPositionTop
Positions the menu on the top of its target element
|
class |
DropDownPositionTopLeft
Positions the menu on the top left of its target element
|
class |
DropDownPositionTopRight
Positions the menu on the top right of its target element
|
class |
PositionMouseBottomLeft
Positions the menu on the bottom left of the mouse click location
|
class |
PositionMouseBottomRight
Positions the menu on the bottom right of the mouse click location
|
class |
PositionMouseTopLeft
Positions the menu on the top left of the mouse click location
|
class |
PositionMouseTopRight
Positions the menu on the top right of the mouse click location
|
| Modifier and Type | Field and Description |
|---|---|
static DropDownPosition |
DropDownPosition.BOTTOM
Positions the menu on the bottom of its target element
|
static DropDownPosition |
DropDownPosition.BOTTOM_LEFT
Positions the menu on the bottom left of its target element
|
static DropDownPosition |
DropDownPosition.BOTTOM_RIGHT
Positions the menu on the bottom right of its target element
|
static DropDownPosition |
DropDownPosition.TOP
Positions the menu on the top of its target element
|
static DropDownPosition |
DropDownPosition.TOP_LEFT
Positions the menu on the top left of its target element
|
static DropDownPosition |
DropDownPosition.TOP_RIGHT
Positions the menu on the top right of its target element
|
| Modifier and Type | Method and Description |
|---|---|
DropDownMenu |
DropDownMenu.setPosition(DropDownPosition position)
Sets the position of the menu
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractSelect.DropDownPositionDown
A
DropDownPosition that opens the select dropdown menu always down |
static class |
AbstractSelect.DropDownPositionUp
A
DropDownPosition that opens the select dropdown menu always up |
static class |
AbstractSelect.PopupPositionTopDown<T,V,S extends AbstractSelect<T,V,S>>
A
DropDownPosition that opens the select dropdown menu up or down based on the largest
space available, the menu will show where the is more space |
static class |
AbstractSuggestBox.DropDownPositionDown
A
DropDownPosition that opens the suggestion dropdown menu down |
static class |
AbstractSuggestBox.DropDownPositionUp
A
DropDownPosition that opens the suggestion dropdown menu up |
static class |
AbstractSuggestBox.PopupPositionTopDown
A
DropDownPosition that opens the suggestion dropdown menu up or down based on the
largest space available, the menu will show where the is more space |
| Modifier and Type | Method and Description |
|---|---|
S |
AbstractSelect.setDropPosition(DropDownPosition dropPosition)
Sets a custom dropdown position for this select
|
| Modifier and Type | Method and Description |
|---|---|
T |
AbstractTagsInput.setDropDownPosition(DropDownPosition position)
Sets the position of the suggestion drop down
|
| Modifier and Type | Method and Description |
|---|---|
DropDownPosition |
DominoUIConfig.DropdownPositionProvider.createPosition(T field) |
Copyright © 2019–2022 Dominokit. All rights reserved.