From 107481f9ad5783daed68de8dadea65be57a6266b Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Thu, 1 Mar 2018 14:21:24 +0100 Subject: Site initial commit --- .../-bool-form-control/get-value-as-string.html | 16 --- .../-bool-form-control/get-value.html | 18 --- .../-bool-form-control/index.html | 142 --------------------- .../-bool-form-control/set-value.html | 19 --- .../-bool-form-control/value.html | 15 --- 5 files changed, 210 deletions(-) delete mode 100644 docs/api/pl.treksoft.kvision.form/-bool-form-control/get-value-as-string.html delete mode 100644 docs/api/pl.treksoft.kvision.form/-bool-form-control/get-value.html delete mode 100644 docs/api/pl.treksoft.kvision.form/-bool-form-control/index.html delete mode 100644 docs/api/pl.treksoft.kvision.form/-bool-form-control/set-value.html delete mode 100644 docs/api/pl.treksoft.kvision.form/-bool-form-control/value.html (limited to 'docs/api/pl.treksoft.kvision.form/-bool-form-control') diff --git a/docs/api/pl.treksoft.kvision.form/-bool-form-control/get-value-as-string.html b/docs/api/pl.treksoft.kvision.form/-bool-form-control/get-value-as-string.html deleted file mode 100644 index 051170f1..00000000 --- a/docs/api/pl.treksoft.kvision.form/-bool-form-control/get-value-as-string.html +++ /dev/null @@ -1,16 +0,0 @@ - - - -BoolFormControl.getValueAsString - kvision - - - -kvision / pl.treksoft.kvision.form / BoolFormControl / getValueAsString
-
-

getValueAsString

- -open fun getValueAsString(): String? -

Overrides FormControl.getValueAsString

-

Returns the value of the control as a String.

- - diff --git a/docs/api/pl.treksoft.kvision.form/-bool-form-control/get-value.html b/docs/api/pl.treksoft.kvision.form/-bool-form-control/get-value.html deleted file mode 100644 index 3e08a58c..00000000 --- a/docs/api/pl.treksoft.kvision.form/-bool-form-control/get-value.html +++ /dev/null @@ -1,18 +0,0 @@ - - - -BoolFormControl.getValue - kvision - - - -kvision / pl.treksoft.kvision.form / BoolFormControl / getValue
-
-

getValue

- -open fun getValue(): Boolean -

Overrides FormControl.getValue

-

Returns the value of the control.

-

Return
-the value

- - diff --git a/docs/api/pl.treksoft.kvision.form/-bool-form-control/index.html b/docs/api/pl.treksoft.kvision.form/-bool-form-control/index.html deleted file mode 100644 index 85fe7ef1..00000000 --- a/docs/api/pl.treksoft.kvision.form/-bool-form-control/index.html +++ /dev/null @@ -1,142 +0,0 @@ - - - -BoolFormControl - kvision - - - -kvision / pl.treksoft.kvision.form / BoolFormControl
-
-

BoolFormControl

-interface BoolFormControl : FormControl -

Base interface of a form control with a boolean value.

-

Properties

- - - - - - - -
-

value

-
-abstract var value: Boolean -

Boolean value.

-
-

Inherited Properties

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
-

disabled

-
-abstract var disabled: Boolean -

Determines if the field is disabled.

-
-

flabel

-
-abstract val flabel: FieldLabel -

Form field label.

-
-

input

-
-abstract val input: Component -

The actual input component.

-
-

size

-
-abstract var size: InputSize? -

Input control size.

-
-

validationInfo

-
-abstract val validationInfo: HelpBlock -

Validation info component.

-
-

validatorError

-
-open var validatorError: String? -

Validator error message.

-
-

Functions

- - - - - - - - - - - - - - - -
-

getValue

-
-open fun getValue(): Boolean -

Returns the value of the control.

-
-

getValueAsString

-
-open fun getValueAsString(): String? -

Returns the value of the control as a String.

-
-

setValue

-
-open fun setValue(v: Any?): Unit -

Sets the value of the control.

-
-

Inheritors

- - - - - - - - - - - -
-

CheckBox

-
-open class CheckBox : SimplePanel, BoolFormControl -

The form field component rendered as HTML input type="checkbox".

-
-

Radio

-
-open class Radio : SimplePanel, BoolFormControl -

The form field component rendered as HTML input type="radio".

-
- - diff --git a/docs/api/pl.treksoft.kvision.form/-bool-form-control/set-value.html b/docs/api/pl.treksoft.kvision.form/-bool-form-control/set-value.html deleted file mode 100644 index 66079b74..00000000 --- a/docs/api/pl.treksoft.kvision.form/-bool-form-control/set-value.html +++ /dev/null @@ -1,19 +0,0 @@ - - - -BoolFormControl.setValue - kvision - - - -kvision / pl.treksoft.kvision.form / BoolFormControl / setValue
-
-

setValue

- -open fun setValue(v: Any?): Unit -

Overrides FormControl.setValue

-

Sets the value of the control.

-

Parameters

-

-v - the value

- - diff --git a/docs/api/pl.treksoft.kvision.form/-bool-form-control/value.html b/docs/api/pl.treksoft.kvision.form/-bool-form-control/value.html deleted file mode 100644 index 83a96ef7..00000000 --- a/docs/api/pl.treksoft.kvision.form/-bool-form-control/value.html +++ /dev/null @@ -1,15 +0,0 @@ - - - -BoolFormControl.value - kvision - - - -kvision / pl.treksoft.kvision.form / BoolFormControl / value
-
-

value

- -abstract var value: Boolean -

Boolean value.

- - -- cgit