| Package | Description |
|---|---|
| org.dominokit.domino.ui.dropdown | |
| org.dominokit.domino.ui.utils |
| Modifier and Type | Method and Description |
|---|---|
AppendStrategy |
DropDownMenu.getAppendStrategy() |
| Modifier and Type | Method and Description |
|---|---|
DropDownMenu |
DropDownMenu.setAppendStrategy(AppendStrategy appendStrategy)
Sets the strategy for adding the menu to the target element.
|
| Modifier and Type | Field and Description |
|---|---|
static AppendStrategy |
AppendStrategy.FIRST
FIRST strategy means that the menu will be added at the first index of the target
element |
static AppendStrategy |
AppendStrategy.LAST
LAST strategy means that the menu will be added at the last index of the target element |
Copyright © 2019–2022 Dominokit. All rights reserved.