| Package | Description |
|---|---|
| org.dominokit.domino.ui.forms | |
| org.dominokit.domino.ui.utils |
| Modifier and Type | Method and Description |
|---|---|
DelayedTextInput.DelayedAction |
AbstractSuggestBox.getDelayedAction() |
| Modifier and Type | Method and Description |
|---|---|
T |
AbstractSuggestBox.setDelayedAction(DelayedTextInput.DelayedAction delayedAction)
Set a custom action to be executed after the user stops typing that override the default search
action
|
T |
AbstractSuggestBox.setOnEnterAction(DelayedTextInput.DelayedAction onEnterAction)
Sets the action to be executed when the user press Enter to override the default search action
|
| Modifier and Type | Method and Description |
|---|---|
DelayedTextInput.DelayedAction |
DelayedTextInput.getOnEnterAction() |
| Modifier and Type | Method and Description |
|---|---|
static DelayedTextInput |
DelayedTextInput.create(elemental2.dom.HTMLInputElement inputElement,
int delay,
DelayedTextInput.DelayedAction delayedAction) |
DelayedTextInput |
DelayedTextInput.setDelayedAction(DelayedTextInput.DelayedAction delayedAction) |
DelayedTextInput |
DelayedTextInput.setOnEnterAction(DelayedTextInput.DelayedAction onEnterAction) |
| Constructor and Description |
|---|
DelayedTextInput(elemental2.dom.HTMLInputElement inputElement,
int delay,
DelayedTextInput.DelayedAction delayedAction) |
Copyright © 2019–2022 Dominokit. All rights reserved.