Servoy Default Navigator
(part of package 'Servoy Core') Extends designtime/SolutionModel: JSWebComponent Extends runtime: RuntimeWebComponent
Provides record navigation controls and form switching functionality.
This is a reference page; many components have detailed usage guides here.
Properties
currentIndex
The index of the current record. Type: Long
hasMore
Indicates if there are more records beyond the current view. Type: Boolean
maxIndex
The maximum index available for navigation. Type: Long
minIndex
The minimum index available for navigation. Type: Long
Events
setSelectedIndex
Sets the selected record index. This function is invoked when the slider's stop event occurs. The index parameter is expected to be a positive integer derived from the slider's value.
Last updated
Was this helpful?