From eeb8fdf8f890daeed907a6d0591ea6fae8421860 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Wed, 6 Mar 2019 13:53:58 +0100 Subject: API documentation for KVision 0.0.28 --- .../-call-agent/index.html | 14 +++++ .../-call-module/index.html | 14 +++++ .../-credentials/index.html | 14 +++++ api/pl.treksoft.kvision.remote/-j-s-o-n/index.html | 61 ++++++++++++++++++++++ .../-j-s-o-n/nonstrict.html | 14 +++++ api/pl.treksoft.kvision.remote/-j-s-o-n/plain.html | 14 +++++ .../-j-s-o-n/to-obj.html | 18 +++++++ .../-k-v-controller/index.html | 14 +++++ .../-k-v-remote-agent/index.html | 14 +++++ .../-k-v-service-manager/index.html | 14 +++++ .../-login-service/index.html | 14 +++++ .../-main-module/index.html | 14 +++++ api/pl.treksoft.kvision.remote/-object/-init-.html | 15 ++++++ api/pl.treksoft.kvision.remote/-object/index.html | 42 +++++++++++++++ api/pl.treksoft.kvision.remote/-remote-agent.html | 14 +++++ .../-security-exception/index.html | 14 +++++ .../-security-mgr/index.html | 14 +++++ api/pl.treksoft.kvision.remote/index.html | 27 ++++++++++ api/pl.treksoft.kvision.remote/obj.html | 15 ++++++ 19 files changed, 360 insertions(+) create mode 100644 api/pl.treksoft.kvision.remote/-j-s-o-n/index.html create mode 100644 api/pl.treksoft.kvision.remote/-j-s-o-n/nonstrict.html create mode 100644 api/pl.treksoft.kvision.remote/-j-s-o-n/plain.html create mode 100644 api/pl.treksoft.kvision.remote/-j-s-o-n/to-obj.html create mode 100644 api/pl.treksoft.kvision.remote/-object/-init-.html create mode 100644 api/pl.treksoft.kvision.remote/-object/index.html create mode 100644 api/pl.treksoft.kvision.remote/obj.html (limited to 'api/pl.treksoft.kvision.remote') diff --git a/api/pl.treksoft.kvision.remote/-call-agent/index.html b/api/pl.treksoft.kvision.remote/-call-agent/index.html index 650b46ef..310646be 100644 --- a/api/pl.treksoft.kvision.remote/-call-agent/index.html +++ b/api/pl.treksoft.kvision.remote/-call-agent/index.html @@ -66,5 +66,19 @@ +

Extension Functions

+ + + + + + + +
+

createInstance

+
+fun <T> Any?.createInstance(vararg args: dynamic): T +

Helper function for creating JavaScript objects from dynamic constructors.

+
diff --git a/api/pl.treksoft.kvision.remote/-call-module/index.html b/api/pl.treksoft.kvision.remote/-call-module/index.html index 907c004f..58c4b70d 100644 --- a/api/pl.treksoft.kvision.remote/-call-module/index.html +++ b/api/pl.treksoft.kvision.remote/-call-module/index.html @@ -33,5 +33,19 @@ +

Extension Functions

+ + + + + + + +
+

createInstance

+
+fun <T> Any?.createInstance(vararg args: dynamic): T +

Helper function for creating JavaScript objects from dynamic constructors.

+
diff --git a/api/pl.treksoft.kvision.remote/-credentials/index.html b/api/pl.treksoft.kvision.remote/-credentials/index.html index b61a5ce3..0f549ee5 100644 --- a/api/pl.treksoft.kvision.remote/-credentials/index.html +++ b/api/pl.treksoft.kvision.remote/-credentials/index.html @@ -43,5 +43,19 @@ +

Extension Functions

+ + + + + + + +
+

createInstance

+
+fun <T> Any?.createInstance(vararg args: dynamic): T +

Helper function for creating JavaScript objects from dynamic constructors.

+
diff --git a/api/pl.treksoft.kvision.remote/-j-s-o-n/index.html b/api/pl.treksoft.kvision.remote/-j-s-o-n/index.html new file mode 100644 index 00000000..fb5f89cf --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-j-s-o-n/index.html @@ -0,0 +1,61 @@ + + + +JSON - kvision + + + +kvision / pl.treksoft.kvision.remote / JSON
+
+

JSON

+object JSON +

JSON utility functions

+

Properties

+ + + + + + + + + + + +
+

nonstrict

+
+val nonstrict: Json
+

plain

+
+val plain: Json
+

Functions

+ + + + + + + +
+

toObj

+
+fun <T> T.toObj(serializer: SerializationStrategy<T>): dynamic +

