From 0365722f8549ee93918be99da1b9f901cf0b2c8d Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Fri, 13 Mar 2020 01:05:20 +0100 Subject: API documentation for KVision 3.5.2 --- api/pl.treksoft.kvision.form.spinner/index.html | 36 ++++++++++++------------- 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'api/pl.treksoft.kvision.form.spinner/index.html') diff --git a/api/pl.treksoft.kvision.form.spinner/index.html b/api/pl.treksoft.kvision.form.spinner/index.html index 2c6b1a5b..e8d31bb0 100644 --- a/api/pl.treksoft.kvision.form.spinner/index.html +++ b/api/pl.treksoft.kvision.form.spinner/index.html @@ -14,39 +14,39 @@ -

ButtonsType

+(js) +

ButtonsType

-enum class ButtonsType

Spinner buttons layout types.

- +enum class ButtonsType -

ForceType

+(js) +

ForceType

-enum class ForceType

Spinner force rounding types.

- +enum class ForceType -

Spinner

+(js) +

Spinner

-open class Spinner : SimplePanel, NumberFormControl

The form field component for spinner control.

- +open class Spinner : SimplePanel, NumberFormControl -

SpinnerInput

+(js) +

SpinnerInput

-open class SpinnerInput : Widget, FormInput

The basic component for spinner control.

- +open class SpinnerInput : Widget, FormInput @@ -55,21 +55,21 @@ -

spinner

+(js) +

spinner

-fun Container.spinner(value: Number? = null, name: String? = null, min: Number? = null, max: Number? = null, step: Number = DEFAULT_STEP, decimals: Int = 0, buttonsType: ButtonsType = ButtonsType.VERTICAL, forceType: ForceType = ForceType.NONE, buttonStyle: ButtonStyle? = null, label: String? = null, rich: Boolean = false, init: (Spinner.() -> Unit)? = null): Spinner

DSL builder extension function.

- +fun Container.spinner(value: Number? = null, name: String? = null, min: Number? = null, max: Number? = null, step: Number = DEFAULT_STEP, decimals: Int = 0, buttonsType: ButtonsType = ButtonsType.VERTICAL, forceType: ForceType = ForceType.NONE, buttonStyle: ButtonStyle? = null, label: String? = null, rich: Boolean = false, init: (Spinner.() -> Unit)? = null): Spinner -

spinnerInput

+(js) +

spinnerInput

-fun Container.spinnerInput(value: Number? = null, min: Number? = null, max: Number? = null, step: Number = DEFAULT_STEP, decimals: Int = 0, buttonsType: ButtonsType = ButtonsType.VERTICAL, forceType: ForceType = ForceType.NONE, buttonStyle: ButtonStyle? = null, classes: Set<String> = setOf(), init: (SpinnerInput.() -> Unit)? = null): SpinnerInput

DSL builder extension function.

- +fun Container.spinnerInput(value: Number? = null, min: Number? = null, max: Number? = null, step: Number = DEFAULT_STEP, decimals: Int = 0, buttonsType: ButtonsType = ButtonsType.VERTICAL, forceType: ForceType = ForceType.NONE, buttonStyle: ButtonStyle? = null, classes: Set<String> = setOf(), init: (SpinnerInput.() -> Unit)? = null): SpinnerInput -- cgit