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.html/-button/button.html | 4 ++-- docs/api/pl.treksoft.kvision.html/-button/index.html | 4 ++-- docs/api/pl.treksoft.kvision.html/-image/image.html | 4 ++-- docs/api/pl.treksoft.kvision.html/-image/index.html | 4 ++-- docs/api/pl.treksoft.kvision.html/-label/index.html | 4 ++-- docs/api/pl.treksoft.kvision.html/-label/label.html | 4 ++-- docs/api/pl.treksoft.kvision.html/-link/index.html | 4 ++-- docs/api/pl.treksoft.kvision.html/-link/link.html | 4 ++-- docs/api/pl.treksoft.kvision.html/-list-tag/index.html | 4 ++-- docs/api/pl.treksoft.kvision.html/-list-tag/list-tag.html | 4 ++-- docs/api/pl.treksoft.kvision.html/-tag/index.html | 4 ++-- docs/api/pl.treksoft.kvision.html/-tag/tag.html | 4 ++-- 12 files changed, 24 insertions(+), 24 deletions(-) (limited to 'docs/api/pl.treksoft.kvision.html') diff --git a/docs/api/pl.treksoft.kvision.html/-button/button.html b/docs/api/pl.treksoft.kvision.html/-button/button.html index 70f921d9..c1ebc788 100644 --- a/docs/api/pl.treksoft.kvision.html/-button/button.html +++ b/docs/api/pl.treksoft.kvision.html/-button/button.html @@ -9,8 +9,8 @@

button

-fun Container.button(text: String, icon: String? = null, style: BUTTONSTYLE = BUTTONSTYLE.DEFAULT, disabled: Boolean = false, classes: Set<String> = setOf(), init: Button.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.button(text: String, icon: String? = null, style: BUTTONSTYLE = BUTTONSTYLE.DEFAULT, disabled: Boolean = false, classes: Set<String> = setOf(), init: Button.() -> Unit = null): Button +

DSL builder extension function.

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

diff --git a/docs/api/pl.treksoft.kvision.html/-button/index.html b/docs/api/pl.treksoft.kvision.html/-button/index.html index f63ced71..afbe0fcf 100644 --- a/docs/api/pl.treksoft.kvision.html/-button/index.html +++ b/docs/api/pl.treksoft.kvision.html/-button/index.html @@ -368,8 +368,8 @@

button

-fun Container.button(text: String, icon: String? = null, style: BUTTONSTYLE = BUTTONSTYLE.DEFAULT, disabled: Boolean = false, classes: Set<String> = setOf(), init: Button.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.button(text: String, icon: String? = null, style: BUTTONSTYLE = BUTTONSTYLE.DEFAULT, disabled: Boolean = false, classes: Set<String> = setOf(), init: Button.() -> Unit = null): Button +

DSL builder extension function.

diff --git a/docs/api/pl.treksoft.kvision.html/-image/image.html b/docs/api/pl.treksoft.kvision.html/-image/image.html index 80f873c1..4f07afd4 100644 --- a/docs/api/pl.treksoft.kvision.html/-image/image.html +++ b/docs/api/pl.treksoft.kvision.html/-image/image.html @@ -9,8 +9,8 @@

image

-fun Container.image(src: ResString, alt: String? = null, responsive: Boolean = false, shape: IMAGESHAPE? = null, centered: Boolean = false, classes: Set<String> = setOf(), init: Image.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.image(src: ResString, alt: String? = null, responsive: Boolean = false, shape: IMAGESHAPE? = null, centered: Boolean = false, classes: Set<String> = setOf(), init: Image.() -> Unit = null): Image +

DSL builder extension function.

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

diff --git a/docs/api/pl.treksoft.kvision.html/-image/index.html b/docs/api/pl.treksoft.kvision.html/-image/index.html index dfd09e4e..c065fc12 100644 --- a/docs/api/pl.treksoft.kvision.html/-image/index.html +++ b/docs/api/pl.treksoft.kvision.html/-image/index.html @@ -341,8 +341,8 @@

image

-fun Container.image(src: ResString, alt: String? = null, responsive: Boolean = false, shape: IMAGESHAPE? = null, centered: Boolean = false, classes: Set<String> = setOf(), init: Image.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.image(src: ResString, alt: String? = null, responsive: Boolean = false, shape: IMAGESHAPE? = null, centered: Boolean = false, classes: Set<String> = setOf(), init: Image.() -> Unit = null): Image +

DSL builder extension function.

diff --git a/docs/api/pl.treksoft.kvision.html/-label/index.html b/docs/api/pl.treksoft.kvision.html/-label/index.html index 168cc09c..92da78d4 100644 --- a/docs/api/pl.treksoft.kvision.html/-label/index.html +++ b/docs/api/pl.treksoft.kvision.html/-label/index.html @@ -94,8 +94,8 @@

label

-fun Container.label(text: String, rich: Boolean = false, init: Label.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.label(text: String, rich: Boolean = false, init: Label.() -> Unit = null): Label +

DSL builder extension function.

diff --git a/docs/api/pl.treksoft.kvision.html/-label/label.html b/docs/api/pl.treksoft.kvision.html/-label/label.html index e076da7c..fd58df18 100644 --- a/docs/api/pl.treksoft.kvision.html/-label/label.html +++ b/docs/api/pl.treksoft.kvision.html/-label/label.html @@ -9,8 +9,8 @@

label

-fun Container.label(text: String, rich: Boolean = false, init: Label.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.label(text: String, rich: Boolean = false, init: Label.() -> Unit = null): Label +

DSL builder extension function.

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

diff --git a/docs/api/pl.treksoft.kvision.html/-link/index.html b/docs/api/pl.treksoft.kvision.html/-link/index.html index 14c28526..a26de1f6 100644 --- a/docs/api/pl.treksoft.kvision.html/-link/index.html +++ b/docs/api/pl.treksoft.kvision.html/-link/index.html @@ -162,8 +162,8 @@

link

-fun Container.link(label: String, url: String, icon: String? = null, image: ResString? = null, classes: Set<String> = setOf(), init: Link.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.link(label: String, url: String, icon: String? = null, image: ResString? = null, classes: Set<String> = setOf(), init: Link.() -> Unit = null): Link +

DSL builder extension function.

diff --git a/docs/api/pl.treksoft.kvision.html/-link/link.html b/docs/api/pl.treksoft.kvision.html/-link/link.html index 7afa79bf..a962fd12 100644 --- a/docs/api/pl.treksoft.kvision.html/-link/link.html +++ b/docs/api/pl.treksoft.kvision.html/-link/link.html @@ -9,8 +9,8 @@

link

-fun Container.link(label: String, url: String, icon: String? = null, image: ResString? = null, classes: Set<String> = setOf(), init: Link.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.link(label: String, url: String, icon: String? = null, image: ResString? = null, classes: Set<String> = setOf(), init: Link.() -> Unit = null): Link +

DSL builder extension function.

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

diff --git a/docs/api/pl.treksoft.kvision.html/-list-tag/index.html b/docs/api/pl.treksoft.kvision.html/-list-tag/index.html index d081c2eb..6b8c6545 100644 --- a/docs/api/pl.treksoft.kvision.html/-list-tag/index.html +++ b/docs/api/pl.treksoft.kvision.html/-list-tag/index.html @@ -155,8 +155,8 @@ any Component

listTag

-fun Container.listTag(type: LIST