From 806edfceeefe7fda47924f97237974e99fe28a02 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 2 Apr 2018 01:35:47 +0200 Subject: API documentantion update --- api/pl.treksoft.kvision.form.select/-select-input/disabled.html | 3 ++- api/pl.treksoft.kvision.form.select/-select-input/index.html | 8 ++++---- api/pl.treksoft.kvision.form.select/-select-input/name.html | 3 ++- api/pl.treksoft.kvision.form.select/-select-input/size.html | 3 ++- 4 files changed, 10 insertions(+), 7 deletions(-) (limited to 'api/pl.treksoft.kvision.form.select/-select-input') diff --git a/api/pl.treksoft.kvision.form.select/-select-input/disabled.html b/api/pl.treksoft.kvision.form.select/-select-input/disabled.html index d35f83fa..21a1d754 100644 --- a/api/pl.treksoft.kvision.form.select/-select-input/disabled.html +++ b/api/pl.treksoft.kvision.form.select/-select-input/disabled.html @@ -9,7 +9,8 @@

disabled

-var disabled: Boolean +open var disabled: Boolean +

Overrides FormInput.disabled

Determines if the field is disabled.

Getter

Determines if the field is disabled.

diff --git a/api/pl.treksoft.kvision.form.select/-select-input/index.html b/api/pl.treksoft.kvision.form.select/-select-input/index.html index 2ca9af8e..ed47854a 100644 --- a/api/pl.treksoft.kvision.form.select/-select-input/index.html +++ b/api/pl.treksoft.kvision.form.select/-select-input/index.html @@ -8,7 +8,7 @@ kvision / pl.treksoft.kvision.form.select / SelectInput

SelectInput

-open class SelectInput : SimplePanel +open class SelectInput : SimplePanel, FormInput

The basic component for Select control.

The select control can be populated directly from options parameter or manually by adding SelectOption or SelectOptGroup components to the container.

@@ -50,7 +50,7 @@

disabled

-var disabled: Boolean +open var disabled: Boolean

Determines if the field is disabled.

@@ -95,7 +95,7 @@

name

-var name: String? +open var name: String?

The name attribute of the generated HTML select element.

@@ -131,7 +131,7 @@

size

-var size: InputSize? +open var size: InputSize?

The size of the input.

diff --git a/api/pl.treksoft.kvision.form.select/-select-input/name.html b/api/pl.treksoft.kvision.form.select/-select-input/name.html index 28f69d76..6a9a2e7b 100644 --- a/api/pl.treksoft.kvision.form.select/-select-input/name.html +++ b/api/pl.treksoft.kvision.form.select/-select-input/name.html @@ -9,7 +9,8 @@

name

-var name: String? +open var name: String? +

Overrides FormInput.name

The name attribute of the generated HTML select element.

Getter

The name attribute of the generated HTML select element.

diff --git a/api/pl.treksoft.kvision.form.select/-select-input/size.html b/api/pl.treksoft.kvision.form.select/-select-input/size.html index b1069294..2037173f 100644 --- a/api/pl.treksoft.kvision.form.select/-select-input/size.html +++ b/api/pl.treksoft.kvision.form.select/-select-input/size.html @@ -9,7 +9,8 @@

size

-var size: InputSize? +open var size: InputSize? +

Overrides FormInput.size

The size of the input.

Getter

The size of the input.

-- cgit