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 --- .../-nav-form/-init-.html | 23 --- .../-nav-form/get-sn-class.html | 18 --- .../-nav-form/index.html | 141 ------------------ .../-nav-form/nav-form.html | 16 -- .../-nav-form/right-align.html | 21 --- api/pl.treksoft.kvision.navbar/-nav/-init-.html | 23 --- .../-nav/get-sn-class.html | 18 --- api/pl.treksoft.kvision.navbar/-nav/index.html | 141 ------------------ api/pl.treksoft.kvision.navbar/-nav/nav.html | 16 -- .../-nav/right-align.html | 21 --- .../-navbar-type/-f-i-x-e-d-b-o-t-t-o-m.html | 14 -- .../-navbar-type/-f-i-x-e-d-t-o-p.html | 14 -- .../-navbar-type/-s-t-a-t-i-c-t-o-p.html | 14 -- .../-navbar-type/index.html | 40 ----- api/pl.treksoft.kvision.navbar/-navbar/-init-.html | 27 ---- .../-navbar/add-all.html | 21 --- api/pl.treksoft.kvision.navbar/-navbar/add.html | 21 --- .../-navbar/get-children.html | 18 --- .../-navbar/get-sn-class.html | 18 --- api/pl.treksoft.kvision.navbar/-navbar/index.html | 163 --------------------- .../-navbar/inverted.html | 21 --- api/pl.treksoft.kvision.navbar/-navbar/label.html | 15 -- api/pl.treksoft.kvision.navbar/-navbar/navbar.html | 16 -- .../-navbar/remove-all.html | 18 --- api/pl.treksoft.kvision.navbar/-navbar/remove.html | 21 --- api/pl.treksoft.kvision.navbar/-navbar/render.html | 18 --- api/pl.treksoft.kvision.navbar/-navbar/type.html | 21 --- api/pl.treksoft.kvision.navbar/index.html | 54 ------- 28 files changed, 972 deletions(-) delete mode 100644 api/pl.treksoft.kvision.navbar/-nav-form/-init-.html delete mode 100644 api/pl.treksoft.kvision.navbar/-nav-form/get-sn-class.html delete mode 100644 api/pl.treksoft.kvision.navbar/-nav-form/index.html delete mode 100644 api/pl.treksoft.kvision.navbar/-nav-form/nav-form.html delete mode 100644 api/pl.treksoft.kvision.navbar/-nav-form/right-align.html delete mode 100644 api/pl.treksoft.kvision.navbar/-nav/-init-.html delete mode 100644 api/pl.treksoft.kvision.navbar/-nav/get-sn-class.html delete mode 100644 api/pl.treksoft.kvision.navbar/-nav/index.html delete mode 100644 api/pl.treksoft.kvision.navbar/-nav/nav.html delete mode 100644 api/pl.treksoft.kvision.navbar/-nav/right-align.html delete mode 100644 api/pl.treksoft.kvision.navbar/-navbar-type/-f-i-x-e-d-b-o-t-t-o-m.html delete mode 100644 api/pl.treksoft.kvision.navbar/-navbar-type/-f-i-x-e-d-t-o-p.html delete mode 100644 api/pl.treksoft.kvision.navbar/-navbar-type/-s-t-a-t-i-c-t-o-p.html delete mode 100644 api/pl.treksoft.kvision.navbar/-navbar-type/index.html delete mode 100644 api/pl.treksoft.kvision.navbar/-navbar/-init-.html delete mode 100644 api/pl.treksoft.kvision.navbar/-navbar/add-all.html delete mode 100644 api/pl.treksoft.kvision.navbar/-navbar/add.html delete mode 100644 api/pl.treksoft.kvision.navbar/-navbar/get-children.html delete mode 100644 api/pl.treksoft.kvision.navbar/-navbar/get-sn-class.html delete mode 100644 api/pl.treksoft.kvision.navbar/-navbar/index.html delete mode 100644 api/pl.treksoft.kvision.navbar/-navbar/inverted.html delete mode 100644 api/pl.treksoft.kvision.navbar/-navbar/label.html delete mode 100644 api/pl.treksoft.kvision.navbar/-navbar/navbar.html delete mode 100644 api/pl.treksoft.kvision.navbar/-navbar/remove-all.html delete mode 100644 api/pl.treksoft.kvision.navbar/-navbar/remove.html delete mode 100644 api/pl.treksoft.kvision.navbar/-navbar/render.html delete mode 100644 api/pl.treksoft.kvision.navbar/-navbar/type.html delete mode 100644 api/pl.treksoft.kvision.navbar/index.html (limited to 'api/pl.treksoft.kvision.navbar') diff --git a/api/pl.treksoft.kvision.navbar/-nav-form/-init-.html b/api/pl.treksoft.kvision.navbar/-nav-form/-init-.html deleted file mode 100644 index 475c2750..00000000 --- a/api/pl.treksoft.kvision.navbar/-nav-form/-init-.html +++ /dev/null @@ -1,23 +0,0 @@ - - - -NavForm.<init> - kvision - - - -kvision / pl.treksoft.kvision.navbar / NavForm / <init>
-
-

