From 00a6ddf04d61ab322a36123891573c35b41ab58a Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 12 Feb 2018 12:08:10 +0100 Subject: Updated API doc --- docs/api/pl.treksoft.kvision.form.spinner/-spinner/index.html | 4 ++-- docs/api/pl.treksoft.kvision.form.spinner/-spinner/spinner.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/api/pl.treksoft.kvision.form.spinner/-spinner') diff --git a/docs/api/pl.treksoft.kvision.form.spinner/-spinner/index.html b/docs/api/pl.treksoft.kvision.form.spinner/-spinner/index.html index 6ae3fa7d..b3840b88 100644 --- a/docs/api/pl.treksoft.kvision.form.spinner/-spinner/index.html +++ b/docs/api/pl.treksoft.kvision.form.spinner/-spinner/index.html @@ -369,8 +369,8 @@

spinner

-fun Container.spinner(value: Number? = null, min: Int = 0, max: Int = DEFAULT_MAX, step: Double = DEFAULT_STEP, decimals: Int = 0, buttonsType: BUTTONSTYPE = BUTTONSTYPE.VERTICAL, forceType: FORCETYPE = FORCETYPE.NONE, label: String? = null, rich: Boolean = false, init: Spinner.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.spinner(value: Number? = null, min: Int = 0, max: Int = DEFAULT_MAX, step: Double = DEFAULT_STEP, decimals: Int = 0, buttonsType: BUTTONSTYPE = BUTTONSTYPE.VERTICAL, forceType: FORCETYPE = FORCETYPE.NONE, label: String? = null, rich: Boolean = false, init: Spinner.() -> Unit = null): Spinner +

DSL builder extension function.

diff --git a/docs/api/pl.treksoft.kvision.form.spinner/-spinner/spinner.html b/docs/api/pl.treksoft.kvision.form.spinner/-spinner/spinner.html index aabafa39..f00f2f15 100644 --- a/docs/api/pl.treksoft.kvision.form.spinner/-spinner/spinner.html +++ b/docs/api/pl.treksoft.kvision.form.spinner/-spinner/spinner.html @@ -9,8 +9,8 @@

spinner

-fun Container.spinner(value: Number? = null, min: Int = 0, max: Int = DEFAULT_MAX, step: Double = DEFAULT_STEP, decimals: Int = 0, buttonsType: BUTTONSTYPE = BUTTONSTYPE.VERTICAL, forceType: FORCETYPE = FORCETYPE.NONE, label: String? = null, rich: Boolean = false, init: Spinner.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.spinner(value: Number? = null, min: Int = 0, max: Int = DEFAULT_MAX, step: Double = DEFAULT_STEP, decimals: Int = 0, buttonsType: BUTTONSTYPE = BUTTONSTYPE.VERTICAL, forceType: FORCETYPE = FORCETYPE.NONE, label: String? = null, rich: Boolean = false, init: Spinner.() -> Unit = null): Spinner +

DSL builder extension function.

It takes the same parameters as the constructor of the built component.

-- cgit