From 7c2850063697f94a0d8b8d8f8588136dd4b3d05e Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sun, 21 Oct 2018 23:59:34 +0200 Subject: API documentation for KVision 0.0.19 --- api/pl.treksoft.kvision.table/-cell/-init-.html | 27 --- api/pl.treksoft.kvision.table/-cell/cell.html | 16 -- api/pl.treksoft.kvision.table/-cell/index.html | 122 ------------- .../-header-cell/-init-.html | 27 --- .../-header-cell/header-cell.html | 16 -- .../-header-cell/index.html | 122 ------------- api/pl.treksoft.kvision.table/-row/-init-.html | 21 --- api/pl.treksoft.kvision.table/-row/index.html | 122 ------------- api/pl.treksoft.kvision.table/-row/row.html | 16 -- .../-table-type/-b-o-r-d-e-r-e-d.html | 14 -- .../-table-type/-c-o-n-d-e-n-s-e-d.html | 14 -- .../-table-type/-h-o-v-e-r.html | 14 -- .../-table-type/-s-t-r-i-p-e-d.html | 14 -- .../-table-type/index.html | 47 ----- api/pl.treksoft.kvision.table/-table/-init-.html | 29 --- api/pl.treksoft.kvision.table/-table/add-all.html | 21 --- .../-table/add-header-cell.html | 20 --- api/pl.treksoft.kvision.table/-table/add.html | 21 --- api/pl.treksoft.kvision.table/-table/caption.html | 21 --- .../-table/children-v-nodes.html | 18 -- .../-table/get-children.html | 18 -- .../-table/get-sn-class.html | 18 -- .../-table/header-names.html | 21 --- api/pl.treksoft.kvision.table/-table/index.html | 199 --------------------- .../-table/remove-all.html | 18 -- .../-table/remove-header-cell.html | 20 --- .../-table/remove-header-cells.html | 17 -- api/pl.treksoft.kvision.table/-table/remove.html | 21 --- api/pl.treksoft.kvision.table/-table/render.html | 18 -- .../-table/responsive.html | 21 --- api/pl.treksoft.kvision.table/-table/table.html | 16 -- api/pl.treksoft.kvision.table/-table/types.html | 21 --- api/pl.treksoft.kvision.table/index.html | 63 ------- 33 files changed, 1193 deletions(-) delete mode 100644 api/pl.treksoft.kvision.table/-cell/-init-.html delete mode 100644 api/pl.treksoft.kvision.table/-cell/cell.html delete mode 100644 api/pl.treksoft.kvision.table/-cell/index.html delete mode 100644 api/pl.treksoft.kvision.table/-header-cell/-init-.html delete mode 100644 api/pl.treksoft.kvision.table/-header-cell/header-cell.html delete mode 100644 api/pl.treksoft.kvision.table/-header-cell/index.html delete mode 100644 api/pl.treksoft.kvision.table/-row/-init-.html delete mode 100644 api/pl.treksoft.kvision.table/-row/index.html delete mode 100644 api/pl.treksoft.kvision.table/-row/row.html delete mode 100644 api/pl.treksoft.kvision.table/-table-type/-b-o-r-d-e-r-e-d.html delete mode 100644 api/pl.treksoft.kvision.table/-table-type/-c-o-n-d-e-n-s-e-d.html delete mode 100644 api/pl.treksoft.kvision.table/-table-type/-h-o-v-e-r.html delete mode 100644 api/pl.treksoft.kvision.table/-table-type/-s-t-r-i-p-e-d.html delete mode 100644 api/pl.treksoft.kvision.table/-table-type/index.html delete mode 100644 api/pl.treksoft.kvision.table/-table/-init-.html delete mode 100644 api/pl.treksoft.kvision.table/-table/add-all.html delete mode 100644 api/pl.treksoft.kvision.table/-table/add-header-cell.html delete mode 100644 api/pl.treksoft.kvision.table/-table/add.html delete mode 100644 api/pl.treksoft.kvision.table/-table/caption.html delete mode 100644 api/pl.treksoft.kvision.table/-table/children-v-nodes.html delete mode 100644 api/pl.treksoft.kvision.table/-table/get-children.html delete mode 100644 api/pl.treksoft.kvision.table/-table/get-sn-class.html delete mode 100644 api/pl.treksoft.kvision.table/-table/header-names.html delete mode 100644 api/pl.treksoft.kvision.table/-table/index.html delete mode 100644 api/pl.treksoft.kvision.table/-table/remove-all.html delete mode 100644 api/pl.treksoft.kvision.table/-table/remove-header-cell.html delete mode 100644 api/pl.treksoft.kvision.table/-table/remove-header-cells.html delete mode 100644 api/pl.treksoft.kvision.table/-table/remove.html delete mode 100644 api/pl.treksoft.kvision.table/-table/render.html delete mode 100644 api/pl.treksoft.kvision.table/-table/responsive.html delete mode 100644 api/pl.treksoft.kvision.table/-table/table.html delete mode 100644 api/pl.treksoft.kvision.table/-table/types.html delete mode 100644 api/pl.treksoft.kvision.table/index.html (limited to 'api/pl.treksoft.kvision.table') diff --git a/api/pl.treksoft.kvision.table/-cell/-init-.html b/api/pl.treksoft.kvision.table/-cell/-init-.html deleted file mode 100644 index 5a12998e..00000000 --- a/api/pl.treksoft.kvision.table/-cell/-init-.html +++ /dev/null @@ -1,27 +0,0 @@ - - - -Cell.<init> - kvision - - - -kvision / pl.treksoft.kvision.table / Cell / <init>
-
-