<init>

- -NavForm(rightAlign: Boolean = false, classes: Set<String> = setOf(), init: NavForm.() -> Unit = null) -

Parameters

-

-rightAlign - determines if the nav form is aligned to the right

-

-classes - a set of CSS class names

-

-init - an initializer extension function

-

Constructor
-

- - diff --git a/api/pl.treksoft.kvision.navbar/-nav-form/get-sn-class.html b/api/pl.treksoft.kvision.navbar/-nav-form/get-sn-class.html deleted file mode 100644 index 9c1f8630..00000000 --- a/api/pl.treksoft.kvision.navbar/-nav-form/get-sn-class.html +++ /dev/null @@ -1,18 +0,0 @@ - - - -NavForm.getSnClass - kvision - - - -kvision / pl.treksoft.kvision.navbar / NavForm / getSnClass
-
-

getSnClass

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

Overrides Tag.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.navbar/-nav-form/index.html b/api/pl.treksoft.kvision.navbar/-nav-form/index.html deleted file mode 100644 index 1693a29d..00000000 --- a/api/pl.treksoft.kvision.navbar/-nav-form/index.html +++ /dev/null @@ -1,141 +0,0 @@ - - - -NavForm - kvision - - - -kvision / pl.treksoft.kvision.navbar / NavForm
-
-

NavForm

-open class NavForm : Tag -

The Bootstrap Nav form container.

-

Constructors

- - - - - - - -
-

<init>

-
-NavForm(rightAlign: Boolean = false, classes: Set<String> = setOf(), init: NavForm.() -> Unit = null)
-

Properties

- - - - - - - -
-

rightAlign

-
-var rightAlign: Boolean -

Determines if the nav form is aligned to the right.

-
-

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.

-
-

Functions

- - - - - - - -
-

getSnClass

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

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

-
-

Inherited Functions

- - - - - - - -
-

render

-
-open fun render(): VNode -

Renders current component as a Snabbdom vnode.

-
-

Companion Object Functions

- - - - - - - -
-

navForm

-
-fun Navbar.navForm(rightAlign: Boolean = false, classes: Set<String> = setOf(), init: NavForm.() -> Unit = null): NavForm -

DSL builder extension function.

-
- - diff --git a/api/pl.treksoft.kvision.navbar/-nav-form/nav-form.html b/api/pl.treksoft.kvision.navbar/-nav-form/nav-form.html deleted file mode 100644 index faed10d2..00000000 --- a/api/pl.treksoft.kvision.navbar/-nav-form/nav-form.html +++ /dev/null @@ -1,16 +0,0 @@ - - - -NavForm.navForm - kvision - - - -kvision / pl.treksoft.kvision.navbar / NavForm / navForm
-
-

navForm

- -fun Navbar.navForm(rightAlign: Boolean = false, classes: Set<String> = setOf(), init: NavForm.() -> Unit = null): NavForm -

