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 --- .../-line-break/-a-n-y-w-h-e-r-e.html | 14 +++++ .../-line-break/-a-u-t-o.html | 14 +++++ .../-line-break/-l-o-o-s-e.html | 14 +++++ .../-line-break/-n-o-r-m-a-l.html | 14 +++++ .../-line-break/-s-t-r-i-c-t.html | 14 +++++ .../-line-break/index.html | 68 ++++++++++++++++++++++ 6 files changed, 138 insertions(+) create mode 100644 api/pl.treksoft.kvision.core/-line-break/-a-n-y-w-h-e-r-e.html create mode 100644 api/pl.treksoft.kvision.core/-line-break/-a-u-t-o.html create mode 100644 api/pl.treksoft.kvision.core/-line-break/-l-o-o-s-e.html create mode 100644 api/pl.treksoft.kvision.core/-line-break/-n-o-r-m-a-l.html create mode 100644 api/pl.treksoft.kvision.core/-line-break/-s-t-r-i-c-t.html create mode 100644 api/pl.treksoft.kvision.core/-line-break/index.html (limited to 'api/pl.treksoft.kvision.core/-line-break') diff --git a/api/pl.treksoft.kvision.core/-line-break/-a-n-y-w-h-e-r-e.html b/api/pl.treksoft.kvision.core/-line-break/-a-n-y-w-h-e-r-e.html new file mode 100644 index 00000000..1e748af6 --- /dev/null +++ b/api/pl.treksoft.kvision.core/-line-break/-a-n-y-w-h-e-r-e.html @@ -0,0 +1,14 @@ + + + +LineBreak.ANYWHERE - kvision + + + +kvision / pl.treksoft.kvision.core / LineBreak / ANYWHERE
+
+

ANYWHERE

+ +ANYWHERE + + diff --git a/api/pl.treksoft.kvision.core/-line-break/-a-u-t-o.html b/api/pl.treksoft.kvision.core/-line-break/-a-u-t-o.html new file mode 100644 index 00000000..7be66b0a --- /dev/null +++ b/api/pl.treksoft.kvision.core/-line-break/-a-u-t-o.html @@ -0,0 +1,14 @@ + + + +LineBreak.AUTO - kvision + + + +kvision / pl.treksoft.kvision.core / LineBreak / AUTO
+
+

AUTO

+ +AUTO + + diff --git a/api/pl.treksoft.kvision.core/-line-break/-l-o-o-s-e.html b/api/pl.treksoft.kvision.core/-line-break/-l-o-o-s-e.html new file mode 100644 index 00000000..fb4345b4 --- /dev/null +++ b/api/pl.treksoft.kvision.core/-line-break/-l-o-o-s-e.html @@ -0,0 +1,14 @@ + + + +LineBreak.LOOSE - kvision + + + +kvision / pl.treksoft.kvision.core / LineBreak / LOOSE
+
+

LOOSE

+ +LOOSE + + diff --git a/api/pl.treksoft.kvision.core/-line-break/-n-o-r-m-a-l.html b/api/pl.treksoft.kvision.core/-line-break/-n-o-r-m-a-l.html new file mode 100644 index 00000000..43e83491 --- /dev/null +++ b/api/pl.treksoft.kvision.core/-line-break/-n-o-r-m-a-l.html @@ -0,0 +1,14 @@ + + + +LineBreak.NORMAL - kvision + + + +kvision / pl.treksoft.kvision.core / LineBreak / NORMAL
+
+

NORMAL

+ +NORMAL + + diff --git a/api/pl.treksoft.kvision.core/-line-break/-s-t-r-i-c-t.html b/api/pl.treksoft.kvision.core/-line-break/-s-t-r-i-c-t.html new file mode 100644 index 00000000..492c9c47 --- /dev/null +++ b/api/pl.treksoft.kvision.core/-line-break/-s-t-r-i-c-t.html @@ -0,0 +1,14 @@ + + + +LineBreak.STRICT - kvision + + + +kvision / pl.treksoft.kvision.core / LineBreak / STRICT
+
+

STRICT

+ +STRICT + + diff --git a/api/pl.treksoft.kvision.core/-line-break/index.html b/api/pl.treksoft.kvision.core/-line-break/index.html new file mode 100644 index 00000000..861301ee --- /dev/null +++ b/api/pl.treksoft.kvision.core/-line-break/index.html @@ -0,0 +1,68 @@ + + + +LineBreak - kvision + + + +kvision / pl.treksoft.kvision.core / LineBreak
+
+

LineBreak

+enum class LineBreak +

Definitions of CSS line-break options.

+

Enum Values

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

AUTO

+
+
+

LOOSE

+
+
+

NORMAL

+
+
+

STRICT

+
+
+

ANYWHERE

+
+
+

Extension Functions

+ + + + + + + +
+

createInstance

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

Helper function for creating JavaScript objects from dynamic constructors.

+
+ + -- cgit