V - the type of the select value@FunctionalInterface public static interface AbstractSelect.OnAddOptionHandler<V>
AbstractSelect.setCreatable(boolean) feature| Modifier and Type | Method and Description |
|---|---|
void |
onAddOption(String input,
Consumer<SelectOption<V>> completeHandler)
Takes the user input and convert it into a SelectOption
|
void onAddOption(String input, Consumer<SelectOption<V>> completeHandler)
input - String user inputcompleteHandler - a callback Consumer of a SelectOption that should be called
after creating the optionCopyright © 2019–2022 Dominokit. All rights reserved.