From 61545b3f1fb1844af350d187edd26285e98f0466 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 26 Feb 2018 14:21:46 +0100 Subject: API documentation update --- docs/api/pl.treksoft.kvision.dropdown/-drop-down/-init-.html | 4 ++-- docs/api/pl.treksoft.kvision.dropdown/-drop-down/drop-down.html | 4 ++-- docs/api/pl.treksoft.kvision.dropdown/-drop-down/dropup.html | 6 ++++++ docs/api/pl.treksoft.kvision.dropdown/-drop-down/index.html | 8 ++++---- docs/api/pl.treksoft.kvision.dropdown/-drop-down/size.html | 2 +- docs/api/pl.treksoft.kvision.dropdown/-drop-down/style.html | 2 +- docs/api/pl.treksoft.kvision.dropdown/-drop-down/width.html | 3 +++ 7 files changed, 19 insertions(+), 10 deletions(-) (limited to 'docs/api/pl.treksoft.kvision.dropdown') diff --git a/docs/api/pl.treksoft.kvision.dropdown/-drop-down/-init-.html b/docs/api/pl.treksoft.kvision.dropdown/-drop-down/-init-.html index 79743254..05279737 100644 --- a/docs/api/pl.treksoft.kvision.dropdown/-drop-down/-init-.html +++ b/docs/api/pl.treksoft.kvision.dropdown/-drop-down/-init-.html @@ -8,8 +8,8 @@ kvision / pl.treksoft.kvision.dropdown / DropDown / <init>

<init>

- -DropDown(text: String, elements: List<StringPair>? = null, icon: String? = null, style: BUTTONSTYLE = BUTTONSTYLE.DEFAULT, disabled: Boolean = false, classes: Set<String> = setOf()) + +DropDown(text: String, elements: List<StringPair>? = null, icon: String? = null, style: ButtonStyle = ButtonStyle.DEFAULT, disabled: Boolean = false, classes: Set<String> = setOf())

Parameters

text - the label of the dropdown button

diff --git a/docs/api/pl.treksoft.kvision.dropdown/-drop-down/drop-down.html b/docs/api/pl.treksoft.kvision.dropdown/-drop-down/drop-down.html index c9ff1fd6..7c88d682 100644 --- a/docs/api/pl.treksoft.kvision.dropdown/-drop-down/drop-down.html +++ b/docs/api/pl.treksoft.kvision.dropdown/-drop-down/drop-down.html @@ -8,8 +8,8 @@ kvision / pl.treksoft.kvision.dropdown / DropDown / dropDown

dropDown

- -fun Container.dropDown(text: String, elements: List<StringPair>? = null, icon: String? = null, style: BUTTONSTYLE = BUTTONSTYLE.DEFAULT, disabled: Boolean = false, classes: Set<String> = setOf(), init: DropDown.() -> Unit = null): DropDown + +fun Container.dropDown(text: String, elements: List<StringPair>? = null, icon: String? = null, style: ButtonStyle = ButtonStyle.DEFAULT, disabled: Boolean = false, classes: Set<String> = setOf(), init: DropDown.() -> Unit = null): DropDown

DSL builder extension function.

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

diff --git a/docs/api/pl.treksoft.kvision.dropdown/-drop-down/dropup.html b/docs/api/pl.treksoft.kvision.dropdown/-drop-down/dropup.html index 27e68e8d..40a56d7b 100644 --- a/docs/api/pl.treksoft.kvision.dropdown/-drop-down/dropup.html +++ b/docs/api/pl.treksoft.kvision.dropdown/-drop-down/dropup.html @@ -11,5 +11,11 @@ var dropup: Boolean

Determines if the dropdown is showing upwards.

+

Getter
+

Determines if the dropdown is showing upwards.

+

+

Setter
+

Determines if the dropdown is showing upwards.

+

diff --git a/docs/api/pl.treksoft.kvision.dropdown/-drop-down/index.html b/docs/api/pl.treksoft.kvision.dropdown/-drop-down/index.html index 89e2ded2..f9330ef4 100644 --- a/docs/api/pl.treksoft.kvision.dropdown/-drop-down/index.html +++ b/docs/api/pl.treksoft.kvision.dropdown/-drop-down/index.html @@ -18,7 +18,7 @@

<init>

-DropDown(text: String, elements: List<StringPair>? = null, icon: String? = null, style: BUTTONSTYLE = BUTTONSTYLE.DEFAULT, disabled: Boolean = false, classes: Set<String> = setOf()) +DropDown(text: String, elements: List<StringPair>? = null, icon: String? = null, style: ButtonStyle = ButtonStyle.DEFAULT, disabled: Boolean = false, classes: Set<String> = setOf()) @@ -75,7 +75,7 @@

size

-var size: BUTTONSIZE? +var size: ButtonSize?

The size of the dropdown button.

@@ -84,7 +84,7 @@

style

-var style: BUTTONSTYLE +var style: ButtonStyle

The style of the dropdown button.

@@ -225,7 +225,7 @@

dropDown

-fun Container.dropDown(text: String, elements: List<StringPair>? = null, icon: String? = null, style: BUTTONSTYLE = BUTTONSTYLE.DEFAULT, disabled: Boolean = false, classes: Set<String> = setOf(), init: DropDown.() -> Unit = null): DropDown +fun Container.dropDown(text: String, elements: List<StringPair>? = null, icon: String? = null, style: ButtonStyle = ButtonStyle.DEFAULT, disabled: Boolean = false, classes: Set<String> = setOf(), init: DropDown.() -> Unit = null): DropDown

DSL builder extension function.

diff --git a/docs/api/pl.treksoft.kvision.dropdown/-drop-down/size.html b/docs/api/pl.treksoft.kvision.dropdown/-drop-down/size.html index 7b4f79c7..e29a3169 100644 --- a/docs/api/pl.treksoft.kvision.dropdown/-drop-down/size.html +++ b/docs/api/pl.treksoft.kvision.dropdown/-drop-down/size.html @@ -9,7 +9,7 @@

size

-var size: BUTTONSIZE? +var size: ButtonSize?

The size of the dropdown button.

diff --git a/docs/api/pl.treksoft.kvision.dropdown/-drop-down/style.html b/docs/api/pl.treksoft.kvision.dropdown/-drop-down/style.html index be4742b8..15e06226 100644 --- a/docs/api/pl.treksoft.kvision.dropdown/-drop-down/style.html +++ b/docs/api/pl.treksoft.kvision.dropdown/-drop-down/style.html @@ -9,7 +9,7 @@

style

-var style: BUTTONSTYLE +var style: ButtonStyle

The style of the dropdown button.

diff --git a/docs/api/pl.treksoft.kvision.dropdown/-drop-down/width.html b/docs/api/pl.treksoft.kvision.dropdown/-drop-down/width.html index b2a31a78..c86a3817 100644 --- a/docs/api/pl.treksoft.kvision.dropdown/-drop-down/width.html +++ b/docs/api/pl.treksoft.kvision.dropdown/-drop-down/width.html @@ -15,5 +15,8 @@

Getter

Width of the current component.

+

Setter
+

Width of the current component.

+

-- cgit