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 --- .../-string-form-control/get-value-as-string.html | 16 --- .../-string-form-control/get-value.html | 18 --- .../-string-form-control/index.html | 151 --------------------- .../-string-form-control/set-value.html | 19 --- .../-string-form-control/value.html | 15 -- 5 files changed, 219 deletions(-) delete mode 100644 docs/api/pl.treksoft.kvision.form/-string-form-control/get-value-as-string.html delete mode 100644 docs/api/pl.treksoft.kvision.form/-string-form-control/get-value.html delete mode 100644 docs/api/pl.treksoft.kvision.form/-string-form-control/index.html delete mode 100644 docs/api/pl.treksoft.kvision.form/-string-form-control/set-value.html delete mode 100644 docs/api/pl.treksoft.kvision.form/-string-form-control/value.html (limited to 'docs/api/pl.treksoft.kvision.form/-string-form-control') diff --git a/docs/api/pl.treksoft.kvision.form/-string-form-control/get-value-as-string.html b/docs/api/pl.treksoft.kvision.form/-string-form-control/get-value-as-string.html deleted file mode 100644 index 65693283..00000000 --- a/docs/api/pl.treksoft.kvision.form/-string-form-control/get-value-as-string.html +++ /dev/null @@ -1,16 +0,0 @@ - - - -StringFormControl.getValueAsString - kvision - - - -kvision / pl.treksoft.kvision.form / StringFormControl / 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/-string-form-control/get-value.html b/docs/api/pl.treksoft.kvision.form/-string-form-control/get-value.html deleted file mode 100644 index edfa3c58..00000000 --- a/docs/api/pl.treksoft.kvision.form/-string-form-control/get-value.html +++ /dev/null @@ -1,18 +0,0 @@ - - - -StringFormControl.getValue - kvision - - - -kvision / pl.treksoft.kvision.form / StringFormControl / getValue
-
-

getValue

- -open fun getValue(): String? -

Overrides FormControl.getValue

-

Returns the value of the control.

-

Return
-the value

- - diff --git a/docs/api/pl.treksoft.kvision.form/-string-form-control/index.html b/docs/api/pl.treksoft.kvision.form/-string-form-control/index.html deleted file mode 100644 index 0df074f2..00000000 --- a/docs/api/pl.treksoft.kvision.form/-string-form-control/index.html +++ /dev/null @@ -1,151 +0,0 @@ - - - -StringFormControl - kvision - - - -kvision / pl.treksoft.kvision.form / StringFormControl
-
-

StringFormControl

-interface StringFormControl : FormControl -

Base interface of a form control with a text value.

-

Properties

- - - - - - - -
-

value

-
-abstract var value: String? -

Text 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(): String? -

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

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

AbstractText

-
-abstract class AbstractText : SimplePanel, StringFormControl -

Base class for form field text components.

-
-

RadioGroup

-
-open class RadioGroup : SimplePanel, StringFormControl -

The form field component rendered as a group of HTML input type="radio" elements with the same name attribute.

-
-

Select

-
-open class Select : SimplePanel, StringFormControl -

The form field component for Select control.

-
- - diff --git a/docs/api/pl.treksoft.kvision.form/-string-form-control/set-value.html b/docs/api/pl.treksoft.kvision.form/-string-form-control/set-value.html deleted file mode 100644 index 7188abdc..00000000 --- a/docs/api/pl.treksoft.kvision.form/-string-form-control/set-value.html +++ /dev/null @@ -1,19 +0,0 @@ - - - -StringFormControl.setValue - kvision - - - -kvision / pl.treksoft.kvision.form / StringFormControl / 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/-string-form-control/value.html b/docs/api/pl.treksoft.kvision.form/-string-form-control/value.html deleted file mode 100644 index d01cb792..00000000 --- a/docs/api/pl.treksoft.kvision.form/-string-form-control/value.html +++ /dev/null @@ -1,15 +0,0 @@ - - - -StringFormControl.value - kvision - - - -kvision / pl.treksoft.kvision.form / StringFormControl / value
-
-

value

- -abstract var value: String? -

Text value.

- - -- cgit