kvision / pl.treksoft.kvision.form.spinner / SpinnerInput / <init>

<init>

SpinnerInput(value: Number? = null, min: Int? = null, max: Int? = null, step: Double = DEFAULT_STEP, decimals: Int = 0, buttonsType: ButtonsType = ButtonsType.VERTICAL, forceType: ForceType = ForceType.NONE, classes: Set<String> = setOf())

Parameters

value - spinner value

min - minimal value

max - maximal value

step - step value (default 1)

decimals - number of decimal digits (default 0)

buttonsType - spinner buttons type

forceType - spinner force rounding type

classes - a set of CSS class names

Constructor