From a81c549e277d1a07e87cf8e2eecf89662deda323 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sun, 23 Dec 2018 01:32:27 +0100 Subject: API documentation for KVision 0.0.22 --- .../-select-option/-init-.html | 4 ++-- .../-select-option/index.html | 11 ++++++++++- .../-select-option/selected.html | 21 +++++++++++++++++++++ 3 files changed, 33 insertions(+), 3 deletions(-) create mode 100644 api/pl.treksoft.kvision.form.select/-select-option/selected.html (limited to 'api/pl.treksoft.kvision.form.select/-select-option') diff --git a/api/pl.treksoft.kvision.form.select/-select-option/-init-.html b/api/pl.treksoft.kvision.form.select/-select-option/-init-.html index 4bbd977b..86ab1574 100644 --- a/api/pl.treksoft.kvision.form.select/-select-option/-init-.html +++ b/api/pl.treksoft.kvision.form.select/-select-option/-init-.html @@ -8,8 +8,8 @@ kvision / pl.treksoft.kvision.form.select / SelectOption / <init>

<init>

- -SelectOption(value: String? = null, label: String? = null, subtext: String? = null, icon: String? = null, divider: Boolean = false, disabled: Boolean = false, classes: Set<String> = setOf()) + +SelectOption(value: String? = null, label: String? = null, subtext: String? = null, icon: String? = null, divider: Boolean = false, disabled: Boolean = false, selected: Boolean = false, classes: Set<String> = setOf())

Parameters

value - the value of the option

diff --git a/api/pl.treksoft.kvision.form.select/-select-option/index.html b/api/pl.treksoft.kvision.form.select/-select-option/index.html index 4ce406bd..7fe840ac 100644 --- a/api/pl.treksoft.kvision.form.select/-select-option/index.html +++ b/api/pl.treksoft.kvision.form.select/-select-option/index.html @@ -18,7 +18,7 @@

<init>

-SelectOption(value: String? = null, label: String? = null, subtext: String? = null, icon: String? = null, divider: Boolean = false, disabled: Boolean = false, classes: Set<String> = setOf()) +SelectOption(value: String? = null, label: String? = null, subtext: String? = null, icon: String? = null, divider: Boolean = false, disabled: Boolean = false, selected: Boolean = false, classes: Set<String> = setOf()) @@ -63,6 +63,15 @@ +

selected

+ + +var selected: Boolean +

Determines if the option is selected.

+ + + +

subtext

diff --git a/api/pl.treksoft.kvision.form.select/-select-option/selected.html b/api/pl.treksoft.kvision.form.select/-select-option/selected.html new file mode 100644 index 00000000..0aa4d26c --- /dev/null +++ b/api/pl.treksoft.kvision.form.select/-select-option/selected.html @@ -0,0 +1,21 @@ + + + +SelectOption.selected - kvision + + + +kvision / pl.treksoft.kvision.form.select / SelectOption / selected
+
+

selected

+ +var selected: Boolean +

Determines if the option is selected.

+

Getter
+

Determines if the option is selected.

+

+

Setter
+

Determines if the option is selected.

+

+ + -- cgit