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 --- .../-check-input/disabled.html | 3 ++- .../-check-input/index.html | 19 ++++++++++++++----- .../-check-input/name.html | 3 ++- .../-check-input/size.html | 3 ++- 4 files changed, 20 insertions(+), 8 deletions(-) (limited to 'api/pl.treksoft.kvision.form.check/-check-input') diff --git a/api/pl.treksoft.kvision.form.check/-check-input/disabled.html b/api/pl.treksoft.kvision.form.check/-check-input/disabled.html index 2e421730..e39d705e 100644 --- a/api/pl.treksoft.kvision.form.check/-check-input/disabled.html +++ b/api/pl.treksoft.kvision.form.check/-check-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.check/-check-input/index.html b/api/pl.treksoft.kvision.form.check/-check-input/index.html index 0fba2d41..9fda4ef1 100644 --- a/api/pl.treksoft.kvision.form.check/-check-input/index.html +++ b/api/pl.treksoft.kvision.form.check/-check-input/index.html @@ -8,7 +8,7 @@ kvision / pl.treksoft.kvision.form.check / CheckInput

CheckInput

-open class CheckInput : Widget +open class CheckInput : Widget, FormInput

The basic input component rendered as HTML input type="checkbox" or input type="radio".

Constructors

@@ -30,7 +30,7 @@

disabled

@@ -48,7 +48,7 @@

name

@@ -57,7 +57,7 @@

size

@@ -116,7 +116,7 @@

parent

@@ -367,6 +367,15 @@ + + + +
-var disabled: Boolean +open var disabled: Boolean

Determines if the field is disabled.

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

The name attribute of the generated HTML input element.

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

The size of the input.

-open var parent: Component? +open var parent: Container?

Parent of the current component.

+

setContextMenu

+
+open fun setContextMenu(contextMenu: ContextMenu): Widget +

Sets context menu for the current widget.

+

setDragDropData

diff --git a/api/pl.treksoft.kvision.form.check/-check-input/name.html b/api/pl.treksoft.kvision.form.check/-check-input/name.html index 91e2bfd4..8a3c35b8 100644 --- a/api/pl.treksoft.kvision.form.check/-check-input/name.html +++ b/api/pl.treksoft.kvision.form.check/-check-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 input element.

Getter

The name attribute of the generated HTML input element.

diff --git a/api/pl.treksoft.kvision.form.check/-check-input/size.html b/api/pl.treksoft.kvision.form.check/-check-input/size.html index cafb49d6..7f23c262 100644 --- a/api/pl.treksoft.kvision.form.check/-check-input/size.html +++ b/api/pl.treksoft.kvision.form.check/-check-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