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/index.html | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) (limited to 'api/pl.treksoft.kvision.form.check/-check-input/index.html') 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

-- cgit