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

SpinnerInput

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

The basic component for spinner control.

Constructors

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

disabled

@@ -93,7 +93,7 @@

name

@@ -120,7 +120,7 @@

size

@@ -179,7 +179,7 @@

parent

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