From f3c9d405382dd81d426c7eab1f6390ec8e6dad00 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 5 Mar 2018 08:45:25 +0100 Subject: Documentation update. --- .../-tab-panel/-init-.html | 21 --- .../-tab-panel/active-index.html | 15 -- .../-tab-panel/add-all.html | 21 --- .../-tab-panel/add-tab.html | 28 ---- .../pl.treksoft.kvision.panel/-tab-panel/add.html | 21 --- .../-tab-panel/index.html | 155 --------------------- .../-tab-panel/remove-all.html | 18 --- .../-tab-panel/remove-tab.html | 15 -- .../-tab-panel/remove.html | 21 --- .../-tab-panel/tab-panel.html | 16 --- 10 files changed, 331 deletions(-) delete mode 100644 docs/api/pl.treksoft.kvision.panel/-tab-panel/-init-.html delete mode 100644 docs/api/pl.treksoft.kvision.panel/-tab-panel/active-index.html delete mode 100644 docs/api/pl.treksoft.kvision.panel/-tab-panel/add-all.html delete mode 100644 docs/api/pl.treksoft.kvision.panel/-tab-panel/add-tab.html delete mode 100644 docs/api/pl.treksoft.kvision.panel/-tab-panel/add.html delete mode 100644 docs/api/pl.treksoft.kvision.panel/-tab-panel/index.html delete mode 100644 docs/api/pl.treksoft.kvision.panel/-tab-panel/remove-all.html delete mode 100644 docs/api/pl.treksoft.kvision.panel/-tab-panel/remove-tab.html delete mode 100644 docs/api/pl.treksoft.kvision.panel/-tab-panel/remove.html delete mode 100644 docs/api/pl.treksoft.kvision.panel/-tab-panel/tab-panel.html (limited to 'docs/api/pl.treksoft.kvision.panel/-tab-panel') diff --git a/docs/api/pl.treksoft.kvision.panel/-tab-panel/-init-.html b/docs/api/pl.treksoft.kvision.panel/-tab-panel/-init-.html deleted file mode 100644 index c581a361..00000000 --- a/docs/api/pl.treksoft.kvision.panel/-tab-panel/-init-.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -TabPanel.<init> - kvision - - - -kvision / pl.treksoft.kvision.panel / TabPanel / <init>
-
-

<init>

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

Parameters

-

-classes - a set of CSS class names

-

-init - an initializer extension function

-

Constructor
-

- - diff --git a/docs/api/pl.treksoft.kvision.panel/-tab-panel/active-index.html b/docs/api/pl.treksoft.kvision.panel/-tab-panel/active-index.html deleted file mode 100644 index 01be57ab..00000000 --- a/docs/api/pl.treksoft.kvision.panel/-tab-panel/active-index.html +++ /dev/null @@ -1,15 +0,0 @@ - - - -TabPanel.activeIndex - kvision - - - -kvision / pl.treksoft.kvision.panel / TabPanel / activeIndex
-
-

activeIndex

- -var activeIndex: Int -

The index of active (visible) tab.

- - diff --git a/docs/api/pl.treksoft.kvision.panel/-tab-panel/add-all.html b/docs/api/pl.treksoft.kvision.panel/-tab-panel/add-all.html deleted file mode 100644 index 73a08956..00000000 --- a/docs/api/pl.treksoft.kvision.panel/-tab-panel/add-all.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -TabPanel.addAll - kvision - - - -kvision / pl.treksoft.kvision.panel / TabPanel / addAll
-
-

addAll

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

Overrides SimplePanel.addAll

-

Adds a list of components to the current container.

-

Parameters

-

-children - list of child components

-

Return
-current container

- - diff --git a/docs/api/pl.treksoft.kvision.panel/-tab-panel/add-tab.html b/docs/api/pl.treksoft.kvision.panel/-tab-panel/add-tab.html deleted file mode 100644 index 994ff44e..00000000 --- a/docs/api/pl.treksoft.kvision.panel/-tab-panel/add-tab.html +++ /dev/null @@ -1,28 +0,0 @@ - - - -TabPanel.addTab - kvision - - - -kvision / pl.treksoft.kvision.panel / TabPanel / addTab
-
-

addTab

- -open fun addTab(title: String, panel: Component, icon: String? = null, image: ResString? = null, route: String? = null): TabPanel -

Adds new tab and optionally bounds it's activation to a given route.

-

Parameters

-

-title - title of the tab

-

-panel - child component

-

-icon - icon of the tab

-

-image - image of the tab

-

-route - JavaScript route to activate given child

-

Return
-current container

- - diff --git a/docs/api/pl.treksoft.kvision.panel/-tab-panel/add.html b/docs/api/pl.treksoft.kvision.panel/-tab-panel/add.html deleted file mode 100644 index 21369b50..00000000 --- a/docs/api/pl.treksoft.kvision.panel/-tab-panel/add.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -TabPanel.add - kvision - - - -kvision / pl.treksoft.kvision.panel / TabPanel / add
-
-