<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 cell

-

-rich - determines if content can contain HTML code

-

-align - text align

-

-classes - a set of CSS class names

-

-init - an initializer extension function

-

Constructor
-

- - diff --git a/api/pl.treksoft.kvision.table/-cell/cell.html b/api/pl.treksoft.kvision.table/-cell/cell.html deleted file mode 100644 index 8d540654..00000000 --- a/api/pl.treksoft.kvision.table/-cell/cell.html +++ /dev/null @@ -1,16 +0,0 @@ - - - -Cell.cell - kvision - - - -kvision / pl.treksoft.kvision.table / Cell / cell
-
-

cell

- -fun Row.cell(content: String? = null, rich: Boolean = false, align: Align? = null, classes: Set<String> = setOf(), init: Cell.() -> Unit = null): Cell -

DSL builder extension function.

-

It takes the same parameters as the constructor of the built component.

- - diff --git a/api/pl.treksoft.kvision.table/-cell/index.html b/api/pl.treksoft.kvision.table/-cell/index.html deleted file mode 100644 index 7eef1452..00000000 --- a/api/pl.treksoft.kvision.table/-cell/index.html +++ /dev/null @@ -1,122 +0,0 @@ - - - -Cell - kvision - - - -kvision / pl.treksoft.kvision.table / Cell
-
-

Cell

-open class Cell : Tag -

HTML table cell component.

-

Constructors

- - - - - - - -
-

<init>

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

Inherited Properties

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
-

align

-
-var align: Align? -

Text align.

-
-

content

-
-open var content: String? -

Text content of the tag.

-
-

rich

-
-open var rich: Boolean -

Determines if content can contain HTML code.

-
-

template

-
-open var template: (Any?) -> String -

Handlebars template.

-
-

templates

-
-open var templates: Map<String, (Any?) -> String> -

Handlebars templates for i18n.

-
-

type

-
-var type: TAG -

Tag type.

-
-

Inherited Functions

- - - - - - - - - - - -
-

getSnClass

-
-open fun getSnClass(): List<StringBoolPair> -

Returns list of CSS class names for current widget in the form of a List.

-
-

render

-
-open fun render(): VNode -

Renders current component as a Snabbdom vnode.

-
-

Companion Object Functions

- - - - - - - -
-

cell

-
-fun Row.cell(content: String? = null, rich: Boolean = false, align: Align? = null, classes: Set<String> = setOf(), init: Cell.() -> Unit = null): Cell -

DSL builder extension function.

-
- - 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 @@ - - - -HeaderCell.<init> - kvision - - - -kvision / pl.treksoft.kvision.table / HeaderCell / <init>
-
-

<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 cell

-

-rich - determines if content can contain HTML code