DSL builder extension function.

-

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

- - diff --git a/api/pl.treksoft.kvision.navbar/-nav-form/right-align.html b/api/pl.treksoft.kvision.navbar/-nav-form/right-align.html deleted file mode 100644 index 10f506d7..00000000 --- a/api/pl.treksoft.kvision.navbar/-nav-form/right-align.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -NavForm.rightAlign - kvision - - - -kvision / pl.treksoft.kvision.navbar / NavForm / rightAlign
-
-

rightAlign

- -var rightAlign: Boolean -

Determines if the nav form is aligned to the right.

-

Getter
-

Determines if the nav form is aligned to the right.

-

-

Setter
-

Determines if the nav form is aligned to the right.

-

- - diff --git a/api/pl.treksoft.kvision.navbar/-nav/-init-.html b/api/pl.treksoft.kvision.navbar/-nav/-init-.html deleted file mode 100644 index 8a1e9a8e..00000000 --- a/api/pl.treksoft.kvision.navbar/-nav/-init-.html +++ /dev/null @@ -1,23 +0,0 @@ - - - -Nav.<init> - kvision - - - -kvision / pl.treksoft.kvision.navbar / Nav / <init>
-
-

<init>

- -Nav(rightAlign: Boolean = false, classes: Set<String> = setOf(), init: Nav.() -> Unit = null) -

Parameters

-

-rightAlign - determines if the nav is aligned to the right

-

-classes - a set of CSS class names

-

-init - an initializer extension function

-

Constructor
-

- - diff --git a/api/pl.treksoft.kvision.navbar/-nav/get-sn-class.html b/api/pl.treksoft.kvision.navbar/-nav/get-sn-class.html deleted file mode 100644 index 015896a5..00000000 --- a/api/pl.treksoft.kvision.navbar/-nav/get-sn-class.html +++ /dev/null @@ -1,18 +0,0 @@ - - - -Nav.getSnClass - kvision - - - -kvision / pl.treksoft.kvision.navbar / Nav / getSnClass
-
-

getSnClass

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

Overrides Tag.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.navbar/-nav/index.html b/api/pl.treksoft.kvision.navbar/-nav/index.html deleted file mode 100644 index fcc991bc..00000000 --- a/api/pl.treksoft.kvision.navbar/-nav/index.html +++ /dev/null @@ -1,141 +0,0 @@ - - - -Nav - kvision - - - -kvision / pl.treksoft.kvision.navbar / Nav
-
-

Nav

-open class Nav : Tag -

The Bootstrap Nav container.

-

Constructors

- - - - - - - -
-

<init>

-
-Nav(rightAlign: Boolean = false, classes: Set<String> = setOf(), init: Nav.() -> Unit = null)
-

Properties

- - - - - - - -
-

rightAlign

-
-var rightAlign: Boolean -

Determines if the nav is aligned to the right.

-
-

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.

-
-

Functions

- - - - - - - -
-

getSnClass

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

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

-
-

Inherited Functions

- - - - - - - -
-

render

-
-open fun render(): VNode -

Renders current component as a Snabbdom vnode.

-
-

Companion Object Functions

- - - - - - - -
-

nav

-
-fun Navbar.nav(rightAlign: Boolean = false, classes: Set<String> = setOf(), init: Nav.() -> Unit = null): Nav -

DSL builder extension function.

-
- - diff --git a/api/pl.treksoft.kvision.navbar/-nav/nav.html b/api/pl.treksoft.kvision.navbar/-nav/nav.html deleted file mode 100644 index 98f27419..00000000 --- a/api/pl.treksoft.kvision.navbar/-nav/nav.html +++ /dev/null @@ -1,16 +0,0 @@ - - - -Nav.nav - kvision - - - -kvision / pl.treksoft.kvision.navbar / Nav / nav
-
-

nav

- -fun Navbar.nav(rightAlign: Boolean = false, classes: Set<String> = setOf(), init: Nav.() -> Unit = null): Nav -

