Navigation
Represents the KendoReact Navigation functionality. It handles the navigation through a collection of DOM elements.
Name | Type | Default | Description |
---|---|---|---|
current |
|
Returns the focused DOM element from the navigation collection of DOM elements. | |
elements |
|
Returns the collection of DOM elements which the module will navigate in. | |
first |
|
Returns the first navigation DOM element. | |
last |
|
Returns the last navigation DOM element. |
Constructors
Navigation
(options: NavigationOptions)
Parameters
options
Methods
focusElement | |||||||||
---|---|---|---|---|---|---|---|---|---|
Focuses the passed element from the navigation collection of DOM elements. | |||||||||
|
focusNext | |||||||||
---|---|---|---|---|---|---|---|---|---|
Focuses the next element from the navigation collection of DOM elements. | |||||||||
| |||||||||
|
focusPrevious | |||||||||
---|---|---|---|---|---|---|---|---|---|
Focuses the previous element from the navigation collection of DOM elements. | |||||||||
| |||||||||
|
initializeRovingTab | ||||||
---|---|---|---|---|---|---|
Set the first element tabIndex to | ||||||
|
next | |||||||||
---|---|---|---|---|---|---|---|---|---|
Returns the next DOM element from the navigation collection of DOM elements. | |||||||||
| |||||||||
|
previous | |||||||||
---|---|---|---|---|---|---|---|---|---|
Returns the previous DOM element from the navigation collection of DOM elements. | |||||||||
| |||||||||
|
removeFocusClass | ||||||
---|---|---|---|---|---|---|
Remove a focus class. | ||||||
|
removeFocusListener |
---|
Remove a focus listener. |
triggerKeyboardEvent | |||||||||
---|---|---|---|---|---|---|---|---|---|
The keyboard events handler. | |||||||||
|
triggerMouseEvent | ||||||
---|---|---|---|---|---|---|
The mouse events handler. | ||||||
|