-

-align - text align

-

-classes - a set of CSS class names

-

-init - an initializer extension function

-

Constructor
-

- - diff --git a/api/pl.treksoft.kvision.table/-header-cell/header-cell.html b/api/pl.treksoft.kvision.table/-header-cell/header-cell.html deleted file mode 100644 index 1f59cf58..00000000 --- a/api/pl.treksoft.kvision.table/-header-cell/header-cell.html +++ /dev/null @@ -1,16 +0,0 @@ - - - -HeaderCell.headerCell - kvision - - - -kvision / pl.treksoft.kvision.table / HeaderCell / headerCell
-
-

headerCell

- -fun Row.headerCell(content: String? = null, rich: Boolean = false, align: Align? = null, classes: Set<String> = setOf(), init: HeaderCell.() -> Unit = null): HeaderCell -

DSL builder extension function.

-

It takes the same parameters as the constructor of the built component.

- - diff --git a/api/pl.treksoft.kvision.table/-header-cell/index.html b/api/pl.treksoft.kvision.table/-header-cell/index.html deleted file mode 100644 index 138570aa..00000000 --- a/api/pl.treksoft.kvision.table/-header-cell/index.html +++ /dev/null @@ -1,122 +0,0 @@ - - - -HeaderCell - kvision - - - -kvision / pl.treksoft.kvision.table / HeaderCell
-
-

HeaderCell

-open class HeaderCell : Tag -

HTML table header cell component.

-

Constructors

- - - - - - - -
-

<init>

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

Inherited Properties

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
-

align

-
-var align: Align? -

Text align.

-
-

content

-
-open var content: String? -

Text content of the tag.

-
-

rich

-
-open var rich: Boolean -

Determines if content can contain HTML code.

-
-

template

-
-open var template: (Any?) -> String -

Handlebars template.

-
-

templates

-
-open var templates: Map<String, (Any?) -> String> -

Handlebars templates for i18n.

-
-

type

-
-var type: TAG -

Tag type.

-
-

Inherited Functions

- - - - - - - - - - - -
-

getSnClass

-
-open fun getSnClass(): List<StringBoolPair> -

Returns list of CSS class names for current widget in the form of a List.

-
-

render

-
-open fun render(): VNode -

Renders current component as a Snabbdom vnode.

-
-

Companion Object Functions

- - - - - - - -
-

headerCell

-
-fun Row.headerCell(content: String? = null, rich: Boolean = false, align: Align? = null, classes: Set<String> = setOf(), init: HeaderCell.() -> Unit = null): HeaderCell -

DSL builder extension function.

-
- - 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 @@ - - - -Row.<init> - kvision - - - -kvision / pl.treksoft.kvision.table / Row / <init>
-
-

<init>

- -Row(classes: Set<String> = setOf(), init: Row.() -> Unit = null) -

Parameters

-

-classes - a set of CSS class names

-

-init - an initializer extension function

-

Constructor
-

- - diff --git a/api/pl.treksoft.kvision.table/-row/index.html b/api/pl.treksoft.kvision.table/-row/index.html deleted file mode 100644 index 8c97944d..00000000 --- a/api/pl.treksoft.kvision.table/-row/index.html +++ /dev/null @@ -1,122 +0,0 @@ - - - -Row - kvision - - - -kvision / pl.treksoft.kvision.table / Row
-
-

Row

-open class Row : Tag -

HTML table row component.

-

Constructors

- - - - - - - -
-

<init>

-
-Row(classes: Set<String> = setOf(), init: Row.() -> Unit = null)
-

Inherited Properties

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
-

align

-
-var align: Align? -

Text align.

-
-

content

-
-open var content: String? -

Text content of the tag.

-
-

rich

-
-open var rich: Boolean -

Determines if content can contain HTML code.

-
-

template

-
-open var template: (Any?) -> String -

Handlebars template.

-
-

templates

-
-open var templates: Map<String, (Any?) -> String> -

Handlebars templates for i18n.

-
-

type

-
-var type: TAG -

Tag type.

-
-

Inherited Functions

- - - - - - - - - - - -
-

getSnClass

-
-open fun getSnClass(): List<StringBoolPair> -