DSL builder extension function.

-

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

- - diff --git a/api/pl.treksoft.kvision.navbar/-nav/right-align.html b/api/pl.treksoft.kvision.navbar/-nav/right-align.html deleted file mode 100644 index 6ddf4b35..00000000 --- a/api/pl.treksoft.kvision.navbar/-nav/right-align.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -Nav.rightAlign - kvision - - - -kvision / pl.treksoft.kvision.navbar / Nav / rightAlign
-
-

rightAlign

- -var rightAlign: Boolean -

Determines if the nav is aligned to the right.

-

Getter
-

Determines if the nav is aligned to the right.

-

-

Setter
-

Determines if the nav is aligned to the right.

-

- - diff --git a/api/pl.treksoft.kvision.navbar/-navbar-type/-f-i-x-e-d-b-o-t-t-o-m.html b/api/pl.treksoft.kvision.navbar/-navbar-type/-f-i-x-e-d-b-o-t-t-o-m.html deleted file mode 100644 index 5742fbb3..00000000 --- a/api/pl.treksoft.kvision.navbar/-navbar-type/-f-i-x-e-d-b-o-t-t-o-m.html +++ /dev/null @@ -1,14 +0,0 @@ - - - -NavbarType.FIXEDBOTTOM - kvision - - - -kvision / pl.treksoft.kvision.navbar / NavbarType / FIXEDBOTTOM
-
-

FIXEDBOTTOM

- -FIXEDBOTTOM - - diff --git a/api/pl.treksoft.kvision.navbar/-navbar-type/-f-i-x-e-d-t-o-p.html b/api/pl.treksoft.kvision.navbar/-navbar-type/-f-i-x-e-d-t-o-p.html deleted file mode 100644 index d7286c5f..00000000 --- a/api/pl.treksoft.kvision.navbar/-navbar-type/-f-i-x-e-d-t-o-p.html +++ /dev/null @@ -1,14 +0,0 @@ - - - -NavbarType.FIXEDTOP - kvision - - - -kvision / pl.treksoft.kvision.navbar / NavbarType / FIXEDTOP
-
-

FIXEDTOP

- -FIXEDTOP - - diff --git a/api/pl.treksoft.kvision.navbar/-navbar-type/-s-t-a-t-i-c-t-o-p.html b/api/pl.treksoft.kvision.navbar/-navbar-type/-s-t-a-t-i-c-t-o-p.html deleted file mode 100644 index 8d992f06..00000000 --- a/api/pl.treksoft.kvision.navbar/-navbar-type/-s-t-a-t-i-c-t-o-p.html +++ /dev/null @@ -1,14 +0,0 @@ - - - -NavbarType.STATICTOP - kvision - - - -kvision / pl.treksoft.kvision.navbar / NavbarType / STATICTOP
-
-

STATICTOP

- -STATICTOP - - diff --git a/api/pl.treksoft.kvision.navbar/-navbar-type/index.html b/api/pl.treksoft.kvision.navbar/-navbar-type/index.html deleted file mode 100644 index eb6e3cb0..00000000 --- a/api/pl.treksoft.kvision.navbar/-navbar-type/index.html +++ /dev/null @@ -1,40 +0,0 @@ - - - -NavbarType - kvision - - - -kvision / pl.treksoft.kvision.navbar / NavbarType
-
-

NavbarType

-enum class NavbarType -

Navbar types.

-

Enum Values

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

FIXEDTOP

-
-
-

FIXEDBOTTOM

-
-
-

STATICTOP

-
-
- - diff --git a/api/pl.treksoft.kvision.navbar/-navbar/-init-.html b/api/pl.treksoft.kvision.navbar/-navbar/-init-.html deleted file mode 100644 index 34af742b..00000000 --- a/api/pl.treksoft.kvision.navbar/-navbar/-init-.html +++ /dev/null @@ -1,27 +0,0 @@ - - - -Navbar.<init> - kvision - - - -kvision / pl.treksoft.kvision.navbar / Navbar / <init>
-
-

