From d8cd67062b8de6e8398dc6dfd00d201200c82414 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Fri, 9 Feb 2018 13:40:35 +0100 Subject: API doc and readme --- .../pl.treksoft.kvision.form.spinner/index.html | 54 ++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 docs/api/pl.treksoft.kvision.form.spinner/index.html (limited to 'docs/api/pl.treksoft.kvision.form.spinner/index.html') diff --git a/docs/api/pl.treksoft.kvision.form.spinner/index.html b/docs/api/pl.treksoft.kvision.form.spinner/index.html new file mode 100644 index 00000000..bf102d00 --- /dev/null +++ b/docs/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