From 7c2850063697f94a0d8b8d8f8588136dd4b3d05e Mon Sep 17 00:00:00 2001
From: Robert Jaros
-
-
-
- Constructor DSL builder extension function. It takes the same parameters as the constructor of the built component. HTML table cell component. Text align. Text content of the tag. Determines if content can contain HTML code. Handlebars template. Handlebars templates for i18n. Tag type. Returns list of CSS class names for current widget in the form of a List. Renders current component as a Snabbdom vnode. DSL builder extension function.
-
-
-
- Constructor DSL builder extension function. It takes the same parameters as the constructor of the built component. HTML table header cell component. Text align. Text content of the tag. Determines if content can contain HTML code. Handlebars template. Handlebars templates for i18n. Tag type. Returns list of CSS class names for current widget in the form of a List. Renders current component as a Snabbdom vnode. DSL builder extension function.
-
- Constructor HTML table row component. Text align. Text content of the tag. Determines if content can contain HTML code. Handlebars template. Handlebars templates for i18n. Tag type. Returns list of CSS class names for current widget in the form of a List. Renders current component as a Snabbdom vnode. DSL builder extension function. DSL builder extension function. It takes the same parameters as the constructor of the built component. HTML table types.
-
-
-
- Constructor Overrides SimplePanel.addAll Adds a list of components to the current container.
- Return Adds new header cell to the table. Return Overrides SimplePanel.add Adds given component to the current container. Return Table caption. Getter Table caption.
-
-<init>
-
-Cell(content: String? = null, rich: Boolean = false, align: Align? = null, classes: Set<String> = setOf(), init: Cell.() -> Unit = null)
-Parameters
-content
- text content of the cellrich
- determines if content can contain HTML codeclasses
- a set of CSS class namesinit
- an initializer extension function
-
-
-cell
-
-fun Row.cell(content: String? = null, rich: Boolean = false, align: Align? = null, classes: Set<String> = setOf(), init: Cell.() -> Unit = null): Cell
-
-
-Cell
-open class Cell : Tag
-Constructors
-
-
-
-
-
-
-
-
-
-
-
-Cell(content: String? = null, rich: Boolean = false, align: Align? = null, classes: Set<String> = setOf(), init: Cell.() -> Unit = null)
Inherited Properties
-
-
-
-
-
-
-
-
-
-
-var align: Align?
-
-
-
-
-
-
-
-open var content: String?
-
-
-
-
-
-
-
-open var rich: Boolean
-
-
-
-
-
-
-
-open var template: (Any?) -> String
-
-
-
-
-
-
-
-open var templates: Map<String, (Any?) -> String>
-
-
-
-
-
-
-
-
-var type: TAG
-Inherited Functions
-
-
-
-
-
-
-
-
-
-
-open fun getSnClass(): List<StringBoolPair>
-
-
-
-
-
-
-
-
-open fun render(): VNode
-Companion Object Functions
-
-
-
-
-
diff --git a/api/pl.treksoft.kvision.table/-header-cell/-init-.html b/api/pl.treksoft.kvision.table/-header-cell/-init-.html
deleted file mode 100644
index b534f0ac..00000000
--- a/api/pl.treksoft.kvision.table/-header-cell/-init-.html
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-fun Row.cell(content: String? = null, rich: Boolean = false, align: Align? = null, classes: Set<String> = setOf(), init: Cell.() -> Unit = null): Cell
-
-
-<init>
-
-HeaderCell(content: String? = null, rich: Boolean = false, align: Align? = null, classes: Set<String> = setOf(), init: HeaderCell.() -> Unit = null)
-Parameters
-content
- text content of the cellrich
- determines if content can contain HTML codeclasses
- a set of CSS class namesinit
- an initializer extension function
-
-
-headerCell
-
-fun Row.headerCell(content: String? = null, rich: Boolean = false, align: Align? = null, classes: Set<String> = setOf(), init: HeaderCell.() -> Unit = null): HeaderCell
-
-
-HeaderCell
-open class HeaderCell : Tag
-Constructors
-
-
-
-
-
-
-
-
-
-
-
-HeaderCell(content: String? = null, rich: Boolean = false, align: Align? = null, classes: Set<String> = setOf(), init: HeaderCell.() -> Unit = null)
Inherited Properties
-
-
-
-
-
-
-
-
-
-
-var align: Align?
-
-
-
-
-
-
-
-open var content: String?
-
-
-
-
-
-
-
-open var rich: Boolean
-
-
-
-
-
-
-
-open var template: (Any?) -> String
-
-
-
-
-
-
-
-open var templates: Map<String, (Any?) -> String>
-
-
-
-
-
-
-
-
-var type: TAG
-Inherited Functions
-
-
-
-
-
-
-
-
-
-
-open fun getSnClass(): List<StringBoolPair>
-
-
-
-
-
-
-
-
-open fun render(): VNode
-Companion Object Functions
-
-
-
-
-
diff --git a/api/pl.treksoft.kvision.table/-row/-init-.html b/api/pl.treksoft.kvision.table/-row/-init-.html
deleted file mode 100644
index 29a0821f..00000000
--- a/api/pl.treksoft.kvision.table/-row/-init-.html
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-fun Row.headerCell(content: String? = null, rich: Boolean = false, align: Align? = null, classes: Set<String> = setOf(), init: HeaderCell.() -> Unit = null): HeaderCell
-
-
-<init>
-
-Row(classes: Set<String> = setOf(), init: Row.() -> Unit = null)
-Parameters
-classes
- a set of CSS class namesinit
- an initializer extension function
-
-
-Row
-open class Row : Tag
-Constructors
-
-
-
-
-
-
-
-
-
-
-
-Row(classes: Set<String> = setOf(), init: Row.() -> Unit = null)
Inherited Properties
-
-
-
-
-
-
-
-
-
-
-var align: Align?
-
-
-
-
-
-
-
-open var content: String?
-
-
-
-
-
-
-
-open var rich: Boolean
-
-
-
-
-
-
-
-open var template: (Any?) -> String
-
-
-
-
-
-
-
-open var templates: Map<String, (Any?) -> String>
-
-
-
-
-
-
-
-
-var type: TAG
-Inherited Functions
-
-
-
-
-
-
-
-
-
-
-open fun getSnClass(): List<StringBoolPair>
-
-
-
-
-
-
-
-
-open fun render(): VNode
-Companion Object Functions
-
-
-
-
-
diff --git a/api/pl.treksoft.kvision.table/-row/row.html b/api/pl.treksoft.kvision.table/-row/row.html
deleted file mode 100644
index 0019a792..00000000
--- a/api/pl.treksoft.kvision.table/-row/row.html
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-fun Table.row(classes: Set<String> = setOf(), init: Row.() -> Unit = null): Row
-
-
-row
-
-fun Table.row(classes: Set<String> = setOf(), init: Row.() -> Unit = null): Row
-
-
-BORDERED
-
-BORDERED
-
-
diff --git a/api/pl.treksoft.kvision.table/-table-type/-c-o-n-d-e-n-s-e-d.html b/api/pl.treksoft.kvision.table/-table-type/-c-o-n-d-e-n-s-e-d.html
deleted file mode 100644
index 01da6b9e..00000000
--- a/api/pl.treksoft.kvision.table/-table-type/-c-o-n-d-e-n-s-e-d.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-CONDENSED
-
-CONDENSED
-
-
diff --git a/api/pl.treksoft.kvision.table/-table-type/-h-o-v-e-r.html b/api/pl.treksoft.kvision.table/-table-type/-h-o-v-e-r.html
deleted file mode 100644
index 1c8b257e..00000000
--- a/api/pl.treksoft.kvision.table/-table-type/-h-o-v-e-r.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-HOVER
-
-HOVER
-
-
diff --git a/api/pl.treksoft.kvision.table/-table-type/-s-t-r-i-p-e-d.html b/api/pl.treksoft.kvision.table/-table-type/-s-t-r-i-p-e-d.html
deleted file mode 100644
index 16cf9850..00000000
--- a/api/pl.treksoft.kvision.table/-table-type/-s-t-r-i-p-e-d.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-STRIPED
-
-STRIPED
-
-
diff --git a/api/pl.treksoft.kvision.table/-table-type/index.html b/api/pl.treksoft.kvision.table/-table-type/index.html
deleted file mode 100644
index f528a9e0..00000000
--- a/api/pl.treksoft.kvision.table/-table-type/index.html
+++ /dev/null
@@ -1,47 +0,0 @@
-
-
-
-
-
-TableType
-enum class TableType
-Enum Values
-
-
-
-
-
diff --git a/api/pl.treksoft.kvision.table/-table/-init-.html b/api/pl.treksoft.kvision.table/-table/-init-.html
deleted file mode 100644
index 1122d707..00000000
--- a/api/pl.treksoft.kvision.table/-table/-init-.html
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-<init>
-
-Table(headerNames: List<String>? = null, types: Set<TableType> = setOf(), caption: String? = null, responsive: Boolean = false, classes: Set<String> = setOf(), init: Table.() -> Unit = null)
-Parameters
-headerNames
- a list of table headers namesresponsive
- determines if the table is responsiveclasses
- a set of CSS class namesinit
- an initializer extension function
-
-
-addAll
-
-open fun addAll(children: List<Component>): SimplePanel
-Parameters
-children
- list of child components
-current container
-
-addHeaderCell
-
-fun addHeaderCell(cell: HeaderCell): Table
-Parameters
-
-
-this table
-
-add
-
-open fun add(child: Component): SimplePanel
-Parameters
-
-
-current container
-
-caption
-
-var caption: String?
-
-
Setter
-
Table caption.
- - - diff --git a/api/pl.treksoft.kvision.table/-table/children-v-nodes.html b/api/pl.treksoft.kvision.table/-table/children-v-nodes.html deleted file mode 100644 index 23ec3435..00000000 --- a/api/pl.treksoft.kvision.table/-table/children-v-nodes.html +++ /dev/null @@ -1,18 +0,0 @@ - - - -protected open fun childrenVNodes(): Array<VNode>
-Overrides SimplePanel.childrenVNodes
-Returns the array of the children Snabbdom vnodes.
-Return
-array of children vnodes
open fun getChildren(): List<Component>
-Overrides SimplePanel.getChildren
-Returns a list of children of the current container.
-Return
-list of children
protected open fun getSnClass(): List<StringBoolPair>
-Overrides Widget.getSnClass
-Returns list of CSS class names for current widget in the form of a List.
-Return
-list of CSS class names
var headerNames: List<String>?
-Table headers names.
-Getter
-
Table headers names.
- -Setter
-
Table headers names.
- - - diff --git a/api/pl.treksoft.kvision.table/-table/index.html b/api/pl.treksoft.kvision.table/-table/index.html deleted file mode 100644 index ab632080..00000000 --- a/api/pl.treksoft.kvision.table/-table/index.html +++ /dev/null @@ -1,199 +0,0 @@ - - - -open class Table : SimplePanel
-HTML table component.
-- - | -
-Table(headerNames: List<String>? = null, types: Set<TableType> = setOf(), caption: String? = null, responsive: Boolean = false, classes: Set<String> = setOf(), init: Table.() -> Unit = null) |
-
- - | -
-var caption: String?
-Table caption. - |
-
- - | -
-var headerNames: List<String>?
-Table headers names. - |
-
- - | -
-var responsive: Boolean
-Determines if the table is responsive. - |
-
- - | -
-var types: Set<TableType>
-Table types. - |
-
- - | -
-open fun add(child: Component): SimplePanel
-Adds given component to the current container. - |
-
- - | -
-open fun addAll(children: List<Component>): SimplePanel
-Adds a list of components to the current container. - |
-
- - | -
-fun addHeaderCell(cell: HeaderCell): Table
-Adds new header cell to the table. - |
-
- - | -
-open fun childrenVNodes(): Array<VNode>
-Returns the array of the children Snabbdom vnodes. - |
-
- - | -
-open fun getChildren(): List<Component>
-Returns a list of children of the current container. - |
-
- - | -
-open fun getSnClass(): List<StringBoolPair>
-Returns list of CSS class names for current widget in the form of a List. - |
-
- - | -
-open fun remove(child: Component): SimplePanel
-Removes given component from the current container. - |
-
- - | -
-open fun removeAll(): SimplePanel
-Removes all children from the current container. - |
-
- - | -
-fun removeHeaderCell(cell: HeaderCell): Table
-Removes given header cell from the table. - |
-
- - | -
-fun removeHeaderCells(): Table
-Removes all header cells from table. - |
-
- - | -
-open fun render(): VNode
-Renders current component as a Snabbdom vnode. - |
-
- - | -
-fun addInternal(child: Component): SimplePanel
-Protected and final method to add given component to the current container. - |
-
- - | -
-fun Container.table(headerNames: List<String>? = null, types: Set<TableType> = setOf(), caption: String? = null, responsive: Boolean = false, classes: Set<String> = setOf(), init: Table.() -> Unit = null): Table
-DSL builder extension function. - |
-
open fun removeAll(): SimplePanel
-Overrides SimplePanel.removeAll
-Removes all children from the current container.
-Return
-current container
fun removeHeaderCell(cell: HeaderCell): Table
-Removes given header cell from the table.
-Return
-this table
fun removeHeaderCells(): Table
-Removes all header cells from table.
-Return
-this table
open fun remove(child: Component): SimplePanel
-Overrides SimplePanel.remove
-Removes given component from the current container.
-Return
-current container
protected open fun render(): VNode
-Overrides SimplePanel.render
-Renders current component as a Snabbdom vnode.
-Return
-Snabbdom vnode
var responsive: Boolean
-Determines if the table is responsive.
-Getter
-
Determines if the table is responsive.
- -Setter
-
Determines if the table is responsive.
- - - diff --git a/api/pl.treksoft.kvision.table/-table/table.html b/api/pl.treksoft.kvision.table/-table/table.html deleted file mode 100644 index 3fe2c07e..00000000 --- a/api/pl.treksoft.kvision.table/-table/table.html +++ /dev/null @@ -1,16 +0,0 @@ - - - -fun Container.table(headerNames: List<String>? = null, types: Set<TableType> = setOf(), caption: String? = null, responsive: Boolean = false, classes: Set<String> = setOf(), init: Table.() -> Unit = null): Table
-DSL builder extension function.
-It takes the same parameters as the constructor of the built component.
- - diff --git a/api/pl.treksoft.kvision.table/-table/types.html b/api/pl.treksoft.kvision.table/-table/types.html deleted file mode 100644 index 70588e53..00000000 --- a/api/pl.treksoft.kvision.table/-table/types.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -var types: Set<TableType>
-Table types.
-Getter
-
Table types.
- -Setter
-
Table types.
- - - diff --git a/api/pl.treksoft.kvision.table/index.html b/api/pl.treksoft.kvision.table/index.html deleted file mode 100644 index 4c79f81a..00000000 --- a/api/pl.treksoft.kvision.table/index.html +++ /dev/null @@ -1,63 +0,0 @@ - - - -Clasess supporting HTML tables.
-- - | -
-open class Cell : Tag
-HTML table cell component. - |
-
- - | -
-open class HeaderCell : Tag
-HTML table header cell component. - |
-
- - | -
-open class Row : Tag
-HTML table row component. - |
-
- - | -
-open class Table : SimplePanel
-HTML table component. - |
-
- - | -
-enum class TableType
-HTML table types. - |
-