<init>

- -Navbar(label: String? = null, type: NavbarType? = null, inverted: Boolean = false, classes: Set<String> = setOf(), init: Navbar.() -> Unit = null) -

Parameters

-

-label - the navbar label

-

-type - the navbar type

-

-inverted - determines if the navbar is inverted

-

-classes - a set of CSS class names

-

-init - an initializer extension function

-

Constructor
-

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

addAll

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

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.navbar/-navbar/add.html b/api/pl.treksoft.kvision.navbar/-navbar/add.html deleted file mode 100644 index 072282ff..00000000 --- a/api/pl.treksoft.kvision.navbar/-navbar/add.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -Navbar.add - kvision - - - -kvision / pl.treksoft.kvision.navbar / Navbar / add
-
-

add

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

Overrides SimplePanel.add

-

Adds given component to the current container.

-

Parameters

-

-child - child component

-

Return
-current container

- - diff --git a/api/pl.treksoft.kvision.navbar/-navbar/get-children.html b/api/pl.treksoft.kvision.navbar/-navbar/get-children.html deleted file mode 100644 index bc644618..00000000 --- a/api/pl.treksoft.kvision.navbar/-navbar/get-children.html +++ /dev/null @@ -1,18 +0,0 @@ - - - -Navbar.getChildren - kvision - - - -kvision / pl.treksoft.kvision.navbar / Navbar / 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.navbar/-navbar/get-sn-class.html b/api/pl.treksoft.kvision.navbar/-navbar/get-sn-class.html deleted file mode 100644 index e8194f04..00000000 --- a/api/pl.treksoft.kvision.navbar/-navbar/get-sn-class.html +++ /dev/null @@ -1,18 +0,0 @@ - - - -Navbar.getSnClass - kvision - - - -kvision / pl.treksoft.kvision.navbar / Navbar / 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.navbar/-navbar/index.html b/api/pl.treksoft.kvision.navbar/-navbar/index.html deleted file mode 100644 index cf11a1e6..00000000 --- a/api/pl.treksoft.kvision.navbar/-navbar/index.html +++ /dev/null @@ -1,163 +0,0 @@ - - - -Navbar - kvision - - - -kvision / pl.treksoft.kvision.navbar / Navbar
-
-

Navbar

-open class Navbar : SimplePanel -

The Bootstrap Navbar container.

-

Constructors

- - - - - - - -
-

<init>

-
-Navbar(label: String? = null, type: NavbarType? = null, inverted: Boolean = false, classes: Set<String> = setOf(), init: Navbar.() -> Unit = null)
-

Properties

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

inverted

-
-var inverted: Boolean -

Determines if the navbar is inverted.

-
-

label

-
-var label: String? -

The navbar header label.

-
-

type

-
-var type: NavbarType? -

The navbar type.

-
-

Functions

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

add

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

Adds given component to the current container.

-
-

addAll

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

Adds a list of components to the current container.

-
-

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): Navbar -

Removes given component from the current container.

-
-

removeAll

-
-open fun removeAll(): Navbar -

Removes all children from the current container.

-
-

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.

-
-

childrenVNodes

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

Returns the array of the children Snabbdom vnodes.

-
-

Companion Object Functions

- - - - - - - -
-

navbar

-
-fun Container.navbar(label: String? = null, type: NavbarType? = null, inverted: Boolean = false, classes: Set<String> = setOf(), init: Navbar.() -> Unit = null): Navbar -

DSL builder extension function.

-
- - diff --git a/api/pl.treksoft.kvision.navbar/-navbar/inverted.html b/api/pl.treksoft.kvision.navbar/-navbar/inverted.html deleted file mode 100644 index 233f0082..00000000 --- a/api/pl.treksoft.kvision.navbar/-navbar/inverted.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -Navbar.inverted - kvision - - - -kvision / pl.treksoft.kvision.navbar / Navbar / inverted
-
-

inverted

- -var inverted: Boolean -