Returns list of CSS class names for current widget in the form of a List.

-
-

render

-
-open fun render(): VNode -

Renders current component as a Snabbdom vnode.

-
-

Companion Object Functions

- - - - - - - -
-

row

-
-fun Table.row(classes: Set<String> = setOf(), init: Row.() -> Unit = null): Row -

DSL builder extension function.

-
- - 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 @@ - - - -Row.row - kvision - - - -kvision / pl.treksoft.kvision.table / Row / row
-
-

row

- -fun Table.row(classes: Set<String> = setOf(), init: Row.() -> Unit = null): Row -

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-type/-b-o-r-d-e-r-e-d.html b/api/pl.treksoft.kvision.table/-table-type/-b-o-r-d-e-r-e-d.html deleted file mode 100644 index 0759d44d..00000000 --- a/api/pl.treksoft.kvision.table/-table-type/-b-o-r-d-e-r-e-d.html +++ /dev/null @@ -1,14 +0,0 @@ - - - -TableType.BORDERED - kvision - - - -kvision / pl.treksoft.kvision.table / TableType / BORDERED
-
-

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 @@ - - - -TableType.CONDENSED - kvision - - - -kvision / pl.treksoft.kvision.table / TableType / CONDENSED
-
-

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 @@ - - - -TableType.HOVER - kvision - - - -kvision / pl.treksoft.kvision.table / TableType / HOVER
-
-

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 @@ - - - -TableType.STRIPED - kvision - - - -kvision / pl.treksoft.kvision.table / TableType / STRIPED
-
-

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 - kvision - - - -kvision / pl.treksoft.kvision.table / TableType
-
-

TableType

-enum class TableType -

HTML table types.

-

Enum Values

- - - - - - - - - - - - - - - - - - - -
-

STRIPED

-
-
-

BORDERED

-
-
-

HOVER

-
-
-

CONDENSED

-
-
- - 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 @@ - - - -Table.<init> - kvision - - - -kvision / pl.treksoft.kvision.table / Table / <init>
-
-

<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 names

-

-types - a set of table types

-

-caption - table caption

-

-responsive - determines if the table is responsive

-

-classes - a set of CSS class names

-

-init - an initializer extension function

-

Constructor
-

- - diff --git a/api/pl.treksoft.kvision.table/-table/add-all.html b/api/pl.treksoft.kvision.table/-table/add-all.html deleted file mode 100644 index 6b7370b3..00000000 --- a/api/pl.treksoft.kvision.table/-table/add-all.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -Table.addAll - kvision - - - -kvision / pl.treksoft.kvision.table / Table / addAll
-
-

addAll

- -open fun addAll(children: List<Component>): SimplePanel -

Overrides SimplePanel.addAll

-

Adds a list of components to the current container.

-

Parameters

-

-children - list of child components

-

Return
-current container

- - diff --git a/api/pl.treksoft.kvision.table/-table/add-header-cell.html b/api/pl.treksoft.kvision.table/-table/add-header-cell.html deleted file mode 100644 index e71ba99b..00000000 --- a/api/pl.treksoft.kvision.table/-table/add-header-cell.html +++ /dev/null @@ -1,20 +0,0 @@ - - - -Table.addHeaderCell - kvision - - - -kvision / pl.treksoft.kvision.table / Table / addHeaderCell
-
-

addHeaderCell

- -fun addHeaderCell(cell: HeaderCell): Table -

Adds new header cell to the table.

-

Parameters

-

-cell - header cell

-

Return
-this table

- - diff --git a/api/pl.treksoft.kvision.table/-table/add.html b/api/pl.treksoft.kvision.table/-table/add.html deleted file mode 100644 index 528e6452..00000000 --- a/api/pl.treksoft.kvision.table/-table/add.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -Table.add - kvision - - - -kvision / pl.treksoft.kvision.table / Table / add
-
-

add

- -open fun add(child: Component): SimplePanel -

Overrides SimplePanel.add

-

Adds given component to the current container.

-

Parameters

-

-child - child component

-

Return
-current container

