From fb7ff5b8bf2073a8d7b78011b9edffc830dc63cb Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sat, 26 Oct 2019 00:17:24 +0200 Subject: API documentation for KVision 2.0.0 --- api1/pl.treksoft.kvision.table/index.html | 63 +++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 api1/pl.treksoft.kvision.table/index.html (limited to 'api1/pl.treksoft.kvision.table/index.html') diff --git a/api1/pl.treksoft.kvision.table/index.html b/api1/pl.treksoft.kvision.table/index.html new file mode 100644 index 00000000..4c79f81a --- /dev/null +++ b/api1/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