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/index.html | 142 --------------------- 1 file changed, 142 deletions(-) delete mode 100644 docs/api/pl.treksoft.kvision.form/-bool-form-control/index.html (limited to 'docs/api/pl.treksoft.kvision.form/-bool-form-control/index.html') 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".

-
- - -- cgit