From 61545b3f1fb1844af350d187edd26285e98f0466 Mon Sep 17 00:00:00 2001
From: Robert Jaros
-
<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, 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
@@ -28,7 +28,7 @@
label - label text bound to the input elementrich - determines if label can contain HTML coderich - determines if label can contain HTML code
Constructor