From 7c2850063697f94a0d8b8d8f8588136dd4b3d05e Mon Sep 17 00:00:00 2001
From: Robert Jaros Checkbox style options.
-
-
- Constructor Overrides FormControl.blur Makes the input element blur. DSL builder extension function. It takes the same parameters as the constructor of the built component. Determines if the checkbox is rendered as a circle. Getter Determines if the checkbox is rendered as a circle.
-
-DANGER
-
-DANGER
-
-
diff --git a/api/pl.treksoft.kvision.form.check/-check-box-style/-d-e-f-a-u-l-t.html b/api/pl.treksoft.kvision.form.check/-check-box-style/-d-e-f-a-u-l-t.html
deleted file mode 100644
index ac33f0ed..00000000
--- a/api/pl.treksoft.kvision.form.check/-check-box-style/-d-e-f-a-u-l-t.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-DEFAULT
-
-DEFAULT
-
-
diff --git a/api/pl.treksoft.kvision.form.check/-check-box-style/-i-n-f-o.html b/api/pl.treksoft.kvision.form.check/-check-box-style/-i-n-f-o.html
deleted file mode 100644
index 2dd8f53b..00000000
--- a/api/pl.treksoft.kvision.form.check/-check-box-style/-i-n-f-o.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-INFO
-
-INFO
-
-
diff --git a/api/pl.treksoft.kvision.form.check/-check-box-style/-p-r-i-m-a-r-y.html b/api/pl.treksoft.kvision.form.check/-check-box-style/-p-r-i-m-a-r-y.html
deleted file mode 100644
index e9e0b996..00000000
--- a/api/pl.treksoft.kvision.form.check/-check-box-style/-p-r-i-m-a-r-y.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-PRIMARY
-
-PRIMARY
-
-
diff --git a/api/pl.treksoft.kvision.form.check/-check-box-style/-s-u-c-c-e-s-s.html b/api/pl.treksoft.kvision.form.check/-check-box-style/-s-u-c-c-e-s-s.html
deleted file mode 100644
index 83dbd75a..00000000
--- a/api/pl.treksoft.kvision.form.check/-check-box-style/-s-u-c-c-e-s-s.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-SUCCESS
-
-SUCCESS
-
-
diff --git a/api/pl.treksoft.kvision.form.check/-check-box-style/-w-a-r-n-i-n-g.html b/api/pl.treksoft.kvision.form.check/-check-box-style/-w-a-r-n-i-n-g.html
deleted file mode 100644
index 2fbfc7b2..00000000
--- a/api/pl.treksoft.kvision.form.check/-check-box-style/-w-a-r-n-i-n-g.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-WARNING
-
-WARNING
-
-
diff --git a/api/pl.treksoft.kvision.form.check/-check-box-style/index.html b/api/pl.treksoft.kvision.form.check/-check-box-style/index.html
deleted file mode 100644
index 6a433927..00000000
--- a/api/pl.treksoft.kvision.form.check/-check-box-style/index.html
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
-
-
-CheckBoxStyle
-enum class CheckBoxStyle
-Enum Values
-
-
-
-
-
diff --git a/api/pl.treksoft.kvision.form.check/-check-box/-init-.html b/api/pl.treksoft.kvision.form.check/-check-box/-init-.html
deleted file mode 100644
index 069d4b71..00000000
--- a/api/pl.treksoft.kvision.form.check/-check-box/-init-.html
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-<init>
-
-CheckBox(value: Boolean = false, name: String? = null, label: String? = null, rich: Boolean = false)
-Parameters
-
-name
- the name of the input elementlabel
- label text bound to the input elementrich
- determines if label can contain HTML code
-
-
-blur
-
-open fun blur(): Unit
-
-
-checkBox
-
-fun Container.checkBox(value: Boolean = false, name: String? = null, label: String? = null, rich: Boolean = false, init: CheckBox.() -> Unit = null): CheckBox
-
-
-circled
-
-var circled: Boolean
-
-
Setter
-
Determines if the checkbox is rendered as a circle.
- - - diff --git a/api/pl.treksoft.kvision.form.check/-check-box/flabel.html b/api/pl.treksoft.kvision.form.check/-check-box/flabel.html deleted file mode 100644 index 75f0444f..00000000 --- a/api/pl.treksoft.kvision.form.check/-check-box/flabel.html +++ /dev/null @@ -1,16 +0,0 @@ - - - -val flabel: FieldLabel
-Overrides FormControl.flabel
-Form field label.
- - diff --git a/api/pl.treksoft.kvision.form.check/-check-box/focus.html b/api/pl.treksoft.kvision.form.check/-check-box/focus.html deleted file mode 100644 index 13d5d003..00000000 --- a/api/pl.treksoft.kvision.form.check/-check-box/focus.html +++ /dev/null @@ -1,16 +0,0 @@ - - - -open fun focus(): Unit
-Overrides FormControl.focus
-Makes the input element focused.
- - diff --git a/api/pl.treksoft.kvision.form.check/-check-box/get-sn-class.html b/api/pl.treksoft.kvision.form.check/-check-box/get-sn-class.html deleted file mode 100644 index 096322d7..00000000 --- a/api/pl.treksoft.kvision.form.check/-check-box/get-sn-class.html +++ /dev/null @@ -1,18 +0,0 @@ - - - -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
open class CheckBox : SimplePanel, BoolFormControl
-The form field component rendered as HTML input type="checkbox".
-- - | -
-CheckBox(value: Boolean = false, name: String? = null, label: String? = null, rich: Boolean = false) |
-
- - | -
-var circled: Boolean
-Determines if the checkbox is rendered as a circle. - |
-
- - | -
-val flabel: FieldLabel
-Form field label. - |
-
- - | -
-var inline: Boolean
-Determines if the checkbox is rendered inline. - |
-
- - | -
-val input: CheckInput
-The actual input component. - |
-
- - | -
-var label: String?
-The label text bound to the input element. - |
-
- - | -
-var rich: Boolean
-Determines if label can contain HTML code. - |
-
- - | -
-var startValue: Boolean
-The value attribute of the generated HTML input element. - |
-
- - | -
-var style: CheckBoxStyle?
-The style (one of Bootstrap standard colors) of the input. - |
-
- - | -
-val validationInfo: HelpBlock
-Validation info component. - |
-
- - | -
-open var value: Boolean
-The selection state of the checkbox. - |
-
- - | -
-open fun blur(): Unit
-Makes the input element blur. - |
-
- - | -
-open fun focus(): Unit
-Makes the input element focused. - |
-
- - | -
-open fun getSnClass(): List<StringBoolPair>
-Returns list of CSS class names for current widget in the form of a List. - |
-
- - | -
-open fun onClick(handler: CheckBox.(MouseEvent) -> Unit): CheckBox
-A convenient helper for easy setting onClick event handler. - |
-
- - | -
-open fun removeEventListeners(): Widget
-Removes all event listeners from current widget. - |
-
- - | -
-open fun <T : Widget> setEventListener(block: SnOn<T>.() -> Unit): Widget
-Sets an event listener for current widget, keeping the actual type of component. -open fun setEventListener(block: SnOn<Widget>.() -> Unit): Widget
-Sets an event listener for current widget. - |
-
- - | -
-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 getValue(): Boolean
-Returns the value of the control. - |
-
- - | -
-open fun getValueAsString(): String?
-Returns the value of the control as a String. - |
-
- - | -
-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. - |
-
- - | -
-open fun setValue(v: Any?): Unit
-Sets the value of the control. - |
-
- - | -
-fun Container.checkBox(value: Boolean = false, name: String? = null, label: String? = null, rich: Boolean = false, init: CheckBox.() -> Unit = null): CheckBox
-DSL builder extension function. - |
-
var inline: Boolean
-Determines if the checkbox is rendered inline.
-Getter
-
Determines if the checkbox is rendered inline.
- -Setter
-
Determines if the checkbox is rendered inline.
- - - diff --git a/api/pl.treksoft.kvision.form.check/-check-box/input.html b/api/pl.treksoft.kvision.form.check/-check-box/input.html deleted file mode 100644 index 95850692..00000000 --- a/api/pl.treksoft.kvision.form.check/-check-box/input.html +++ /dev/null @@ -1,16 +0,0 @@ - - - -val input: CheckInput
-Overrides FormControl.input
-The actual input component.
- - diff --git a/api/pl.treksoft.kvision.form.check/-check-box/label.html b/api/pl.treksoft.kvision.form.check/-check-box/label.html deleted file mode 100644 index 7cda3b63..00000000 --- a/api/pl.treksoft.kvision.form.check/-check-box/label.html +++ /dev/null @@ -1,15 +0,0 @@ - - - -var label: String?
-The label text bound to the input element.
- - diff --git a/api/pl.treksoft.kvision.form.check/-check-box/on-click.html b/api/pl.treksoft.kvision.form.check/-check-box/on-click.html deleted file mode 100644 index 21a05b0a..00000000 --- a/api/pl.treksoft.kvision.form.check/-check-box/on-click.html +++ /dev/null @@ -1,15 +0,0 @@ - - - -open fun onClick(handler: CheckBox.(MouseEvent) -> Unit): CheckBox
-A convenient helper for easy setting onClick event handler.
- - diff --git a/api/pl.treksoft.kvision.form.check/-check-box/remove-event-listeners.html b/api/pl.treksoft.kvision.form.check/-check-box/remove-event-listeners.html deleted file mode 100644 index de175e54..00000000 --- a/api/pl.treksoft.kvision.form.check/-check-box/remove-event-listeners.html +++ /dev/null @@ -1,18 +0,0 @@ - - - -open fun removeEventListeners(): Widget
-Overrides Widget.removeEventListeners
-Removes all event listeners from current widget.
-Return
-current widget
var rich: Boolean
-Determines if label can contain HTML code.
- - diff --git a/api/pl.treksoft.kvision.form.check/-check-box/set-event-listener.html b/api/pl.treksoft.kvision.form.check/-check-box/set-event-listener.html deleted file mode 100644 index a47d91c9..00000000 --- a/api/pl.treksoft.kvision.form.check/-check-box/set-event-listener.html +++ /dev/null @@ -1,54 +0,0 @@ - - - -open fun <T : Widget> setEventListener(block: SnOn<T>.() -> Unit): Widget
-Overrides Widget.setEventListener
-Sets an event listener for current widget, keeping the actual type of component.
-Return
-
current widget
- - -Example:
- - - button.setEventListener<Button> {
- dblclick = {
- Alert.show("Button double clicked!")
- // self is of type Button here
- }
- }
-
-open fun setEventListener(block: SnOn<Widget>.() -> Unit): Widget
-Overrides Widget.setEventListener
-Sets an event listener for current widget.
-Return
-
current widget
- - -Example:
- - - button.setEventListener {
- dblclick = {
- Alert.show("Button double clicked!")
- // self is of type Widget here
- }
- }
-
-
diff --git a/api/pl.treksoft.kvision.form.check/-check-box/start-value.html b/api/pl.treksoft.kvision.form.check/-check-box/start-value.html
deleted file mode 100644
index 8b375beb..00000000
--- a/api/pl.treksoft.kvision.form.check/-check-box/start-value.html
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
-var startValue: Boolean
-The value attribute of the generated HTML input element.
-This value is placed directly in generated HTML code, while the value property is dynamically -bound to the input selection state.
- - diff --git a/api/pl.treksoft.kvision.form.check/-check-box/style.html b/api/pl.treksoft.kvision.form.check/-check-box/style.html deleted file mode 100644 index aac0735f..00000000 --- a/api/pl.treksoft.kvision.form.check/-check-box/style.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -var style: CheckBoxStyle?
-The style (one of Bootstrap standard colors) of the input.
-Getter
-
The style (one of Bootstrap standard colors) of the input.
- -Setter
-
The style (one of Bootstrap standard colors) of the input.
- - - diff --git a/api/pl.treksoft.kvision.form.check/-check-box/validation-info.html b/api/pl.treksoft.kvision.form.check/-check-box/validation-info.html deleted file mode 100644 index 881e33ea..00000000 --- a/api/pl.treksoft.kvision.form.check/-check-box/validation-info.html +++ /dev/null @@ -1,16 +0,0 @@ - - - -val validationInfo: HelpBlock
-Overrides FormControl.validationInfo
-Validation info component.
- - diff --git a/api/pl.treksoft.kvision.form.check/-check-box/value.html b/api/pl.treksoft.kvision.form.check/-check-box/value.html deleted file mode 100644 index 79ac64e8..00000000 --- a/api/pl.treksoft.kvision.form.check/-check-box/value.html +++ /dev/null @@ -1,16 +0,0 @@ - - - -open var value: Boolean
-Overrides BoolFormControl.value
-The selection state of the checkbox.
- - diff --git a/api/pl.treksoft.kvision.form.check/-check-input-type/-c-h-e-c-k-b-o-x.html b/api/pl.treksoft.kvision.form.check/-check-input-type/-c-h-e-c-k-b-o-x.html deleted file mode 100644 index 2d0d3981..00000000 --- a/api/pl.treksoft.kvision.form.check/-check-input-type/-c-h-e-c-k-b-o-x.html +++ /dev/null @@ -1,14 +0,0 @@ - - - -CHECKBOX
-
-
diff --git a/api/pl.treksoft.kvision.form.check/-check-input-type/-r-a-d-i-o.html b/api/pl.treksoft.kvision.form.check/-check-input-type/-r-a-d-i-o.html
deleted file mode 100644
index a34a9ac0..00000000
--- a/api/pl.treksoft.kvision.form.check/-check-input-type/-r-a-d-i-o.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-RADIO
-
-
diff --git a/api/pl.treksoft.kvision.form.check/-check-input-type/index.html b/api/pl.treksoft.kvision.form.check/-check-input-type/index.html
deleted file mode 100644
index 203af067..00000000
--- a/api/pl.treksoft.kvision.form.check/-check-input-type/index.html
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
-
-enum class CheckInputType
-Type of the check input control (checkbox or radio).
-- - | -- | -
- - | -- | -
CheckInput(type: CheckInputType = CheckInputType.CHECKBOX, value: Boolean = false, classes: Set<String> = setOf())
-
-type
- type of the input control
-classes
- a set of CSS class names
Constructor
-
protected open fun afterInsert(node: VNode): Unit
-Overrides Widget.afterInsert
-Method called after inserting Snabbdom vnode into the DOM.
- - diff --git a/api/pl.treksoft.kvision.form.check/-check-input/after-postpatch.html b/api/pl.treksoft.kvision.form.check/-check-input/after-postpatch.html deleted file mode 100644 index e5033ca8..00000000 --- a/api/pl.treksoft.kvision.form.check/-check-input/after-postpatch.html +++ /dev/null @@ -1,16 +0,0 @@ - - - -protected open fun afterPostpatch(node: VNode): Unit
-Overrides Widget.afterPostpatch
-Method called after updating Snabbdom vnode.
- - diff --git a/api/pl.treksoft.kvision.form.check/-check-input/blur.html b/api/pl.treksoft.kvision.form.check/-check-input/blur.html deleted file mode 100644 index 34571d73..00000000 --- a/api/pl.treksoft.kvision.form.check/-check-input/blur.html +++ /dev/null @@ -1,15 +0,0 @@ - - - -open fun blur(): Unit
-Makes the input element blur.
- - diff --git a/api/pl.treksoft.kvision.form.check/-check-input/check-input.html b/api/pl.treksoft.kvision.form.check/-check-input/check-input.html deleted file mode 100644 index 9ac1b396..00000000 --- a/api/pl.treksoft.kvision.form.check/-check-input/check-input.html +++ /dev/null @@ -1,16 +0,0 @@ - - - -fun Container.checkInput(type: CheckInputType = CheckInputType.CHECKBOX, value: Boolean = false, classes: Set<String> = setOf(), init: CheckInput.() -> Unit = null): CheckInput
-DSL builder extension function.
-It takes the same parameters as the constructor of the built component.
- - diff --git a/api/pl.treksoft.kvision.form.check/-check-input/disabled.html b/api/pl.treksoft.kvision.form.check/-check-input/disabled.html deleted file mode 100644 index e39d705e..00000000 --- a/api/pl.treksoft.kvision.form.check/-check-input/disabled.html +++ /dev/null @@ -1,22 +0,0 @@ - - - -open var disabled: Boolean
-Overrides FormInput.disabled
-Determines if the field is disabled.
-Getter
-
Determines if the field is disabled.
- -Setter
-
Determines if the field is disabled.
- - - diff --git a/api/pl.treksoft.kvision.form.check/-check-input/extra-value.html b/api/pl.treksoft.kvision.form.check/-check-input/extra-value.html deleted file mode 100644 index 07e80196..00000000 --- a/api/pl.treksoft.kvision.form.check/-check-input/extra-value.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -var extraValue: String?
-The additional String value used for the radio button group.
-Getter
-
The additional String value used for the radio button group.
- -Setter
-
The additional String value used for the radio button group.
- - - diff --git a/api/pl.treksoft.kvision.form.check/-check-input/focus.html b/api/pl.treksoft.kvision.form.check/-check-input/focus.html deleted file mode 100644 index 8598d046..00000000 --- a/api/pl.treksoft.kvision.form.check/-check-input/focus.html +++ /dev/null @@ -1,15 +0,0 @@ - - - -open fun focus(): Unit
-Makes the input element focused.
- - diff --git a/api/pl.treksoft.kvision.form.check/-check-input/get-sn-attrs.html b/api/pl.treksoft.kvision.form.check/-check-input/get-sn-attrs.html deleted file mode 100644 index 01b63bf4..00000000 --- a/api/pl.treksoft.kvision.form.check/-check-input/get-sn-attrs.html +++ /dev/null @@ -1,18 +0,0 @@ - - - -protected open fun getSnAttrs(): List<StringPair>
-Overrides Widget.getSnAttrs
-Returns list of element attributes in the form of a List.
-Return
-list of element attributes
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
open class CheckInput : Widget, FormInput
-The basic input component rendered as HTML input type="checkbox" or input type="radio".
-- - | -
-CheckInput(type: CheckInputType = CheckInputType.CHECKBOX, value: Boolean = false, classes: Set<String> = setOf()) |
-
- - | -
-open var disabled: Boolean
-Determines if the field is disabled. - |
-
- - | -
-var extraValue: String?
-The additional String value used for the radio button group. - |
-
- - | -
-open var name: String?
-The name attribute of the generated HTML input element. - |
-
- - | -
-open var size: InputSize?
-The size of the input. - |
-
- - | -
-var startValue: Boolean
-The value attribute of the generated HTML input element. - |
-
- - | -
-var type: CheckInputType
-The type of the generated HTML input element. - |
-
- - | -
-var value: Boolean
-The selection state of the input. - |
-
- - | -
-var draggable: Boolean?
-Determines if the current widget is draggable. - |
-
- - | -
-var eventTarget: Widget? |
-
- - | -
-var id: String?
-An ID attribute of generated HTML element. - |
-
- - | -
-var lastLanguage: String? |
-
- - | -
-open var parent: Container?
-Parent of the current component. - |
-
- - | -
-var role: String?
-A role attribute of generated HTML element. - |
-
- - | -
-var surroundingSpan: Boolean |
-
- - | -
-var title: String?
-A title attribute of generated HTML element. - |
-
- - | -
-open var visible: Boolean
-Visibility state of the current component. - |
-
- - | -
-open fun afterInsert(node: VNode): Unit
-Method called after inserting Snabbdom vnode into the DOM. - |
-
- - | -
-open fun afterPostpatch(node: VNode): Unit
-Method called after updating Snabbdom vnode. - |
-
- - | -
-open fun blur(): Unit
-Makes the input element blur. - |
-
- - | -
-open fun focus(): Unit
-Makes the input element focused. - |
-
- - | -
-open fun getSnAttrs(): List<StringPair>
-Returns list of element attributes in the form of a List. - |
-
- - | -
-open fun getSnClass(): List<StringBoolPair>
-Returns list of CSS class names for current widget in the form of a List. - |
-
- - | -
-open fun onClick(handler: CheckInput.(MouseEvent) -> Unit): CheckInput
-A convenient helper for easy setting onClick event handler. - |
-
- - | -
-open fun render(): VNode
-Renders current component as a Snabbdom vnode. - |
-
- - | -
-open fun addCssClass(css: String): Widget
-Adds given value to the set of CSS classes generated in html code of current component. - |
-
- - | -
-open fun addSurroundingCssClass(css: String): Widget
-Adds given value to the set of CSS classes generated in html code of parent component. - |
-
- - | -
-open fun afterCreate(node: VNode): Unit
-Method called after creating Snabbdom vnode. - |
-
- - | -
-open fun afterDestroy(): Unit
-Method called after destroying Snabbdom vnode. - |
-
- - | -
-open fun clearDragDropData(): Unit
-Clears D&D data for the current widget. It also makes it not draggable. - |
-
- - | -
-open fun dispatchEvent(type: String, eventInitDict: CustomEventInit): Boolean? |
-
- - | -
-open fun getElement(): Node?
-Returns DOM element bound to the current component. - |
-
- - | -
-open fun getElementJQuery(): JQuery?
-Returns JQuery element bound to the current component. - |
-
- - | -
-open fun getElementJQueryD(): dynamic
-Returns JQuery element bound to the current component as a dynamic type. - |
-
- - | -
-open fun getSnHooks(): Hooks?
-Returns list of hooks in the form of a Snabbdom Hooks object. - |
-
- - | -
-open fun getSnOn(): On?
-Returns list of event handlers in the form of a Snabbdom On object. - |
-
- - | -
-open fun hide(): Widget
-Makes current widget invisible. - |
-
- - | -
-open fun removeCssClass(css: String): Widget
-Removes given value from the set of CSS classes generated in html code of current component. - |
-
- - | -
-open fun removeEventListeners(): Widget
-Removes all event listeners from current widget. - |
-
- - | -
-open fun removeSurroundingCssClass(css: String): Widget
-Removes given value from the set of CSS classes generated in html code of parent component. - |
-
- - | -
-open fun render(elementName: String): VNode - open fun render(elementName: String, children: Array<dynamic>): VNode
-Renders current component as a Snabbdom vnode. - |
-
- - | -
-open fun setContextMenu(contextMenu: ContextMenu): Widget
-Sets context menu for the current widget. - |
-
- - | -
-open fun setDragDropData(format: String, data: String): Unit
-Sets D&D data for the current widget. It also makes it draggable. - |
-
- - | -
-open fun setDropTarget(format: String, callback: (DragEvent) -> Unit): Unit - open fun setDropTarget(formats: Set<String>? = null, callback: (DragEvent) -> Unit): Unit
-Sets the current widget as a D&D drop target. - |
-
- - | -
-open fun setDropTargetData(format: String, callback: (String?) -> Unit): Unit
-Sets the current widget as a D&D drop target with helper callback accepting String data. - |
-
- - | -
-open fun <T : Widget> setEventListener(block: SnOn<T>.() -> Unit): Widget
-Sets an event listener for current widget, keeping the actual type of component. -open fun setEventListener(block: SnOn<Widget>.() -> Unit): Widget
-Sets an event listener for current widget. - |
-
- - | -
-open fun show(): Widget
-Makes current widget visible. - |
-
- - | -
-open fun toggleVisible(): Widget
-Toggles visibility of current widget. - |
-
- - | -
-fun translate(text: String?): String? |
-
- - | -
-fun Container.checkInput(type: CheckInputType = CheckInputType.CHECKBOX, value: Boolean = false, classes: Set<String> = setOf(), init: CheckInput.() -> Unit = null): CheckInput
-DSL builder extension function. - |
-
open var name: String?
-Overrides FormInput.name
-The name attribute of the generated HTML input element.
-Getter
-
The name attribute of the generated HTML input element.
- -Setter
-
The name attribute of the generated HTML input element.
- - - diff --git a/api/pl.treksoft.kvision.form.check/-check-input/on-click.html b/api/pl.treksoft.kvision.form.check/-check-input/on-click.html deleted file mode 100644 index 66f9330a..00000000 --- a/api/pl.treksoft.kvision.form.check/-check-input/on-click.html +++ /dev/null @@ -1,15 +0,0 @@ - - - -open fun onClick(handler: CheckInput.(MouseEvent) -> Unit): CheckInput
-A convenient helper for easy setting onClick event handler.
- - diff --git a/api/pl.treksoft.kvision.form.check/-check-input/render.html b/api/pl.treksoft.kvision.form.check/-check-input/render.html deleted file mode 100644 index f5a8b24f..00000000 --- a/api/pl.treksoft.kvision.form.check/-check-input/render.html +++ /dev/null @@ -1,18 +0,0 @@ - - - -protected open fun render(): VNode
-Overrides Widget.render
-Renders current component as a Snabbdom vnode.
-Return
-Snabbdom vnode
open var size: InputSize?
-Overrides FormInput.size
-The size of the input.
-Getter
-
The size of the input.
- -Setter
-
The size of the input.
- - - diff --git a/api/pl.treksoft.kvision.form.check/-check-input/start-value.html b/api/pl.treksoft.kvision.form.check/-check-input/start-value.html deleted file mode 100644 index c113cc73..00000000 --- a/api/pl.treksoft.kvision.form.check/-check-input/start-value.html +++ /dev/null @@ -1,27 +0,0 @@ - - - -var startValue: Boolean
-The value attribute of the generated HTML input element.
-This value is placed directly in generated HTML code, while the value property is dynamically -bound to the input selection state.
-Getter
-
The value attribute of the generated HTML input element.
-This value is placed directly in generated HTML code, while the value property is dynamically -bound to the input selection state.
- -Setter
-
The value attribute of the generated HTML input element.
-This value is placed directly in generated HTML code, while the value property is dynamically -bound to the input selection state.
- - - diff --git a/api/pl.treksoft.kvision.form.check/-check-input/type.html b/api/pl.treksoft.kvision.form.check/-check-input/type.html deleted file mode 100644 index 660971b1..00000000 --- a/api/pl.treksoft.kvision.form.check/-check-input/type.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -var type: CheckInputType
-The type of the generated HTML input element.
-Getter
-
The type of the generated HTML input element.
- -Setter
-
The type of the generated HTML input element.
- - - diff --git a/api/pl.treksoft.kvision.form.check/-check-input/value.html b/api/pl.treksoft.kvision.form.check/-check-input/value.html deleted file mode 100644 index 5e6c7d08..00000000 --- a/api/pl.treksoft.kvision.form.check/-check-input/value.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -var value: Boolean
-The selection state of the input.
-Getter
-
The selection state of the input.
- -Setter
-
The selection state of the input.
- - - diff --git a/api/pl.treksoft.kvision.form.check/-radio-group/-init-.html b/api/pl.treksoft.kvision.form.check/-radio-group/-init-.html deleted file mode 100644 index ab46a0c9..00000000 --- a/api/pl.treksoft.kvision.form.check/-radio-group/-init-.html +++ /dev/null @@ -1,29 +0,0 @@ - - - -RadioGroup(options: List<StringPair>? = null, value: String? = null, name: String? = null, inline: Boolean = false, label: String? = null, rich: Boolean = false)
-
-options
- an optional list of options (label to value pairs) for the group
-name
- the name attribute of the generated HTML input element
-inline
- determines if the options are rendered inline
-label
- label text of the options group
-rich
- determines if label can contain HTML code
Constructor
-
open fun blur(): Unit
-Overrides FormControl.blur
-Makes the input element blur.
- - diff --git a/api/pl.treksoft.kvision.form.check/-radio-group/disabled.html b/api/pl.treksoft.kvision.form.check/-radio-group/disabled.html deleted file mode 100644 index 67fd5054..00000000 --- a/api/pl.treksoft.kvision.form.check/-radio-group/disabled.html +++ /dev/null @@ -1,16 +0,0 @@ - - - -open var disabled: Boolean
-Overrides FormControl.disabled
-Determines if the field is disabled.
- - diff --git a/api/pl.treksoft.kvision.form.check/-radio-group/flabel.html b/api/pl.treksoft.kvision.form.check/-radio-group/flabel.html deleted file mode 100644 index de73bfaa..00000000 --- a/api/pl.treksoft.kvision.form.check/-radio-group/flabel.html +++ /dev/null @@ -1,16 +0,0 @@ - - - -val flabel: FieldLabel
-Overrides FormControl.flabel
-Form field label.
- - diff --git a/api/pl.treksoft.kvision.form.check/-radio-group/focus.html b/api/pl.treksoft.kvision.form.check/-radio-group/focus.html deleted file mode 100644 index aa54efb1..00000000 --- a/api/pl.treksoft.kvision.form.check/-radio-group/focus.html +++ /dev/null @@ -1,16 +0,0 @@ - - - -open fun focus(): Unit
-Overrides FormControl.focus
-Makes the input element focused.
- - diff --git a/api/pl.treksoft.kvision.form.check/-radio-group/get-sn-class.html b/api/pl.treksoft.kvision.form.check/-radio-group/get-sn-class.html deleted file mode 100644 index 45f2e97a..00000000 --- a/api/pl.treksoft.kvision.form.check/-radio-group/get-sn-class.html +++ /dev/null @@ -1,18 +0,0 @@ - - - -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
open class RadioGroup : SimplePanel, StringFormControl
-The form field component rendered as a group of HTML input type="radio" elements with the same name attribute.
-The radio group can be populated directly from options parameter or manually by adding -Radio components to the container.
-- - | -
-RadioGroup(options: List<StringPair>? = null, value: String? = null, name: String? = null, inline: Boolean = false, label: String? = null, rich: Boolean = false) |
-
- - | -
-open var disabled: Boolean
-Determines if the field is disabled. - |
-
- - | -
-val flabel: FieldLabel
-Form field label. - |
-
- - | -
-var inline: Boolean
-Determines if the options are rendered inline. - |
-
- - | -
-val input: CheckInput
-The actual input component. - |
-
- - | -
-var label: String?
-The label text of the options group. - |
-
- - | -
-open var name: String?
-The name attribute of the generated HTML input element. - |
-
- - | -
-var options: List<StringPair>?
-A list of options (label to value pairs) for the group. - |
-
- - | -
-var rich: Boolean
-Determines if label can contain HTML code. - |
-
- - | -
-open var size: InputSize?
-Input control field size. - |
-
- - | -
-val validationInfo: HelpBlock
-Validation info component. - |
-
- - | -
-open var value: String?
-A value of the selected option. - |
-
- - | -
-open fun blur(): Unit
-Makes the input element blur. - |
-
- - | -
-open fun focus(): Unit
-Makes the input element focused. - |
-
- - | -
-open fun getSnClass(): List<StringBoolPair>
-Returns list of CSS class names for current widget in the form of a List. - |
-
- - | -
-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 getValue(): String?
-Returns the value of the control. - |
-
- - | -
-open fun getValueAsString(): String?
-Returns the value of the control as a String. - |
-
- - | -
-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. - |
-
- - | -
-open fun setValue(v: Any?): Unit
-Sets the value of the control. - |
-
- - | -
-fun Container.radioGroup(options: List<StringPair>? = null, value: String? = null, name: String? = null, inline: Boolean = false, label: String? = null, rich: Boolean = false, init: RadioGroup.() -> Unit = null): RadioGroup
-DSL builder extension function. - |
-
var inline: Boolean
-Determines if the options are rendered inline.
-Getter
-
Determines if the options are rendered inline.
- -Setter
-
Determines if the options are rendered inline.
- - - diff --git a/api/pl.treksoft.kvision.form.check/-radio-group/input.html b/api/pl.treksoft.kvision.form.check/-radio-group/input.html deleted file mode 100644 index 3b1eccae..00000000 --- a/api/pl.treksoft.kvision.form.check/-radio-group/input.html +++ /dev/null @@ -1,16 +0,0 @@ - - - -val input: CheckInput
-Overrides FormControl.input
-The actual input component.
- - diff --git a/api/pl.treksoft.kvision.form.check/-radio-group/label.html b/api/pl.treksoft.kvision.form.check/-radio-group/label.html deleted file mode 100644 index c8409200..00000000 --- a/api/pl.treksoft.kvision.form.check/-radio-group/label.html +++ /dev/null @@ -1,15 +0,0 @@ - - - -var label: String?
-The label text of the options group.
- - diff --git a/api/pl.treksoft.kvision.form.check/-radio-group/name.html b/api/pl.treksoft.kvision.form.check/-radio-group/name.html deleted file mode 100644 index 299928b9..00000000 --- a/api/pl.treksoft.kvision.form.check/-radio-group/name.html +++ /dev/null @@ -1,16 +0,0 @@ - - - -open var name: String?
-Overrides FormControl.name
-The name attribute of the generated HTML input element.
- - diff --git a/api/pl.treksoft.kvision.form.check/-radio-group/options.html b/api/pl.treksoft.kvision.form.check/-radio-group/options.html deleted file mode 100644 index f1120584..00000000 --- a/api/pl.treksoft.kvision.form.check/-radio-group/options.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -var options: List<StringPair>?
-A list of options (label to value pairs) for the group.
-Getter
-
A list of options (label to value pairs) for the group.
- -Setter
-
A list of options (label to value pairs) for the group.
- - - diff --git a/api/pl.treksoft.kvision.form.check/-radio-group/radio-group.html b/api/pl.treksoft.kvision.form.check/-radio-group/radio-group.html deleted file mode 100644 index aa1a0741..00000000 --- a/api/pl.treksoft.kvision.form.check/-radio-group/radio-group.html +++ /dev/null @@ -1,16 +0,0 @@ - - - -fun Container.radioGroup(options: List<StringPair>? = null, value: String? = null, name: String? = null, inline: Boolean = false, label: String? = null, rich: Boolean = false, init: RadioGroup.() -> Unit = null): RadioGroup
-DSL builder extension function.
-It takes the same parameters as the constructor of the built component.
- - diff --git a/api/pl.treksoft.kvision.form.check/-radio-group/rich.html b/api/pl.treksoft.kvision.form.check/-radio-group/rich.html deleted file mode 100644 index 1863196c..00000000 --- a/api/pl.treksoft.kvision.form.check/-radio-group/rich.html +++ /dev/null @@ -1,15 +0,0 @@ - - - -var rich: Boolean
-Determines if label can contain HTML code.
- - diff --git a/api/pl.treksoft.kvision.form.check/-radio-group/size.html b/api/pl.treksoft.kvision.form.check/-radio-group/size.html deleted file mode 100644 index 9479e05e..00000000 --- a/api/pl.treksoft.kvision.form.check/-radio-group/size.html +++ /dev/null @@ -1,16 +0,0 @@ - - - -open var size: InputSize?
-Overrides FormControl.size
-Input control field size.
- - diff --git a/api/pl.treksoft.kvision.form.check/-radio-group/validation-info.html b/api/pl.treksoft.kvision.form.check/-radio-group/validation-info.html deleted file mode 100644 index 40d3409b..00000000 --- a/api/pl.treksoft.kvision.form.check/-radio-group/validation-info.html +++ /dev/null @@ -1,16 +0,0 @@ - - - -val validationInfo: HelpBlock
-Overrides FormControl.validationInfo
-Validation info component.
- - diff --git a/api/pl.treksoft.kvision.form.check/-radio-group/value.html b/api/pl.treksoft.kvision.form.check/-radio-group/value.html deleted file mode 100644 index 534db71a..00000000 --- a/api/pl.treksoft.kvision.form.check/-radio-group/value.html +++ /dev/null @@ -1,22 +0,0 @@ - - - -open var value: String?
-Overrides StringFormControl.value
-A value of the selected option.
-Getter
-
A value of the selected option.
- -Setter
-
A value of the selected option.
- - - diff --git a/api/pl.treksoft.kvision.form.check/-radio-style/-d-a-n-g-e-r.html b/api/pl.treksoft.kvision.form.check/-radio-style/-d-a-n-g-e-r.html deleted file mode 100644 index 47523213..00000000 --- a/api/pl.treksoft.kvision.form.check/-radio-style/-d-a-n-g-e-r.html +++ /dev/null @@ -1,14 +0,0 @@ - - - -DANGER
-
-
diff --git a/api/pl.treksoft.kvision.form.check/-radio-style/-d-e-f-a-u-l-t.html b/api/pl.treksoft.kvision.form.check/-radio-style/-d-e-f-a-u-l-t.html
deleted file mode 100644
index 9d09d78f..00000000
--- a/api/pl.treksoft.kvision.form.check/-radio-style/-d-e-f-a-u-l-t.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-DEFAULT
-
-
diff --git a/api/pl.treksoft.kvision.form.check/-radio-style/-i-n-f-o.html b/api/pl.treksoft.kvision.form.check/-radio-style/-i-n-f-o.html
deleted file mode 100644
index 1ae6a070..00000000
--- a/api/pl.treksoft.kvision.form.check/-radio-style/-i-n-f-o.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-INFO
-
-
diff --git a/api/pl.treksoft.kvision.form.check/-radio-style/-p-r-i-m-a-r-y.html b/api/pl.treksoft.kvision.form.check/-radio-style/-p-r-i-m-a-r-y.html
deleted file mode 100644
index d5808cd6..00000000
--- a/api/pl.treksoft.kvision.form.check/-radio-style/-p-r-i-m-a-r-y.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-PRIMARY
-
-
diff --git a/api/pl.treksoft.kvision.form.check/-radio-style/-s-u-c-c-e-s-s.html b/api/pl.treksoft.kvision.form.check/-radio-style/-s-u-c-c-e-s-s.html
deleted file mode 100644
index 0fc2918a..00000000
--- a/api/pl.treksoft.kvision.form.check/-radio-style/-s-u-c-c-e-s-s.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-SUCCESS
-
-
diff --git a/api/pl.treksoft.kvision.form.check/-radio-style/-w-a-r-n-i-n-g.html b/api/pl.treksoft.kvision.form.check/-radio-style/-w-a-r-n-i-n-g.html
deleted file mode 100644
index 37b9d548..00000000
--- a/api/pl.treksoft.kvision.form.check/-radio-style/-w-a-r-n-i-n-g.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-WARNING
-
-
diff --git a/api/pl.treksoft.kvision.form.check/-radio-style/index.html b/api/pl.treksoft.kvision.form.check/-radio-style/index.html
deleted file mode 100644
index de9ae11a..00000000
--- a/api/pl.treksoft.kvision.form.check/-radio-style/index.html
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
-enum class RadioStyle
-Radio style options.
-- - | -- | -
- - | -- | -
- - | -- | -
- - | -- | -
- - | -- | -
- - | -- | -
Radio(value: Boolean = false, extraValue: String? = null, name: String? = null, label: String? = null, rich: Boolean = false)
-
-extraValue
- the additional String value used for the radio button group
-name
- the name attribute of the generated HTML input element
-label
- label text bound to the input element
-rich
- determines if label can contain HTML code
Constructor
-
open fun blur(): Unit
-Overrides FormControl.blur
-Makes the input element blur.
- - diff --git a/api/pl.treksoft.kvision.form.check/-radio/extra-value.html b/api/pl.treksoft.kvision.form.check/-radio/extra-value.html deleted file mode 100644 index 65bfd84c..00000000 --- a/api/pl.treksoft.kvision.form.check/-radio/extra-value.html +++ /dev/null @@ -1,15 +0,0 @@ - - - -var extraValue: String?
-The additional String value used for the radio button group.
- - diff --git a/api/pl.treksoft.kvision.form.check/-radio/flabel.html b/api/pl.treksoft.kvision.form.check/-radio/flabel.html deleted file mode 100644 index 538181c7..00000000 --- a/api/pl.treksoft.kvision.form.check/-radio/flabel.html +++ /dev/null @@ -1,16 +0,0 @@ - - - -val flabel: FieldLabel
-Overrides FormControl.flabel
-Form field label.
- - diff --git a/api/pl.treksoft.kvision.form.check/-radio/focus.html b/api/pl.treksoft.kvision.form.check/-radio/focus.html deleted file mode 100644 index fff66f41..00000000 --- a/api/pl.treksoft.kvision.form.check/-radio/focus.html +++ /dev/null @@ -1,16 +0,0 @@ - - - -open fun focus(): Unit
-Overrides FormControl.focus
-Makes the input element focused.
- - diff --git a/api/pl.treksoft.kvision.form.check/-radio/get-sn-class.html b/api/pl.treksoft.kvision.form.check/-radio/get-sn-class.html deleted file mode 100644 index 4e585f76..00000000 --- a/api/pl.treksoft.kvision.form.check/-radio/get-sn-class.html +++ /dev/null @@ -1,18 +0,0 @@ - - - -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
open class Radio : SimplePanel, BoolFormControl
-The form field component rendered as HTML input type="radio".
-- - | -
-Radio(value: Boolean = false, extraValue: String? = null, name: String? = null, label: String? = null, rich: Boolean = false) |
-
- - | -
-var extraValue: String?
-The additional String value used for the radio button group. - |
-
- - | -
-val flabel: FieldLabel
-Form field label. - |
-
- - | -
-var inline: Boolean
-Determines if the radio button is rendered inline. - |
-
- - | -
-val input: CheckInput
-The actual input component. - |
-
- - | -
-var label: String?
-The label text bound to the input element. - |
-
- - | -
-var rich: Boolean
-Determines if label can contain HTML code. - |
-
- - | -
-var squared: Boolean
-Determines if the radio button is rendered as a square. - |
-
- - | -
-var startValue: Boolean
-The value attribute of the generated HTML input element. - |
-
- - | -
-var style: RadioStyle?
-The style (one of Bootstrap standard colors) of the input. - |
-
- - | -
-val validationInfo: HelpBlock
-Validation info component. - |
-
- - | -
-open var value: Boolean
-The selection state of the radio button. - |
-
- - | -
-open fun blur(): Unit
-Makes the input element blur. - |
-
- - | -
-open fun focus(): Unit
-Makes the input element focused. - |
-
- - | -
-open fun getSnClass(): List<StringBoolPair>
-Returns list of CSS class names for current widget in the form of a List. - |
-
- - | -
-open fun onClick(handler: Radio.(MouseEvent) -> Unit): Radio
-A convenient helper for easy setting onClick event handler. - |
-
- - | -
-open fun removeEventListeners(): Widget
-Removes all event listeners from current widget. - |
-
- - | -
-open fun <T : Widget> setEventListener(block: SnOn<T>.() -> Unit): Widget
-Sets an event listener for current widget, keeping the actual type of component. -open fun setEventListener(block: SnOn<Widget>.() -> Unit): Widget
-Sets an event listener for current widget. - |
-
- - | -
-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 getValue(): Boolean
-Returns the value of the control. - |
-
- - | -
-open fun getValueAsString(): String?
-Returns the value of the control as a String. - |
-
- - | -
-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. - |
-
- - | -
-open fun setValue(v: Any?): Unit
-Sets the value of the control. - |
-
- - | -
-fun Container.radio(value: Boolean = false, extraValue: String? = null, name: String? = null, label: String? = null, rich: Boolean = false, init: Radio.() -> Unit = null): Radio
-DSL builder extension function. - |
-
var inline: Boolean
-Determines if the radio button is rendered inline.
-Getter
-
Determines if the radio button is rendered inline.
- -Setter
-
Determines if the radio button is rendered inline.
- - - diff --git a/api/pl.treksoft.kvision.form.check/-radio/input.html b/api/pl.treksoft.kvision.form.check/-radio/input.html deleted file mode 100644 index d7c2a1d9..00000000 --- a/api/pl.treksoft.kvision.form.check/-radio/input.html +++ /dev/null @@ -1,16 +0,0 @@ - - - -val input: CheckInput
-Overrides FormControl.input
-The actual input component.
- - diff --git a/api/pl.treksoft.kvision.form.check/-radio/label.html b/api/pl.treksoft.kvision.form.check/-radio/label.html deleted file mode 100644 index b80dd44f..00000000 --- a/api/pl.treksoft.kvision.form.check/-radio/label.html +++ /dev/null @@ -1,15 +0,0 @@ - - - -var label: String?
-The label text bound to the input element.
- - diff --git a/api/pl.treksoft.kvision.form.check/-radio/on-click.html b/api/pl.treksoft.kvision.form.check/-radio/on-click.html deleted file mode 100644 index 7ea9c764..00000000 --- a/api/pl.treksoft.kvision.form.check/-radio/on-click.html +++ /dev/null @@ -1,15 +0,0 @@ - - - -open fun onClick(handler: Radio.(MouseEvent) -> Unit): Radio
-A convenient helper for easy setting onClick event handler.
- - diff --git a/api/pl.treksoft.kvision.form.check/-radio/radio.html b/api/pl.treksoft.kvision.form.check/-radio/radio.html deleted file mode 100644 index 5f842c88..00000000 --- a/api/pl.treksoft.kvision.form.check/-radio/radio.html +++ /dev/null @@ -1,16 +0,0 @@ - - - -fun Container.radio(value: Boolean = false, extraValue: String? = null, name: String? = null, label: String? = null, rich: Boolean = false, init: Radio.() -> Unit = null): Radio
-DSL builder extension function.
-It takes the same parameters as the constructor of the built component.
- - diff --git a/api/pl.treksoft.kvision.form.check/-radio/remove-event-listeners.html b/api/pl.treksoft.kvision.form.check/-radio/remove-event-listeners.html deleted file mode 100644 index 793b6635..00000000 --- a/api/pl.treksoft.kvision.form.check/-radio/remove-event-listeners.html +++ /dev/null @@ -1,18 +0,0 @@ - - - -open fun removeEventListeners(): Widget
-Overrides Widget.removeEventListeners
-Removes all event listeners from current widget.
-Return
-current widget
var rich: Boolean
-Determines if label can contain HTML code.
- - diff --git a/api/pl.treksoft.kvision.form.check/-radio/set-event-listener.html b/api/pl.treksoft.kvision.form.check/-radio/set-event-listener.html deleted file mode 100644 index db72a974..00000000 --- a/api/pl.treksoft.kvision.form.check/-radio/set-event-listener.html +++ /dev/null @@ -1,54 +0,0 @@ - - - -open fun <T : Widget> setEventListener(block: SnOn<T>.() -> Unit): Widget
-Overrides Widget.setEventListener
-Sets an event listener for current widget, keeping the actual type of component.
-Return
-
current widget
- - -Example:
- - - button.setEventListener<Button> {
- dblclick = {
- Alert.show("Button double clicked!")
- // self is of type Button here
- }
- }
-
-open fun setEventListener(block: SnOn<Widget>.() -> Unit): Widget
-Overrides Widget.setEventListener
-Sets an event listener for current widget.
-Return
-
current widget
- - -Example:
- - - button.setEventListener {
- dblclick = {
- Alert.show("Button double clicked!")
- // self is of type Widget here
- }
- }
-
-
diff --git a/api/pl.treksoft.kvision.form.check/-radio/squared.html b/api/pl.treksoft.kvision.form.check/-radio/squared.html
deleted file mode 100644
index 108305be..00000000
--- a/api/pl.treksoft.kvision.form.check/-radio/squared.html
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-var squared: Boolean
-Determines if the radio button is rendered as a square.
-Getter
-
Determines if the radio button is rendered as a square.
- -Setter
-
Determines if the radio button is rendered as a square.
- - - diff --git a/api/pl.treksoft.kvision.form.check/-radio/start-value.html b/api/pl.treksoft.kvision.form.check/-radio/start-value.html deleted file mode 100644 index d9e8e9a6..00000000 --- a/api/pl.treksoft.kvision.form.check/-radio/start-value.html +++ /dev/null @@ -1,17 +0,0 @@ - - - -var startValue: Boolean
-The value attribute of the generated HTML input element.
-This value is placed directly in generated HTML code, while the value property is dynamically -bound to the input selection state.
- - diff --git a/api/pl.treksoft.kvision.form.check/-radio/style.html b/api/pl.treksoft.kvision.form.check/-radio/style.html deleted file mode 100644 index d5063f77..00000000 --- a/api/pl.treksoft.kvision.form.check/-radio/style.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -var style: RadioStyle?
-The style (one of Bootstrap standard colors) of the input.
-Getter
-
The style (one of Bootstrap standard colors) of the input.
- -Setter
-
The style (one of Bootstrap standard colors) of the input.
- - - diff --git a/api/pl.treksoft.kvision.form.check/-radio/validation-info.html b/api/pl.treksoft.kvision.form.check/-radio/validation-info.html deleted file mode 100644 index 6464d415..00000000 --- a/api/pl.treksoft.kvision.form.check/-radio/validation-info.html +++ /dev/null @@ -1,16 +0,0 @@ - - - -val validationInfo: HelpBlock
-Overrides FormControl.validationInfo
-Validation info component.
- - diff --git a/api/pl.treksoft.kvision.form.check/-radio/value.html b/api/pl.treksoft.kvision.form.check/-radio/value.html deleted file mode 100644 index 026e80e9..00000000 --- a/api/pl.treksoft.kvision.form.check/-radio/value.html +++ /dev/null @@ -1,16 +0,0 @@ - - - -open var value: Boolean
-Overrides BoolFormControl.value
-The selection state of the radio button.
- - diff --git a/api/pl.treksoft.kvision.form.check/index.html b/api/pl.treksoft.kvision.form.check/index.html deleted file mode 100644 index d61b4b2a..00000000 --- a/api/pl.treksoft.kvision.form.check/index.html +++ /dev/null @@ -1,81 +0,0 @@ - - - -Checkbox, radiobutton and radiobutton group components.
-- - | -
-open class CheckBox : SimplePanel, BoolFormControl
-The form field component rendered as HTML input type="checkbox". - |
-
- - | -
-enum class CheckBoxStyle
-Checkbox style options. - |
-
- - | -
-open class CheckInput : Widget, FormInput
-The basic input component rendered as HTML input type="checkbox" or input type="radio". - |
-
- - | -
-enum class CheckInputType
-Type of the check input control (checkbox or radio). - |
-
- - | -
-open class Radio : SimplePanel, BoolFormControl
-The form field component rendered as HTML input type="radio". - |
-
- - | -
-open class RadioGroup : SimplePanel, StringFormControl
-The form field component rendered as a group of HTML input type="radio" elements with the same name attribute. - |
-
- - | -
-enum class RadioStyle
-Radio style options. - |
-