From 415afec335659ca6bc206b34bdd3c2fe4635718f Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Thu, 1 Mar 2018 15:19:44 +0100 Subject: KVision site with Jekyll --- api/pl.treksoft.kvision.form.spinner/index.html | 54 +++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 api/pl.treksoft.kvision.form.spinner/index.html (limited to 'api/pl.treksoft.kvision.form.spinner/index.html') diff --git a/api/pl.treksoft.kvision.form.spinner/index.html b/api/pl.treksoft.kvision.form.spinner/index.html new file mode 100644 index 00000000..2dc10dbb --- /dev/null +++ b/api/pl.treksoft.kvision.form.spinner/index.html @@ -0,0 +1,54 @@ + + + +pl.treksoft.kvision.form.spinner - kvision + + + +kvision / pl.treksoft.kvision.form.spinner
+
+

Package pl.treksoft.kvision.form.spinner

+

Spinner input component.

+

Types

+ + + + + + + + + + + + + + + + + + + +
+

ButtonsType

+
+enum class ButtonsType +

Spinner buttons layout types.

+
+

ForceType

+
+enum class ForceType +

Spinner force rounding types.

+
+

Spinner

+
+open class Spinner : SimplePanel, NumberFormControl +

The form field component for spinner control.

+
+

SpinnerInput

+
+open class SpinnerInput : Widget +

The basic component for spinner control.

+
+ + -- cgit