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/index.html | 63 ++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 api/pl.treksoft.kvision.table/index.html (limited to 'api/pl.treksoft.kvision.table/index.html') diff --git a/api/pl.treksoft.kvision.table/index.html b/api/pl.treksoft.kvision.table/index.html new file mode 100644 index 00000000..4c79f81a --- /dev/null +++ b/api/pl.treksoft.kvision.table/index.html @@ -0,0 +1,63 @@ + + + +pl.treksoft.kvision.table - kvision + + + +kvision / pl.treksoft.kvision.table
+
+

Package pl.treksoft.kvision.table

+

Clasess supporting HTML tables.

+

Types

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

Cell

+
+open class Cell : Tag +

HTML table cell component.

+
+

HeaderCell

+
+open class HeaderCell : Tag +

HTML table header cell component.

+
+

Row

+
+open class Row : Tag +

HTML table row component.

+
+

Table

+
+open class Table : SimplePanel +

HTML table component.

+
+

TableType

+
+enum class TableType +

HTML table types.

+
+ + -- cgit