From 806edfceeefe7fda47924f97237974e99fe28a02 Mon Sep 17 00:00:00 2001
From: Robert Jaros Overrides FormInput.disabled Determines if the field is disabled. Getter Determines if the field is disabled. The basic component for spinner control. Determines if the field is disabled. The name attribute of the generated HTML input element. The size of the input. Parent of the current component. Sets context menu for the current widget. Overrides FormInput.name The name attribute of the generated HTML input element. Getter The name attribute of the generated HTML input element. Overrides FormInput.size The size of the input. Getter The size of the input.
+
- Constructor
disabled
-var disabled: Boolean
+open var disabled: Boolean
+
SpinnerInput
-open class SpinnerInput : Widget
+open class SpinnerInput : Widget, FormInput
Constructors
@@ -57,7 +57,7 @@
-
@@ -93,7 +93,7 @@
var disabled: Boolean
+open var disabled: Boolean
-
@@ -120,7 +120,7 @@
var name: String?
+open var name: String?
-
@@ -179,7 +179,7 @@
var size: InputSize?
+open var size: InputSize?
-
@@ -455,6 +455,15 @@
open var parent: Component?
+open var parent: Container?
+
+
+
+
+
+open fun setContextMenu(contextMenu: ContextMenu): Widget
+
+
diff --git a/api/pl.treksoft.kvision.form.spinner/-spinner-input/name.html b/api/pl.treksoft.kvision.form.spinner/-spinner-input/name.html
index 5f849941..2006819a 100644
--- a/api/pl.treksoft.kvision.form.spinner/-spinner-input/name.html
+++ b/api/pl.treksoft.kvision.form.spinner/-spinner-input/name.html
@@ -9,7 +9,8 @@
name
-var name: String?
+open var name: String?
+
size
-var size: InputSize?
+open var size: InputSize?
+
<init>
-
-Spinner(value: Number? = null, min: Int = 0, max: Int = DEFAULT_MAX, step: Double = DEFAULT_STEP, decimals: Int = 0, buttonsType: ButtonsType = ButtonsType.VERTICAL, forceType: ForceType = ForceType.NONE, label: String? = null, rich: Boolean = false)
+
+Spinner(value: Number? = null, name: String? = null, min: Int = 0, max: Int = DEFAULT_MAX, step: Double = DEFAULT_STEP, decimals: Int = 0, buttonsType: ButtonsType = ButtonsType.VERTICAL, forceType: ForceType = ForceType.NONE, label: String? = null, rich: Boolean = false)
Parameters
+name - the name attribute of the generated HTML input elementmin - minimal value (default 0)label - label text bound to the input elementrich - determines if label can contain HTML coderich - determines if label can contain HTML code
open var disabled: Boolean
-Overrides FormControl.disabled
-Determines if the field is disabled.
-diff --git a/api/pl.treksoft.kvision.form.spinner/-spinner/disabled.html b/api/pl.treksoft.kvision.form.spinner/-spinner/disabled.html deleted file mode 100644 index 1e94e006..00000000 --- a/api/pl.treksoft.kvision.form.spinner/-spinner/disabled.html +++ /dev/null @@ -1,16 +0,0 @@ - -
- -
- - -
-