| Package | Description |
|---|---|
| org.dominokit.domino.ui.forms | |
| org.dominokit.domino.ui.utils |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSelect<T,V,S extends AbstractSelect<T,V,S>>
The base implementation for dropdown select form fields components
|
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 |
| Modifier and Type | Class and Description |
|---|---|
class |
MultiSelect<T>
A component that allow selecting multiple options from a DropDownMenu
|
class |
Select<T>
A component that allow selecting a single option from a DropDownMenu
|
| Constructor and Description |
|---|
PopupPositionTopDown(AbstractSelect<T,V,S> select) |
| Modifier and Type | Method and Description |
|---|---|
DominoUIConfig.DropdownPositionProvider<AbstractSelect<?,?,?>> |
DominoUIConfig.getDefaultSelectPopupPosition() |
| Modifier and Type | Method and Description |
|---|---|
DominoUIConfig |
DominoUIConfig.setDefaultSelectPopupPosition(DominoUIConfig.DropdownPositionProvider<AbstractSelect<?,?,?>> defaultSelectPopupPosition)
Sets the default dropdown position for select
|
Copyright © 2019–2022 Dominokit. All rights reserved.