From 70ed562ae730f65671defed6ed79d08d8126d467 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 5 Mar 2018 08:46:18 +0100 Subject: API doc update --- api/pl.treksoft.kvision.table/-cell/-init-.html | 27 +++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 api/pl.treksoft.kvision.table/-cell/-init-.html (limited to 'api/pl.treksoft.kvision.table/-cell/-init-.html') diff --git a/api/pl.treksoft.kvision.table/-cell/-init-.html b/api/pl.treksoft.kvision.table/-cell/-init-.html new file mode 100644 index 00000000..f5d12979 --- /dev/null +++ b/api/pl.treksoft.kvision.table/-cell/-init-.html @@ -0,0 +1,27 @@ + + + +Cell.<init> - kvision + + + +kvision / pl.treksoft.kvision.table / Cell / <init>
+
+

<init>

+ +Cell(text: String? = null, rich: Boolean = false, align: Align? = null, classes: Set<String> = setOf(), init: Cell.() -> Unit = null) +

Parameters

+

+text - text content of the cell

+

+rich - determines if text can contain HTML code

+

+align - text align

+

+classes - a set of CSS class names

+

+init - an initializer extension function

+

Constructor
+

+ + -- cgit