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.core/-widget-wrapper/index.html | 4 ++-- docs/api/pl.treksoft.kvision.core/-widget-wrapper/widget-wrapper.html | 4 ++-- docs/api/pl.treksoft.kvision.core/-widget/index.html | 4 ++-- docs/api/pl.treksoft.kvision.core/-widget/widget.html | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) (limited to 'docs/api/pl.treksoft.kvision.core') diff --git a/docs/api/pl.treksoft.kvision.core/-widget-wrapper/index.html b/docs/api/pl.treksoft.kvision.core/-widget-wrapper/index.html index 62f4014c..50c17f77 100644 --- a/docs/api/pl.treksoft.kvision.core/-widget-wrapper/index.html +++ b/docs/api/pl.treksoft.kvision.core/-widget-wrapper/index.html @@ -296,8 +296,8 @@

widgetWrapper

-fun Container.widgetWrapper(wrapped: Component?, classes: Set<String> = setOf(), init: WidgetWrapper.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.widgetWrapper(wrapped: Component?, classes: Set<String> = setOf(), init: WidgetWrapper.() -> Unit = null): WidgetWrapper +

DSL builder extension function.

diff --git a/docs/api/pl.treksoft.kvision.core/-widget-wrapper/widget-wrapper.html b/docs/api/pl.treksoft.kvision.core/-widget-wrapper/widget-wrapper.html index 7e76a47c..8a9ef6c5 100644 --- a/docs/api/pl.treksoft.kvision.core/-widget-wrapper/widget-wrapper.html +++ b/docs/api/pl.treksoft.kvision.core/-widget-wrapper/widget-wrapper.html @@ -9,8 +9,8 @@

widgetWrapper

-fun Container.widgetWrapper(wrapped: Component?, classes: Set<String> = setOf(), init: WidgetWrapper.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.widgetWrapper(wrapped: Component?, classes: Set<String> = setOf(), init: WidgetWrapper.() -> Unit = null): WidgetWrapper +

DSL builder extension function.

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

diff --git a/docs/api/pl.treksoft.kvision.core/-widget/index.html b/docs/api/pl.treksoft.kvision.core/-widget/index.html index c0105aed..e8fca9b0 100644 --- a/docs/api/pl.treksoft.kvision.core/-widget/index.html +++ b/docs/api/pl.treksoft.kvision.core/-widget/index.html @@ -534,8 +534,8 @@

widget

-fun Container.widget(classes: Set<String> = setOf(), init: Widget.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.widget(classes: Set<String> = setOf(), init: Widget.() -> Unit = null): Widget +

DSL builder extension function.

diff --git a/docs/api/pl.treksoft.kvision.core/-widget/widget.html b/docs/api/pl.treksoft.kvision.core/-widget/widget.html index 1f11e7d6..c9336d5e 100644 --- a/docs/api/pl.treksoft.kvision.core/-widget/widget.html +++ b/docs/api/pl.treksoft.kvision.core/-widget/widget.html @@ -9,8 +9,8 @@

widget

-fun Container.widget(classes: Set<String> = setOf(), init: Widget.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.widget(classes: Set<String> = setOf(), init: Widget.() -> Unit = null): Widget +

DSL builder extension function.

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

-- cgit