add

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

Overrides SimplePanel.add

-

Adds given component to the current container.

-

Parameters

-

-child - child component

-

Return
-current container

- - diff --git a/docs/api/pl.treksoft.kvision.panel/-tab-panel/index.html b/docs/api/pl.treksoft.kvision.panel/-tab-panel/index.html deleted file mode 100644 index e460c144..00000000 --- a/docs/api/pl.treksoft.kvision.panel/-tab-panel/index.html +++ /dev/null @@ -1,155 +0,0 @@ - - - -TabPanel - kvision - - - -kvision / pl.treksoft.kvision.panel / TabPanel
-
-

TabPanel

-open class TabPanel : SimplePanel -

The container rendering it's children as tabs.

-

It supports activating children by a JavaScript route.

-

Constructors

- - - - - - - -
-

<init>

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

Properties

- - - - - - - -
-

activeIndex

-
-var activeIndex: Int -

The index of active (visible) tab.

-
-

Functions

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

add

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

Adds given component to the current container.

-
-

addAll

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

Adds a list of components to the current container.

-
-

addTab

-
-open fun addTab(title: String, panel: Component, icon: String? = null, image: ResString? = null, route: String? = null): TabPanel -

Adds new tab and optionally bounds it's activation to a given route.

-
-

remove

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

Removes given component from the current container.

-
-

removeAll

-
-open fun removeAll(): TabPanel -

Removes all children from the current container.

-
-

removeTab

-
-open fun removeTab(index: Int): TabPanel -

Removes tab at given index.

-
-

Inherited Functions

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

addInternal

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

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

-
-

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.

-
-

render

-
-open fun render(): VNode -

Renders current component as a Snabbdom vnode.

-
-

Companion Object Functions

- - - - - - - -
-

tabPanel

-
-fun Container.tabPanel(classes: Set<String> = setOf(), init: TabPanel.() -> Unit = null): TabPanel -

DSL builder extension function.

-
- - diff --git a/docs/api/pl.treksoft.kvision.panel/-tab-panel/remove-all.html b/docs/api/pl.treksoft.kvision.panel/-tab-panel/remove-all.html deleted file mode 100644 index 24cc98db..00000000 --- a/docs/api/pl.treksoft.kvision.panel/-tab-panel/remove-all.html +++ /dev/null @@ -1,18 +0,0 @@ - - - -TabPanel.removeAll - kvision - - - -kvision / pl.treksoft.kvision.panel / TabPanel / removeAll
-
-

removeAll

- -open fun removeAll(): TabPanel -

Overrides SimplePanel.removeAll

-

Removes all children from the current container.

-

Return
-current container

- - diff --git a/docs/api/pl.treksoft.kvision.panel/-tab-panel/remove-tab.html b/docs/api/pl.treksoft.kvision.panel/-tab-panel/remove-tab.html deleted file mode 100644 index 2ef88c03..00000000 --- a/docs/api/pl.treksoft.kvision.panel/-tab-panel/remove-tab.html +++ /dev/null @@ -1,15 +0,0 @@ - - - -TabPanel.removeTab - kvision - - - -kvision / pl.treksoft.kvision.panel / TabPanel / removeTab
-
-

removeTab

- -open fun removeTab(index: Int): TabPanel -

Removes tab at given index.

- - diff --git a/docs/api/pl.treksoft.kvision.panel/-tab-panel/remove.html b/docs/api/pl.treksoft.kvision.panel/-tab-panel/remove.html deleted file mode 100644 index 9e2a04b0..00000000 --- a/docs/api/pl.treksoft.kvision.panel/-tab-panel/remove.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -TabPanel.remove - kvision - - - -kvision / pl.treksoft.kvision.panel / TabPanel / remove
-
-

remove

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

Overrides SimplePanel.remove

-

Removes given component from the current container.

-

Parameters

-

-child - child component

-

Return
-current container

- - diff --git a/docs/api/pl.treksoft.kvision.panel/-tab-panel/tab-panel.html b/docs/api/pl.treksoft.kvision.panel/-tab-panel/tab-panel.html deleted file mode 100644 index fa3d041c..00000000 --- a/docs/api/pl.treksoft.kvision.panel/-tab-panel/tab-panel.html +++ /dev/null @@ -1,16 +0,0 @@ - - - -TabPanel.tabPanel - kvision - - - -kvision / pl.treksoft.kvision.panel / TabPanel / tabPanel
-
-

tabPanel

- -fun Container.tabPanel(classes: Set<String> = setOf(), init: TabPanel.() -> Unit = null): TabPanel -

DSL builder extension function.

-

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

- - -- cgit