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 --- .../-abstract-text-input/index.html | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) (limited to 'api/pl.treksoft.kvision.form.text/-abstract-text-input/index.html') diff --git a/api/pl.treksoft.kvision.form.text/-abstract-text-input/index.html b/api/pl.treksoft.kvision.form.text/-abstract-text-input/index.html index dc884549..cf5fced4 100644 --- a/api/pl.treksoft.kvision.form.text/-abstract-text-input/index.html +++ b/api/pl.treksoft.kvision.form.text/-abstract-text-input/index.html @@ -8,7 +8,7 @@ kvision / pl.treksoft.kvision.form.text / AbstractTextInput

AbstractTextInput

-abstract class AbstractTextInput : Widget +abstract class AbstractTextInput : Widget, FormInput

Base class for basic text components.

Constructors

@@ -39,7 +39,7 @@

disabled

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

name

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

size

@@ -134,7 +134,7 @@

parent

@@ -368,6 +368,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