From eb930482e9972a21d39f2aea8b813acf58ff5b64 Mon Sep 17 00:00:00 2001
From: Robert Jaros Button group sizes. Button group styles.
+
+ Constructor DSL builder extension function. It takes the same parameters as the constructor of the built component. Overrides Widget.getSnClass Returns list of CSS class names for current widget in the form of a List. Return The Bootstrap button group. Button group size. Button group style. Returns list of CSS class names for current widget in the form of a List. Adds given component to the current container. Adds a list of components to the current container. Protected and final method to add given component to the current container. Returns the array of the children Snabbdom vnodes. Returns a list of children of the current container. Removes given component from the current container. Removes all children from the current container. Renders current component as a Snabbdom vnode. DSL builder extension function. Button group size. Getter Button group size.
+
+LARGE
+
+LARGE
+
+
diff --git a/api/pl.treksoft.kvision.toolbar/-button-group-size/-s-m-a-l-l.html b/api/pl.treksoft.kvision.toolbar/-button-group-size/-s-m-a-l-l.html
new file mode 100644
index 00000000..accaddfd
--- /dev/null
+++ b/api/pl.treksoft.kvision.toolbar/-button-group-size/-s-m-a-l-l.html
@@ -0,0 +1,14 @@
+
+
+
+
+
+SMALL
+
+SMALL
+
+
diff --git a/api/pl.treksoft.kvision.toolbar/-button-group-size/-x-s-m-a-l-l.html b/api/pl.treksoft.kvision.toolbar/-button-group-size/-x-s-m-a-l-l.html
new file mode 100644
index 00000000..f80e438c
--- /dev/null
+++ b/api/pl.treksoft.kvision.toolbar/-button-group-size/-x-s-m-a-l-l.html
@@ -0,0 +1,14 @@
+
+
+
+
+
+XSMALL
+
+XSMALL
+
+
diff --git a/api/pl.treksoft.kvision.toolbar/-button-group-size/index.html b/api/pl.treksoft.kvision.toolbar/-button-group-size/index.html
new file mode 100644
index 00000000..b7c2cf4d
--- /dev/null
+++ b/api/pl.treksoft.kvision.toolbar/-button-group-size/index.html
@@ -0,0 +1,40 @@
+
+
+
+
+
+ButtonGroupSize
+enum class ButtonGroupSize
+Enum Values
+
+
+
+
+
diff --git a/api/pl.treksoft.kvision.toolbar/-button-group-style/-j-u-s-t-i-f-i-e-d.html b/api/pl.treksoft.kvision.toolbar/-button-group-style/-j-u-s-t-i-f-i-e-d.html
new file mode 100644
index 00000000..a18fad28
--- /dev/null
+++ b/api/pl.treksoft.kvision.toolbar/-button-group-style/-j-u-s-t-i-f-i-e-d.html
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JUSTIFIED
+
+JUSTIFIED
+
+
diff --git a/api/pl.treksoft.kvision.toolbar/-button-group-style/-v-e-r-t-i-c-a-l.html b/api/pl.treksoft.kvision.toolbar/-button-group-style/-v-e-r-t-i-c-a-l.html
new file mode 100644
index 00000000..c5b93cc3
--- /dev/null
+++ b/api/pl.treksoft.kvision.toolbar/-button-group-style/-v-e-r-t-i-c-a-l.html
@@ -0,0 +1,14 @@
+
+
+
+
+
+VERTICAL
+
+VERTICAL
+
+
diff --git a/api/pl.treksoft.kvision.toolbar/-button-group-style/index.html b/api/pl.treksoft.kvision.toolbar/-button-group-style/index.html
new file mode 100644
index 00000000..19f947e7
--- /dev/null
+++ b/api/pl.treksoft.kvision.toolbar/-button-group-style/index.html
@@ -0,0 +1,33 @@
+
+
+
+
+
+ButtonGroupStyle
+enum class ButtonGroupStyle
+Enum Values
+
+
+
+
+
diff --git a/api/pl.treksoft.kvision.toolbar/-button-group/-init-.html b/api/pl.treksoft.kvision.toolbar/-button-group/-init-.html
new file mode 100644
index 00000000..78e5fd3c
--- /dev/null
+++ b/api/pl.treksoft.kvision.toolbar/-button-group/-init-.html
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<init>
+
+ButtonGroup(size: ButtonGroupSize? = null, style: ButtonGroupStyle? = null, classes: Set<String> = setOf(), init: ButtonGroup.() -> Unit = null)
+Parameters
+
+
+classes - a set of CSS class namesinit - an initializer extension function
+
+
+buttonGroup
+
+fun Container.buttonGroup(size: ButtonGroupSize? = null, style: ButtonGroupStyle? = null, classes: Set<String> = setOf(), init: ButtonGroup.() -> Unit = null): ButtonGroup
+
+
+getSnClass
+
+protected open fun getSnClass(): List<StringBoolPair>
+
+list of CSS class names
+
+ButtonGroup
+open class ButtonGroup : SimplePanel
+Constructors
+
+
+
+
+
+
+
+
+
+
+
+ButtonGroup(size: ButtonGroupSize? = null, style: ButtonGroupStyle? = null, classes: Set<String> = setOf(), init: ButtonGroup.() -> Unit = null)Properties
+
+
+
+
+
+
+
+
+
+
+var size: ButtonGroupSize?
+
+
+
+
+
+
+
+
+var style: ButtonGroupStyle?
+Functions
+
+
+
+
+
+
+
+
+
+
+
+open fun getSnClass(): List<StringBoolPair>
+Inherited Functions
+
+
+
+
+
+
+
+
+
+
+open fun add(child: Component): SimplePanel
+
+
+
+
+
+
+
+open fun addAll(children: List<Component>): SimplePanel
+
+
+
+
+
+
+
+fun addInternal(child: Component): SimplePanel
+
+
+
+
+
+
+
+open fun childrenVNodes(): Array<VNode>
+
+
+
+
+
+
+
+open fun getChildren(): List<Component>
+
+
+
+
+
+
+
+open fun remove(child: Component): SimplePanel
+
+
+
+
+
+
+
+open fun removeAll(): SimplePanel
+
+
+
+
+
+
+
+
+open fun render(): VNode
+Companion Object Functions
+
+
+
+
+
diff --git a/api/pl.treksoft.kvision.toolbar/-button-group/size.html b/api/pl.treksoft.kvision.toolbar/-button-group/size.html
new file mode 100644
index 00000000..7df5d98c
--- /dev/null
+++ b/api/pl.treksoft.kvision.toolbar/-button-group/size.html
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
+
+
+
+fun Container.buttonGroup(size: ButtonGroupSize? = null, style: ButtonGroupStyle? = null, classes: Set<String> = setOf(), init: ButtonGroup.() -> Unit = null): ButtonGroup
+
+
+size
+
+var size: ButtonGroupSize?
+
+
Setter
+
Button group size.
+ + + diff --git a/api/pl.treksoft.kvision.toolbar/-button-group/style.html b/api/pl.treksoft.kvision.toolbar/-button-group/style.html new file mode 100644 index 00000000..6797cd38 --- /dev/null +++ b/api/pl.treksoft.kvision.toolbar/-button-group/style.html @@ -0,0 +1,21 @@ + + + +var style: ButtonGroupStyle?
+Button group style.
+Getter
+
Button group style.
+ +Setter
+
Button group style.
+ + + diff --git a/api/pl.treksoft.kvision.toolbar/-toolbar/-init-.html b/api/pl.treksoft.kvision.toolbar/-toolbar/-init-.html new file mode 100644 index 00000000..204b5b01 --- /dev/null +++ b/api/pl.treksoft.kvision.toolbar/-toolbar/-init-.html @@ -0,0 +1,21 @@ + + + +Toolbar(classes: Set<String> = setOf(), init: Toolbar.() -> Unit = null)
+
+classes - a set of CSS class names
+init - an initializer extension function
Constructor
+
open class Toolbar : SimplePanel
+The Bootstrap toolbar.
+| + + | +
+Toolbar(classes: Set<String> = setOf(), init: Toolbar.() -> Unit = null) |
+
| + + | +
+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 addInternal(child: Component): SimplePanel
+Protected and final method to add given component to the current container. + |
+
| + + | +
+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 remove(child: Component): SimplePanel
+Removes given component from the current container. + |
+
| + + | +
+open fun removeAll(): SimplePanel
+Removes all children from the current container. + |
+
| + + | +
+open fun render(): VNode
+Renders current component as a Snabbdom vnode. + |
+
| + + | +
+fun Container.toolbar(classes: Set<String> = setOf(), init: Toolbar.() -> Unit = null): Toolbar
+DSL builder extension function. + |
+
fun Container.toolbar(classes: Set<String> = setOf(), init: Toolbar.() -> Unit = null): Toolbar
+DSL builder extension function.
+It takes the same parameters as the constructor of the built component.
+ + diff --git a/api/pl.treksoft.kvision.toolbar/index.html b/api/pl.treksoft.kvision.toolbar/index.html new file mode 100644 index 00000000..fa8e63b1 --- /dev/null +++ b/api/pl.treksoft.kvision.toolbar/index.html @@ -0,0 +1,54 @@ + + + +Toolbar and button group components.
+| + + | +
+open class ButtonGroup : SimplePanel
+The Bootstrap button group. + |
+
| + + | +
+enum class ButtonGroupSize
+Button group sizes. + |
+
| + + | +
+enum class ButtonGroupStyle
+Button group styles. + |
+
| + + | +
+open class Toolbar : SimplePanel
+The Bootstrap toolbar. + |
+