From 7c2850063697f94a0d8b8d8f8588136dd4b3d05e Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sun, 21 Oct 2018 23:59:34 +0200 Subject: API documentation for KVision 0.0.19 --- .../-k-files-form-control/get-value-as-string.html | 16 -- .../-k-files-form-control/get-value.html | 18 --- .../-k-files-form-control/index.html | 165 --------------------- .../-k-files-form-control/set-value.html | 19 --- .../-k-files-form-control/value.html | 15 -- 5 files changed, 233 deletions(-) delete mode 100644 api/pl.treksoft.kvision.form/-k-files-form-control/get-value-as-string.html delete mode 100644 api/pl.treksoft.kvision.form/-k-files-form-control/get-value.html delete mode 100644 api/pl.treksoft.kvision.form/-k-files-form-control/index.html delete mode 100644 api/pl.treksoft.kvision.form/-k-files-form-control/set-value.html delete mode 100644 api/pl.treksoft.kvision.form/-k-files-form-control/value.html (limited to 'api/pl.treksoft.kvision.form/-k-files-form-control') diff --git a/api/pl.treksoft.kvision.form/-k-files-form-control/get-value-as-string.html b/api/pl.treksoft.kvision.form/-k-files-form-control/get-value-as-string.html deleted file mode 100644 index 6e890d6f..00000000 --- a/api/pl.treksoft.kvision.form/-k-files-form-control/get-value-as-string.html +++ /dev/null @@ -1,16 +0,0 @@ - - - -KFilesFormControl.getValueAsString - kvision - - - -kvision / pl.treksoft.kvision.form / KFilesFormControl / getValueAsString
-
-

getValueAsString

- -open fun getValueAsString(): String? -

Overrides FormControl.getValueAsString

-

Returns the value of the control as a String.

- - diff --git a/api/pl.treksoft.kvision.form/-k-files-form-control/get-value.html b/api/pl.treksoft.kvision.form/-k-files-form-control/get-value.html deleted file mode 100644 index cfc28f64..00000000 --- a/api/pl.treksoft.kvision.form/-k-files-form-control/get-value.html +++ /dev/null @@ -1,18 +0,0 @@ - - - -KFilesFormControl.getValue - kvision - - - -kvision / pl.treksoft.kvision.form / KFilesFormControl / getValue
-
-

getValue

- -open fun getValue(): List<KFile>? -

Overrides FormControl.getValue

-

Returns the value of the control.

-

Return
-the value

- - diff --git a/api/pl.treksoft.kvision.form/-k-files-form-control/index.html b/api/pl.treksoft.kvision.form/-k-files-form-control/index.html deleted file mode 100644 index 056d1394..00000000 --- a/api/pl.treksoft.kvision.form/-k-files-form-control/index.html +++ /dev/null @@ -1,165 +0,0 @@ - - - -KFilesFormControl - kvision - - - -kvision / pl.treksoft.kvision.form / KFilesFormControl
-
-

KFilesFormControl

-interface KFilesFormControl : FormControl -

Base interface of a form control with a list of files value.

-

Properties

- - - - - - - -
-

value

-
-abstract var value: List<KFile>? -

List of files value.

-
-

Inherited Properties

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

disabled

-
-open var disabled: Boolean -

Determines if the field is disabled.

-
-

flabel

-
-abstract val flabel: FieldLabel -

Form field label.

-
-

input

-
-abstract val input: FormInput -

The actual input component.

-
-

name

-
-open var name: String? -

The name attribute of the generated HTML input element.

-
-

size

-
-open var size: InputSize? -

Input control field size.

-
-

validationInfo

-
-abstract val validationInfo: HelpBlock -

Validation info component.

-
-

validatorError

-
-open var validatorError: String? -

Validator error message.

-
-

Functions

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

getValue

-
-open fun getValue(): List<KFile>? -

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.

-
-

Inherited Functions

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

blur

-
-abstract fun blur(): Unit -

Makes the input element blur.

-
-

focus

-
-abstract fun focus(): Unit -

Makes the input element focused.

-
-

Inheritors

- - - - - - - -
-

Upload

-
-open class Upload : SimplePanel, KFilesFormControl -

The form field file upload component.

-
- - diff --git a/api/pl.treksoft.kvision.form/-k-files-form-control/set-value.html b/api/pl.treksoft.kvision.form/-k-files-form-control/set-value.html deleted file mode 100644 index 6bb16a8d..00000000 --- a/api/pl.treksoft.kvision.form/-k-files-form-control/set-value.html +++ /dev/null @@ -1,19 +0,0 @@ - - - -KFilesFormControl.setValue - kvision - - - -kvision / pl.treksoft.kvision.form / KFilesFormControl / setValue
-
-

setValue

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

Overrides FormControl.setValue

-

Sets the value of the control.

-

Parameters

-

-v - the value

- - diff --git a/api/pl.treksoft.kvision.form/-k-files-form-control/value.html b/api/pl.treksoft.kvision.form/-k-files-form-control/value.html deleted file mode 100644 index 0692906c..00000000 --- a/api/pl.treksoft.kvision.form/-k-files-form-control/value.html +++ /dev/null @@ -1,15 +0,0 @@ - - - -KFilesFormControl.value - kvision - - - -kvision / pl.treksoft.kvision.form / KFilesFormControl / value
-
-

value

- -abstract var value: List<KFile>? -

List of files value.

- - -- cgit