class
OptionStepper

package haxe.ui.components

↪ haxe.ui.components.OptionStepper

A stepper that allows the user to switch between items using the visual arrow buttons/arrow keys.

behaviour
bindable
clonable
dataSource:DataSource<:Dynamic>
The data source containing the options to render.
behaviour
bindable
clonable
selectedIndex:Int
The index of the currently selected option.
behaviour
bindable
selectedItem::Dynamic
The selected option


override
cloneComponent():OptionStepper