From fb7ff5b8bf2073a8d7b78011b9edffc830dc63cb Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sat, 26 Oct 2019 00:17:24 +0200 Subject: API documentation for KVision 2.0.0 --- api/pl.treksoft.kvision.form.spinner/-spinner-input/-init-.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'api/pl.treksoft.kvision.form.spinner/-spinner-input/-init-.html') diff --git a/api/pl.treksoft.kvision.form.spinner/-spinner-input/-init-.html b/api/pl.treksoft.kvision.form.spinner/-spinner-input/-init-.html index 0799e4b2..a6548e93 100644 --- a/api/pl.treksoft.kvision.form.spinner/-spinner-input/-init-.html +++ b/api/pl.treksoft.kvision.form.spinner/-spinner-input/-init-.html @@ -8,8 +8,8 @@ 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()) + +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, buttonStyle: ButtonStyle? = null, classes: Set<String> = setOf())

Parameters

value - spinner value

@@ -25,6 +25,8 @@ buttonsType - spinner buttons type

forceType - spinner force rounding type

+

+buttonStyle - the style of the up/down buttons

classes - a set of CSS class names

Constructor
-- cgit