From 12d2bd198c9ff5cb197e50da2d024a2418b8ee36 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sat, 2 Jun 2018 00:47:15 +0200 Subject: Upgrade to 0.0.13 --- .../-k-files-form-control/get-value-as-string.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 api/pl.treksoft.kvision.form/-k-files-form-control/get-value-as-string.html (limited to 'api/pl.treksoft.kvision.form/-k-files-form-control/get-value-as-string.html') 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 new file mode 100644 index 00000000..6e890d6f --- /dev/null +++ b/api/pl.treksoft.kvision.form/-k-files-form-control/get-value-as-string.html @@ -0,0 +1,16 @@ + + + +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.

+ + -- cgit