@FunctionalInterface public interface AppendStrategy
| Modifier and Type | Field and Description |
|---|---|
static AppendStrategy |
FIRST
FIRST strategy means that the menu will be added at the first index of the target
element |
static AppendStrategy |
LAST
LAST strategy means that the menu will be added at the last index of the target element |
| Modifier and Type | Method and Description |
|---|---|
void |
onAppend(elemental2.dom.HTMLElement target,
elemental2.dom.HTMLElement menu)
Will be called to append the menu to the target element
|
static final AppendStrategy FIRST
FIRST strategy means that the menu will be added at the first index of the target
elementstatic final AppendStrategy LAST
LAST strategy means that the menu will be added at the last index of the target elementCopyright © 2019–2022 Dominokit. All rights reserved.