An extension function to convert Serializable object to JS dynamic object

+
+

Extension Functions

+ + + + + + + +
+

createInstance

+
+fun <T> Any?.createInstance(vararg args: dynamic): T +

Helper function for creating JavaScript objects from dynamic constructors.

+
+ + diff --git a/api/pl.treksoft.kvision.remote/-j-s-o-n/nonstrict.html b/api/pl.treksoft.kvision.remote/-j-s-o-n/nonstrict.html new file mode 100644 index 00000000..3c286444 --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-j-s-o-n/nonstrict.html @@ -0,0 +1,14 @@ + + + +JSON.nonstrict - kvision + + + +kvision / pl.treksoft.kvision.remote / JSON / nonstrict
+
+

nonstrict

+ +val nonstrict: Json + + diff --git a/api/pl.treksoft.kvision.remote/-j-s-o-n/plain.html b/api/pl.treksoft.kvision.remote/-j-s-o-n/plain.html new file mode 100644 index 00000000..e6997519 --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-j-s-o-n/plain.html @@ -0,0 +1,14 @@ + + + +JSON.plain - kvision + + + +kvision / pl.treksoft.kvision.remote / JSON / plain
+
+

plain

+ +val plain: Json + + diff --git a/api/pl.treksoft.kvision.remote/-j-s-o-n/to-obj.html b/api/pl.treksoft.kvision.remote/-j-s-o-n/to-obj.html new file mode 100644 index 00000000..8de7d04d --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-j-s-o-n/to-obj.html @@ -0,0 +1,18 @@ + + + +JSON.toObj - kvision + + + +kvision / pl.treksoft.kvision.remote / JSON / toObj
+
+

toObj

+ +fun <T> T.toObj(serializer: SerializationStrategy<T>): dynamic +

An extension function to convert Serializable object to JS dynamic object

+

Parameters

+

+serializer - a serializer for T

+ + diff --git a/api/pl.treksoft.kvision.remote/-k-v-controller/index.html b/api/pl.treksoft.kvision.remote/-k-v-controller/index.html index 20a36779..8e8da5eb 100644 --- a/api/pl.treksoft.kvision.remote/-k-v-controller/index.html +++ b/api/pl.treksoft.kvision.remote/-k-v-controller/index.html @@ -52,5 +52,19 @@ +

Extension Functions

+ + + + + + + +
+

createInstance

+
+fun <T> Any?.createInstance(vararg args: dynamic): T +

Helper function for creating JavaScript objects from dynamic constructors.

+
diff --git a/api/pl.treksoft.kvision.remote/-k-v-remote-agent/index.html b/api/pl.treksoft.kvision.remote/-k-v-remote-agent/index.html index 281e5bfa..deb7bcc9 100644 --- a/api/pl.treksoft.kvision.remote/-k-v-remote-agent/index.html +++ b/api/pl.treksoft.kvision.remote/-k-v-remote-agent/index.html @@ -68,5 +68,19 @@ +

Extension Functions

+ + + + + + + +
+

createInstance

+
+fun <T> Any?.createInstance(vararg args: dynamic): T +

Helper function for creating JavaScript objects from dynamic constructors.

+
diff --git a/api/pl.treksoft.kvision.remote/-k-v-service-manager/index.html b/api/pl.treksoft.kvision.remote/-k-v-service-manager/index.html index f2cf9b89..0a32f3a3 100644 --- a/api/pl.treksoft.kvision.remote/-k-v-service-manager/index.html +++ b/api/pl.treksoft.kvision.remote/-k-v-service-manager/index.html @@ -163,5 +163,19 @@ +

Extension Functions

+ + + + + + + +
+

createInstance

+
+fun <T> Any?.createInstance(vararg args: dynamic): T +

Helper function for creating JavaScript objects from dynamic constructors.

+
diff --git a/api/pl.treksoft.kvision.remote/-login-service/index.html b/api/pl.treksoft.kvision.remote/-login-service/index.html index 45f65f43..c965f5d7 100644 --- a/api/pl.treksoft.kvision.remote/-login-service/index.html +++ b/api/pl.treksoft.kvision.remote/-login-service/index.html @@ -57,5 +57,19 @@ +

Extension Functions

+ + + + + + + +
+

createInstance

+
+fun <T> Any?.createInstance(vararg args: dynamic): T +

Helper function for creating JavaScript objects from dynamic constructors.

+
diff --git a/api/pl.treksoft.kvision.remote/-main-module/index.html b/api/pl.treksoft.kvision.remote/-main-module/index.html index 0e930267..8e1b5957 100644 --- a/api/pl.treksoft.kvision.remote/-main-module/index.html +++ b/api/pl.treksoft.kvision.remote/-main-module/index.html @@ -33,5 +33,19 @@ +

