From 76c1fff00042ff1b5d524ee414dc6d28f7658c69 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Wed, 6 Nov 2019 00:01:19 +0100 Subject: API documentation for KVision 2.2.0 --- api/index-outline.html | 94 +++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 73 insertions(+), 21 deletions(-) (limited to 'api/index-outline.html') diff --git a/api/index-outline.html b/api/index-outline.html index c088fab7..3b1ee667 100644 --- a/api/index-outline.html +++ b/api/index-outline.html @@ -2802,7 +2802,7 @@ open fun setEventListener(block: SnOn<Widget>.() -> Unit): Widget
var startValue: Boolean
var style: CheckBoxStyle?
-open fun styleForHorizontalFormPanel(): Unit
+open fun styleForHorizontalFormPanel(horizontalRatio: FormHorizontalRatio): Unit
open fun styleForInlineFormPanel(): Unit
open fun styleForVerticalFormPanel(): Unit
open var value: Boolean
@@ -5361,7 +5361,7 @@ open var name: String?
abstract fun setValue(v: Any?): Unit
open var size: InputSize?
-open fun styleForHorizontalFormPanel(): Unit
+open fun styleForHorizontalFormPanel(horizontalRatio: FormHorizontalRatio): Unit
open fun styleForInlineFormPanel(): Unit
open fun styleForVerticalFormPanel(): Unit
open var validationStatus: ValidationStatus?
@@ -5384,6 +5384,29 @@ +enum class FormHorizontalRatio
+ interface FormInput : Component