T - the value type of the action@FunctionalInterface public static interface DropdownAction.FocusHandler<T>
| Modifier and Type | Method and Description |
|---|---|
void |
onFocus(DropdownAction<T> dropdownAction)
Will be called when the element gets focused
|
void onFocus(DropdownAction<T> dropdownAction)
dropdownAction - the action that gets focusedCopyright © 2019–2022 Dominokit. All rights reserved.