- - diff --git a/api/pl.treksoft.kvision.table/-table/caption.html b/api/pl.treksoft.kvision.table/-table/caption.html deleted file mode 100644 index 4e491611..00000000 --- a/api/pl.treksoft.kvision.table/-table/caption.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -Table.caption - kvision - - - -kvision / pl.treksoft.kvision.table / Table / caption
-
-

caption

- -var caption: String? -

Table caption.

-

Getter
-

Table caption.

-

-

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 @@ - - - -Table.childrenVNodes - kvision - - - -kvision / pl.treksoft.kvision.table / Table / childrenVNodes
-
-

childrenVNodes

- -protected open fun childrenVNodes(): Array<VNode> -

Overrides SimplePanel.childrenVNodes

-

Returns the array of the children Snabbdom vnodes.

-

Return
-array of children vnodes

- - diff --git a/api/pl.treksoft.kvision.table/-table/get-children.html b/api/pl.treksoft.kvision.table/-table/get-children.html deleted file mode 100644 index e203feba..00000000 --- a/api/pl.treksoft.kvision.table/-table/get-children.html +++ /dev/null @@ -1,18 +0,0 @@ - - - -Table.getChildren - kvision - - - -kvision / pl.treksoft.kvision.table / Table / getChildren
-
-

getChildren

- -open fun getChildren(): List<Component> -

Overrides SimplePanel.getChildren

-

Returns a list of children of the current container.

-

Return
-list of children

- - diff --git a/api/pl.treksoft.kvision.table/-table/get-sn-class.html b/api/pl.treksoft.kvision.table/-table/get-sn-class.html deleted file mode 100644 index 60b5664f..00000000 --- a/api/pl.treksoft.kvision.table/-table/get-sn-class.html +++ /dev/null @@ -1,18 +0,0 @@ - - - -Table.getSnClass - kvision - - - -kvision / pl.treksoft.kvision.table / Table / getSnClass
-
-

getSnClass

- -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

- - diff --git a/api/pl.treksoft.kvision.table/-table/header-names.html b/api/pl.treksoft.kvision.table/-table/header-names.html deleted file mode 100644 index a4c3986e..00000000 --- a/api/pl.treksoft.kvision.table/-table/header-names.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -Table.headerNames - kvision - - - -kvision / pl.treksoft.kvision.table / Table / headerNames
-
-

headerNames

- -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 @@ - - - -Table - kvision - - - -kvision / pl.treksoft.kvision.table / Table
-
-

Table

-open class Table : SimplePanel -

HTML table component.

-

Constructors

- - - - - - - -
-

<init>

-
-Table(headerNames: List<String>? = null, types: Set<TableType> = setOf(), caption: String? = null, responsive: Boolean = false, classes: Set<String> = setOf(), init: Table.() -> Unit = null)
-

Properties

- - - - - - - - - - - - - - - - - - - -
-

caption

-
-var caption: String? -

Table caption.

-
-

headerNames

-
-var headerNames: List<String>? -

Table headers names.

-
-

responsive

-
-var responsive: Boolean -

Determines if the table is responsive.

-
-

types

-
-var types: Set<TableType> -

Table types.

-
-

Functions

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-

add

-
-open fun add(child: Component): SimplePanel -

Adds given component to the current container.

-
-

addAll

-
-open fun addAll(children: List<Component>): SimplePanel -

Adds a list of components to the current container.

-
-

addHeaderCell

-
-fun addHeaderCell(cell: HeaderCell): Table -

Adds new header cell to the table.

-
-

childrenVNodes

-
-open fun childrenVNodes(): Array<VNode> -

Returns the array of the children Snabbdom vnodes.

-
-

getChildren

-
-open fun getChildren(): List<Component> -

Returns a list of children of the current container.

-
-

getSnClass

-
-open fun getSnClass(): List<StringBoolPair> -

Returns list of CSS class names for current widget in the form of a List.

-
-

remove

-
-open fun remove(child: Component): SimplePanel -

Removes given component from the current container.

-
-

removeAll

-
-open fun removeAll(): SimplePanel -

Removes all children from the current container.

-
-

removeHeaderCell

-
-fun removeHeaderCell(cell: HeaderCell): Table -

Removes given header cell from the table.

-
-

removeHeaderCells

-
-fun removeHeaderCells(): Table -