Determines if the navbar is inverted.

-

Getter
-

Determines if the navbar is inverted.

-

-

Setter
-

Determines if the navbar is inverted.

-

- - diff --git a/api/pl.treksoft.kvision.navbar/-navbar/label.html b/api/pl.treksoft.kvision.navbar/-navbar/label.html deleted file mode 100644 index 4b2fc0b9..00000000 --- a/api/pl.treksoft.kvision.navbar/-navbar/label.html +++ /dev/null @@ -1,15 +0,0 @@ - - - -Navbar.label - kvision - - - -kvision / pl.treksoft.kvision.navbar / Navbar / label
-
-

label

- -var label: String? -

The navbar header label.

- - diff --git a/api/pl.treksoft.kvision.navbar/-navbar/navbar.html b/api/pl.treksoft.kvision.navbar/-navbar/navbar.html deleted file mode 100644 index 8754bdd0..00000000 --- a/api/pl.treksoft.kvision.navbar/-navbar/navbar.html +++ /dev/null @@ -1,16 +0,0 @@ - - - -Navbar.navbar - kvision - - - -kvision / pl.treksoft.kvision.navbar / Navbar / navbar
-
-

navbar

- -fun Container.navbar(label: String? = null, type: NavbarType? = null, inverted: Boolean = false, classes: Set<String> = setOf(), init: Navbar.() -> Unit = null): Navbar -

DSL builder extension function.

-

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

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

removeAll

- -open fun removeAll(): Navbar -

Overrides SimplePanel.removeAll

-

Removes all children from the current container.

-

Return
-current container

- - diff --git a/api/pl.treksoft.kvision.navbar/-navbar/remove.html b/api/pl.treksoft.kvision.navbar/-navbar/remove.html deleted file mode 100644 index 071c25d8..00000000 --- a/api/pl.treksoft.kvision.navbar/-navbar/remove.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -Navbar.remove - kvision - - - -kvision / pl.treksoft.kvision.navbar / Navbar / remove
-
-

remove

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

Overrides SimplePanel.remove

-

Removes given component from the current container.

-

Parameters

-

-child - child component

-

Return
-current container

- - diff --git a/api/pl.treksoft.kvision.navbar/-navbar/render.html b/api/pl.treksoft.kvision.navbar/-navbar/render.html deleted file mode 100644 index 6c05f600..00000000 --- a/api/pl.treksoft.kvision.navbar/-navbar/render.html +++ /dev/null @@ -1,18 +0,0 @@ - - - -Navbar.render - kvision - - - -kvision / pl.treksoft.kvision.navbar / Navbar / 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.navbar/-navbar/type.html b/api/pl.treksoft.kvision.navbar/-navbar/type.html deleted file mode 100644 index 09729122..00000000 --- a/api/pl.treksoft.kvision.navbar/-navbar/type.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -Navbar.type - kvision - - - -kvision / pl.treksoft.kvision.navbar / Navbar / type
-
-

type

- -var type: NavbarType? -

The navbar type.

-

Getter
-

The navbar type.

-

-

Setter
-

The navbar type.

-

- - diff --git a/api/pl.treksoft.kvision.navbar/index.html b/api/pl.treksoft.kvision.navbar/index.html deleted file mode 100644 index aa7bb495..00000000 --- a/api/pl.treksoft.kvision.navbar/index.html +++ /dev/null @@ -1,54 +0,0 @@ - - - -pl.treksoft.kvision.navbar - kvision - - - -kvision / pl.treksoft.kvision.navbar
-
-

Package pl.treksoft.kvision.navbar

-

Bootstrap navbar components.

-

Types

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

Nav

-
-open class Nav : Tag -

The Bootstrap Nav container.

-
-

NavForm

-
-open class NavForm : Tag -

The Bootstrap Nav form container.

-
-

Navbar

-
-open class Navbar : SimplePanel -

The Bootstrap Navbar container.

-
-

NavbarType

-
-enum class NavbarType -

Navbar types.

-
- - -- cgit