| Package | Description |
|---|---|
| org.dominokit.domino.ui.utils |
| Modifier and Type | Method and Description |
|---|---|
KeyboardNavigation<V> |
KeyboardNavigation.onSelect(KeyboardNavigation.ItemNavigationHandler<V> selectHandler)
Sets a handler which will be called when an item gets selected
|
KeyboardNavigation<V> |
KeyboardNavigation.registerNavigationHandler(String keyCode,
KeyboardNavigation.ItemNavigationHandler<V> navigationHandler) |
KeyboardNavigation<V> |
KeyboardNavigation.removeNavigationHandler(String keyCode,
KeyboardNavigation.ItemNavigationHandler<V> navigationHandler) |
KeyboardNavigation<V> |
KeyboardNavigation.setEnterHandler(KeyboardNavigation.ItemNavigationHandler<V> enterHandler)
A handler to be called when the user press enter key
|
KeyboardNavigation<V> |
KeyboardNavigation.setSpaceHandler(KeyboardNavigation.ItemNavigationHandler<V> spaceHandler)
A handler to be called when the user press sapce key
|
KeyboardNavigation<V> |
KeyboardNavigation.setTabHandler(KeyboardNavigation.ItemNavigationHandler<V> tabHandler)
A handler to be called when the user press tab key
|
Copyright © 2019–2022 Dominokit. All rights reserved.