Removes all header cells from table.

-
-

render

-
-open fun render(): VNode -

Renders current component as a Snabbdom vnode.

-
-

Inherited Functions

- - - - - - - -
-

addInternal

-
-fun addInternal(child: Component): SimplePanel -

Protected and final method to add given component to the current container.

-
-

Companion Object Functions

- - - - - - - -
-

table

-
-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.

-
- - diff --git a/api/pl.treksoft.kvision.table/-table/remove-all.html b/api/pl.treksoft.kvision.table/-table/remove-all.html deleted file mode 100644 index b962ab19..00000000 --- a/api/pl.treksoft.kvision.table/-table/remove-all.html +++ /dev/null @@ -1,18 +0,0 @@ - - - -Table.removeAll - kvision - - - -kvision / pl.treksoft.kvision.table / Table / removeAll
-
-

removeAll

- -open fun removeAll(): SimplePanel -

Overrides SimplePanel.removeAll

-

Removes all children from the current container.

-

Return
-current container

- - diff --git a/api/pl.treksoft.kvision.table/-table/remove-header-cell.html b/api/pl.treksoft.kvision.table/-table/remove-header-cell.html deleted file mode 100644 index ec7a17ca..00000000 --- a/api/pl.treksoft.kvision.table/-table/remove-header-cell.html +++ /dev/null @@ -1,20 +0,0 @@ - - - -Table.removeHeaderCell - kvision - - - -kvision / pl.treksoft.kvision.table / Table / removeHeaderCell
-
-

removeHeaderCell

- -fun removeHeaderCell(cell: HeaderCell): Table -

Removes given header cell from the table.

-

Parameters

-

-cell - header cell

-

Return
-this table

- - diff --git a/api/pl.treksoft.kvision.table/-table/remove-header-cells.html b/api/pl.treksoft.kvision.table/-table/remove-header-cells.html deleted file mode 100644 index f0d7c23a..00000000 --- a/api/pl.treksoft.kvision.table/-table/remove-header-cells.html +++ /dev/null @@ -1,17 +0,0 @@ - - - -Table.removeHeaderCells - kvision - - - -kvision / pl.treksoft.kvision.table / Table / removeHeaderCells
-
-

removeHeaderCells

- -fun removeHeaderCells(): Table -

Removes all header cells from table.

-

Return
-this table

- - diff --git a/api/pl.treksoft.kvision.table/-table/remove.html b/api/pl.treksoft.kvision.table/-table/remove.html deleted file mode 100644 index b04ba52b..00000000 --- a/api/pl.treksoft.kvision.table/-table/remove.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -Table.remove - kvision - - - -kvision / pl.treksoft.kvision.table / Table / remove
-
-

remove

- -open fun remove(child: Component): SimplePanel -

Overrides SimplePanel.remove

-

Removes given component from the current container.

-

Parameters

-

-child - child component

-

Return
-current container

- - diff --git a/api/pl.treksoft.kvision.table/-table/render.html b/api/pl.treksoft.kvision.table/-table/render.html deleted file mode 100644 index 0d844a94..00000000 --- a/api/pl.treksoft.kvision.table/-table/render.html +++ /dev/null @@ -1,18 +0,0 @@ - - - -Table.render - kvision - - - -kvision / pl.treksoft.kvision.table / Table / render
-
-

render

- -protected open fun render(): VNode -

Overrides SimplePanel.render

-

Renders current component as a Snabbdom vnode.

-

Return
-Snabbdom vnode

- - diff --git a/api/pl.treksoft.kvision.table/-table/responsive.html b/api/pl.treksoft.kvision.table/-table/responsive.html deleted file mode 100644 index 5002c89d..00000000 --- a/api/pl.treksoft.kvision.table/-table/responsive.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -Table.responsive - kvision - - - -kvision / pl.treksoft.kvision.table / Table / responsive
-
-

responsive

- -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 @@ - - - -Table.table - kvision - - - -kvision / pl.treksoft.kvision.table / Table / table
-
-

table

- -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 @@ - - - -Table.types - kvision - - - -kvision / pl.treksoft.kvision.table / Table / types
-
-

types

- -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 @@ - - - -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