Extension Functions

+ + + + + + + +
+

createInstance

+
+fun <T> Any?.createInstance(vararg args: dynamic): T +

Helper function for creating JavaScript objects from dynamic constructors.

+
diff --git a/api/pl.treksoft.kvision.remote/-object/-init-.html b/api/pl.treksoft.kvision.remote/-object/-init-.html new file mode 100644 index 00000000..c0d6188b --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-object/-init-.html @@ -0,0 +1,15 @@ + + + +Object.<init> - kvision + + + +kvision / pl.treksoft.kvision.remote / Object / <init>
+
+

<init>

+ +Object() +

JavaScript Object type

+ + diff --git a/api/pl.treksoft.kvision.remote/-object/index.html b/api/pl.treksoft.kvision.remote/-object/index.html new file mode 100644 index 00000000..3cb62c10 --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-object/index.html @@ -0,0 +1,42 @@ + + + +Object - kvision + + + +kvision / pl.treksoft.kvision.remote / Object
+
+

Object

+external class Object +

JavaScript Object type

+

Constructors

+ + + + + + + +
+

<init>

+
+Object() +

JavaScript Object type

+
+

Extension Functions

+ + + + + + + +
+

createInstance

+
+fun <T> Any?.createInstance(vararg args: dynamic): T +

Helper function for creating JavaScript objects from dynamic constructors.

+
+ + diff --git a/api/pl.treksoft.kvision.remote/-remote-agent.html b/api/pl.treksoft.kvision.remote/-remote-agent.html index ae9b926e..9e7aaef7 100644 --- a/api/pl.treksoft.kvision.remote/-remote-agent.html +++ b/api/pl.treksoft.kvision.remote/-remote-agent.html @@ -10,6 +10,20 @@

RemoteAgent

interface RemoteAgent

Interface for client side agent for JSON-RPC remote calls.

+

Extension Functions

+ + + + + + + +
+

createInstance

+
+fun <T> Any?.createInstance(vararg args: dynamic): T +

Helper function for creating JavaScript objects from dynamic constructors.

+

Inheritors

diff --git a/api/pl.treksoft.kvision.remote/-security-exception/index.html b/api/pl.treksoft.kvision.remote/-security-exception/index.html index 49182894..3a2a7270 100644 --- a/api/pl.treksoft.kvision.remote/-security-exception/index.html +++ b/api/pl.treksoft.kvision.remote/-security-exception/index.html @@ -24,5 +24,19 @@
+

Extension Functions

+ + + + + + + +
+

createInstance

+
+fun <T> Any?.createInstance(vararg args: dynamic): T +

Helper function for creating JavaScript objects from dynamic constructors.

+
diff --git a/api/pl.treksoft.kvision.remote/-security-mgr/index.html b/api/pl.treksoft.kvision.remote/-security-mgr/index.html index 92fefd27..610b4398 100644 --- a/api/pl.treksoft.kvision.remote/-security-mgr/index.html +++ b/api/pl.treksoft.kvision.remote/-security-mgr/index.html @@ -65,5 +65,19 @@ +

Extension Functions

+ + + + + + + +
+

createInstance

+
+fun <T> Any?.createInstance(vararg args: dynamic): T +

Helper function for creating JavaScript objects from dynamic constructors.

+
diff --git a/api/pl.treksoft.kvision.remote/index.html b/api/pl.treksoft.kvision.remote/index.html index 4bf1959f..3371bd4a 100644 --- a/api/pl.treksoft.kvision.remote/index.html +++ b/api/pl.treksoft.kvision.remote/index.html @@ -39,6 +39,15 @@ +

JSON

+ + +object JSON +

JSON utility functions

+ + + +

KVController

@@ -80,6 +89,15 @@ +

Object

+ + +external class Object +

JavaScript Object type

+ + + +

Profile

@@ -190,6 +208,15 @@ +

obj

+ + +fun obj(init: dynamic.() -> Unit): dynamic +

Helper function for creating JavaScript objects.

+ + + +

withProfile

diff --git a/api/pl.treksoft.kvision.remote/obj.html b/api/pl.treksoft.kvision.remote/obj.html new file mode 100644 index 00000000..86b2d05f --- /dev/null +++ b/api/pl.treksoft.kvision.remote/obj.html @@ -0,0 +1,15 @@ + + + +obj - kvision + + + +kvision / pl.treksoft.kvision.remote / obj
+
+

obj

+ +fun obj(init: dynamic.() -> Unit): dynamic +

Helper function for creating JavaScript objects.

+ + -- cgit