From f3c9d405382dd81d426c7eab1f6390ec8e6dad00 Mon Sep 17 00:00:00 2001
From: Robert Jaros
-
-
- Constructor Overrides Widget.afterDestroy Method called after destroying Snabbdom vnode. Overrides Widget.afterInsert Method called after inserting Snabbdom vnode into the DOM. Determines if the text input is automatically focused. Getter Determines if the text input is automatically focused.
-
-<init>
-
-DateTimeInput(value: Date? = null, format: String = "YYYY-MM-DD HH:mm", classes: Set<String> = setOf())
-Parameters
-value
- date/time input valueformat
- date/time format (default YYYY-MM-DD HH:mm)classes
- a set of CSS class names
-
-
-afterDestroy
-
-protected open fun afterDestroy(): Unit
-
-
-afterInsert
-
-protected open fun afterInsert(node: VNode): Unit
-
-
-autofocus
-
-var autofocus: Boolean?
-
-
Setter
-
Determines if the text input is automatically focused.
- - - diff --git a/docs/api/pl.treksoft.kvision.form.time/-date-time-input/change-value.html b/docs/api/pl.treksoft.kvision.form.time/-date-time-input/change-value.html deleted file mode 100644 index bbaa5718..00000000 --- a/docs/api/pl.treksoft.kvision.form.time/-date-time-input/change-value.html +++ /dev/null @@ -1,14 +0,0 @@ - - - -protected open fun changeValue(): Unit
-
-
diff --git a/docs/api/pl.treksoft.kvision.form.time/-date-time-input/clear-btn.html b/docs/api/pl.treksoft.kvision.form.time/-date-time-input/clear-btn.html
deleted file mode 100644
index 9caedf09..00000000
--- a/docs/api/pl.treksoft.kvision.form.time/-date-time-input/clear-btn.html
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-var clearBtn: Boolean
-Determines if Clear button should be visible.
-Getter
-
Determines if Clear button should be visible.
- -Setter
-
Determines if Clear button should be visible.
- - - diff --git a/docs/api/pl.treksoft.kvision.form.time/-date-time-input/date-time-input.html b/docs/api/pl.treksoft.kvision.form.time/-date-time-input/date-time-input.html deleted file mode 100644 index 40a1ab19..00000000 --- a/docs/api/pl.treksoft.kvision.form.time/-date-time-input/date-time-input.html +++ /dev/null @@ -1,16 +0,0 @@ - - - -fun Container.dateTimeInput(value: Date? = null, format: String = "YYYY-MM-DD HH:mm", classes: Set<String> = setOf(), init: DateTimeInput.() -> Unit = null): DateTimeInput
-DSL builder extension function.
-It takes the same parameters as the constructor of the built component.
- - diff --git a/docs/api/pl.treksoft.kvision.form.time/-date-time-input/days-of-week-disabled.html b/docs/api/pl.treksoft.kvision.form.time/-date-time-input/days-of-week-disabled.html deleted file mode 100644 index a2eb611d..00000000 --- a/docs/api/pl.treksoft.kvision.form.time/-date-time-input/days-of-week-disabled.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -var daysOfWeekDisabled: Array<Int>
-Days of the week that should be disabled. Multiple values should be comma separated.
-Getter
-
Days of the week that should be disabled. Multiple values should be comma separated.
- -Setter
-
Days of the week that should be disabled. Multiple values should be comma separated.
- - - diff --git a/docs/api/pl.treksoft.kvision.form.time/-date-time-input/disabled.html b/docs/api/pl.treksoft.kvision.form.time/-date-time-input/disabled.html deleted file mode 100644 index df0f22b6..00000000 --- a/docs/api/pl.treksoft.kvision.form.time/-date-time-input/disabled.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -var disabled: Boolean
-Determines if the field is disabled.
-Getter
-
Determines if the field is disabled.
- -Setter
-
Determines if the field is disabled.
- - - diff --git a/docs/api/pl.treksoft.kvision.form.time/-date-time-input/format.html b/docs/api/pl.treksoft.kvision.form.time/-date-time-input/format.html deleted file mode 100644 index abe86341..00000000 --- a/docs/api/pl.treksoft.kvision.form.time/-date-time-input/format.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -var format: String
-Date/time format.
-Getter
-
Date/time format.
- -Setter
-
Date/time format.
- - - diff --git a/docs/api/pl.treksoft.kvision.form.time/-date-time-input/get-sn-attrs.html b/docs/api/pl.treksoft.kvision.form.time/-date-time-input/get-sn-attrs.html deleted file mode 100644 index cb36049b..00000000 --- a/docs/api/pl.treksoft.kvision.form.time/-date-time-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
fun getValueAsString(): String?
-Get value of date/time input control as String
-Return
-value as a String
open fun hidePopup(): Unit
-Hides date/time chooser popup.
- - diff --git a/docs/api/pl.treksoft.kvision.form.time/-date-time-input/index.html b/docs/api/pl.treksoft.kvision.form.time/-date-time-input/index.html deleted file mode 100644 index e1ae5ada..00000000 --- a/docs/api/pl.treksoft.kvision.form.time/-date-time-input/index.html +++ /dev/null @@ -1,535 +0,0 @@ - - - -open class DateTimeInput : Widget
-Basic date/time chooser component.
-- - | -
-DateTimeInput(value: Date? = null, format: String = "YYYY-MM-DD HH:mm", classes: Set<String> = setOf()) |
-
- - | -
-var autofocus: Boolean?
-Determines if the text input is automatically focused. - |
-
- - | -
-var clearBtn: Boolean
-Determines if Clear button should be visible. - |
-
- - | -
-var daysOfWeekDisabled: Array<Int>
-Days of the week that should be disabled. Multiple values should be comma separated. - |
-
- - | -
-var disabled: Boolean
-Determines if the field is disabled. - |
-
- - | -
-var format: String
-Date/time format. - |
-
- - | -
-var minuteStep: Int
-The increment used to build the hour view. - |
-
- - | -
-var name: String?
-The name attribute of the generated HTML input element. - |
-
- - | -
-var placeholder: String?
-The placeholder for the date/time input. - |
-
- - | -
-var readonly: Boolean?
-Determines if the date/time input is read-only. - |
-
- - | -
-var showMeridian: Boolean
-Determines if meridian views are visible in day and hour views. - |
-
- - | -
-var size: InputSize?
-The size of the input. - |
-
- - | -
-var todayBtn: Boolean
-Determines if Today button should be visible. - |
-
- - | -
-var todayHighlight: Boolean
-Determines if the current day should be highlighted. - |
-
- - | -
-var value: Date?
-Date/time input value. - |
-
- - | -
-var weekStart: Int
-Day of the week start. 0 (Sunday) to 6 (Saturday). - |
-
- - | -
-var draggable: Boolean?
-Determines if the current widget is draggable. - |
-
- - | -
-var id: String?
-An ID attribute of generated HTML element. - |
-
- - | -
-open var parent: Component?
-Parent of the current component. - |
-
- - | -
-var role: String?
-A role attribute of generated HTML element. - |
-
- - | -
-var title: String?
-A title attribute of generated HTML element. - |
-
- - | -
-open var visible: Boolean
-Visibility state of the current component. - |
-
- - | -
-open fun afterDestroy(): Unit
-Method called after destroying Snabbdom vnode. - |
-
- - | -
-open fun afterInsert(node: VNode): Unit
-Method called after inserting Snabbdom vnode into the DOM. - |
-
- - | -
-open fun changeValue(): Unit |
-
- - | -
-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. - |
-
- - | -
-fun getValueAsString(): String?
-Get value of date/time input control as String - |
-
- - | -
-open fun hidePopup(): Unit
-Hides date/time chooser popup. - |
-
- - | -
-open fun refreshDatePicker(): Unit |
-
- - | -
-open fun refreshState(): Unit |
-
- - | -
-open fun render(): VNode
-Renders current component as a Snabbdom vnode. - |
-
- - | -
-open fun showPopup(): Unit
-Open date/time chooser popup. - |
-
- - | -
-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 afterPostpatch(node: VNode): Unit
-Method called after updating Snabbdom vnode. - |
-
- - | -
-open fun clearDragDropData(): Unit
-Clears D&D data for the current widget. It also makes it not draggable. - |
-
- - | -
-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 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 Container.dateTimeInput(value: Date? = null, format: String = "YYYY-MM-DD HH:mm", classes: Set<String> = setOf(), init: DateTimeInput.() -> Unit = null): DateTimeInput
-DSL builder extension function. - |
-
var minuteStep: Int
-The increment used to build the hour view.
-Getter
-
The increment used to build the hour view.
- -Setter
-
The increment used to build the hour view.
- - - diff --git a/docs/api/pl.treksoft.kvision.form.time/-date-time-input/name.html b/docs/api/pl.treksoft.kvision.form.time/-date-time-input/name.html deleted file mode 100644 index dcad897b..00000000 --- a/docs/api/pl.treksoft.kvision.form.time/-date-time-input/name.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -var name: String?
-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/docs/api/pl.treksoft.kvision.form.time/-date-time-input/placeholder.html b/docs/api/pl.treksoft.kvision.form.time/-date-time-input/placeholder.html deleted file mode 100644 index 94ddee2e..00000000 --- a/docs/api/pl.treksoft.kvision.form.time/-date-time-input/placeholder.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -var placeholder: String?
-The placeholder for the date/time input.
-Getter
-
The placeholder for the date/time input.
- -Setter
-
The placeholder for the date/time input.
- - - diff --git a/docs/api/pl.treksoft.kvision.form.time/-date-time-input/readonly.html b/docs/api/pl.treksoft.kvision.form.time/-date-time-input/readonly.html deleted file mode 100644 index e72773d9..00000000 --- a/docs/api/pl.treksoft.kvision.form.time/-date-time-input/readonly.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -var readonly: Boolean?
-Determines if the date/time input is read-only.
-Getter
-
Determines if the date/time input is read-only.
- -Setter
-
Determines if the date/time input is read-only.
- - - diff --git a/docs/api/pl.treksoft.kvision.form.time/-date-time-input/refresh-date-picker.html b/docs/api/pl.treksoft.kvision.form.time/-date-time-input/refresh-date-picker.html deleted file mode 100644 index 08886f44..00000000 --- a/docs/api/pl.treksoft.kvision.form.time/-date-time-input/refresh-date-picker.html +++ /dev/null @@ -1,14 +0,0 @@ - - - -protected open fun refreshDatePicker(): Unit
-
-
diff --git a/docs/api/pl.treksoft.kvision.form.time/-date-time-input/refresh-state.html b/docs/api/pl.treksoft.kvision.form.time/-date-time-input/refresh-state.html
deleted file mode 100644
index 35ccc8fc..00000000
--- a/docs/api/pl.treksoft.kvision.form.time/-date-time-input/refresh-state.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-protected open fun refreshState(): Unit
-
-
diff --git a/docs/api/pl.treksoft.kvision.form.time/-date-time-input/render.html b/docs/api/pl.treksoft.kvision.form.time/-date-time-input/render.html
deleted file mode 100644
index 4b157a48..00000000
--- a/docs/api/pl.treksoft.kvision.form.time/-date-time-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
var showMeridian: Boolean
-Determines if meridian views are visible in day and hour views.
-Getter
-
Determines if meridian views are visible in day and hour views.
- -Setter
-
Determines if meridian views are visible in day and hour views.
- - - diff --git a/docs/api/pl.treksoft.kvision.form.time/-date-time-input/show-popup.html b/docs/api/pl.treksoft.kvision.form.time/-date-time-input/show-popup.html deleted file mode 100644 index fb3a130f..00000000 --- a/docs/api/pl.treksoft.kvision.form.time/-date-time-input/show-popup.html +++ /dev/null @@ -1,15 +0,0 @@ - - - -open fun showPopup(): Unit
-Open date/time chooser popup.
- - diff --git a/docs/api/pl.treksoft.kvision.form.time/-date-time-input/size.html b/docs/api/pl.treksoft.kvision.form.time/-date-time-input/size.html deleted file mode 100644 index 7a2cf203..00000000 --- a/docs/api/pl.treksoft.kvision.form.time/-date-time-input/size.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -var size: InputSize?
-The size of the input.
-Getter
-
The size of the input.
- -Setter
-
The size of the input.
- - - diff --git a/docs/api/pl.treksoft.kvision.form.time/-date-time-input/today-btn.html b/docs/api/pl.treksoft.kvision.form.time/-date-time-input/today-btn.html deleted file mode 100644 index 6c372f05..00000000 --- a/docs/api/pl.treksoft.kvision.form.time/-date-time-input/today-btn.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -var todayBtn: Boolean
-Determines if Today button should be visible.
-Getter
-
Determines if Today button should be visible.
- -Setter
-
Determines if Today button should be visible.
- - - diff --git a/docs/api/pl.treksoft.kvision.form.time/-date-time-input/today-highlight.html b/docs/api/pl.treksoft.kvision.form.time/-date-time-input/today-highlight.html deleted file mode 100644 index 7d5b84d5..00000000 --- a/docs/api/pl.treksoft.kvision.form.time/-date-time-input/today-highlight.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -var todayHighlight: Boolean
-Determines if the current day should be highlighted.
-Getter
-
Determines if the current day should be highlighted.
- -Setter
-
Determines if the current day should be highlighted.
- - - diff --git a/docs/api/pl.treksoft.kvision.form.time/-date-time-input/value.html b/docs/api/pl.treksoft.kvision.form.time/-date-time-input/value.html deleted file mode 100644 index afa8799a..00000000 --- a/docs/api/pl.treksoft.kvision.form.time/-date-time-input/value.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -var value: Date?
-Date/time input value.
-Getter
-
Date/time input value.
- -Setter
-
Date/time input value.
- - - diff --git a/docs/api/pl.treksoft.kvision.form.time/-date-time-input/week-start.html b/docs/api/pl.treksoft.kvision.form.time/-date-time-input/week-start.html deleted file mode 100644 index 235068c3..00000000 --- a/docs/api/pl.treksoft.kvision.form.time/-date-time-input/week-start.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -var weekStart: Int
-Day of the week start. 0 (Sunday) to 6 (Saturday).
-Getter
-
Day of the week start. 0 (Sunday) to 6 (Saturday).
- -Setter
-
Day of the week start. 0 (Sunday) to 6 (Saturday).
- - - diff --git a/docs/api/pl.treksoft.kvision.form.time/-date-time/-init-.html b/docs/api/pl.treksoft.kvision.form.time/-date-time/-init-.html deleted file mode 100644 index d7037856..00000000 --- a/docs/api/pl.treksoft.kvision.form.time/-date-time/-init-.html +++ /dev/null @@ -1,25 +0,0 @@ - - - -DateTime(value: Date? = null, format: String = "YYYY-MM-DD HH:mm", label: String? = null, rich: Boolean = false)
-
-value
- date/time input value
-format
- date/time format (default YYYY-MM-DD HH:mm)
-label
- label text bound to the input element
-rich
- determines if label can contain HTML code
Constructor
-
var autofocus: Boolean?
-Determines if the date/time input is automatically focused.
- - diff --git a/docs/api/pl.treksoft.kvision.form.time/-date-time/clear-btn.html b/docs/api/pl.treksoft.kvision.form.time/-date-time/clear-btn.html deleted file mode 100644 index e4ba22de..00000000 --- a/docs/api/pl.treksoft.kvision.form.time/-date-time/clear-btn.html +++ /dev/null @@ -1,15 +0,0 @@ - - - -var clearBtn: Boolean
-Determines if Clear button should be visible.
- - diff --git a/docs/api/pl.treksoft.kvision.form.time/-date-time/date-time.html b/docs/api/pl.treksoft.kvision.form.time/-date-time/date-time.html deleted file mode 100644 index 53c43af4..00000000 --- a/docs/api/pl.treksoft.kvision.form.time/-date-time/date-time.html +++ /dev/null @@ -1,16 +0,0 @@ - - - -fun Container.dateTime(value: Date? = null, format: String = "YYYY-MM-DD HH:mm", label: String? = null, rich: Boolean = false, init: DateTime.() -> Unit = null): DateTime
-DSL builder extension function.
-It takes the same parameters as the constructor of the built component.
- - diff --git a/docs/api/pl.treksoft.kvision.form.time/-date-time/days-of-week-disabled.html b/docs/api/pl.treksoft.kvision.form.time/-date-time/days-of-week-disabled.html deleted file mode 100644 index ab9639ac..00000000 --- a/docs/api/pl.treksoft.kvision.form.time/-date-time/days-of-week-disabled.html +++ /dev/null @@ -1,15 +0,0 @@ - - - -var daysOfWeekDisabled: Array<Int>
-Days of the week that should be disabled. Multiple values should be comma separated.
- - diff --git a/docs/api/pl.treksoft.kvision.form.time/-date-time/disabled.html b/docs/api/pl.treksoft.kvision.form.time/-date-time/disabled.html deleted file mode 100644 index c5737997..00000000 --- a/docs/api/pl.treksoft.kvision.form.time/-date-time/disabled.html +++ /dev/null @@ -1,22 +0,0 @@ - - - -open var disabled: Boolean
-Overrides FormControl.disabled
-Determines if the field is disabled.
-Getter
-
Determines if the field is disabled.
- -Setter
-
Determines if the field is disabled.
- - - diff --git a/docs/api/pl.treksoft.kvision.form.time/-date-time/flabel.html b/docs/api/pl.treksoft.kvision.form.time/-date-time/flabel.html deleted file mode 100644 index 3ff85b02..00000000 --- a/docs/api/pl.treksoft.kvision.form.time/-date-time/flabel.html +++ /dev/null @@ -1,16 +0,0 @@ - - - -val flabel: FieldLabel
-Overrides FormControl.flabel
-Form field label.
- - diff --git a/docs/api/pl.treksoft.kvision.form.time/-date-time/format.html b/docs/api/pl.treksoft.kvision.form.time/-date-time/format.html deleted file mode 100644 index 3532f083..00000000 --- a/docs/api/pl.treksoft.kvision.form.time/-date-time/format.html +++ /dev/null @@ -1,15 +0,0 @@ - - - -var format: String
-Date/time format.
- - diff --git a/docs/api/pl.treksoft.kvision.form.time/-date-time/get-sn-class.html b/docs/api/pl.treksoft.kvision.form.time/-date-time/get-sn-class.html deleted file mode 100644 index 7d7912f3..00000000 --- a/docs/api/pl.treksoft.kvision.form.time/-date-time/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 fun getValueAsString(): String?
-Overrides DateFormControl.getValueAsString
-Returns the value of the control as a String.
- - diff --git a/docs/api/pl.treksoft.kvision.form.time/-date-time/hide-popup.html b/docs/api/pl.treksoft.kvision.form.time/-date-time/hide-popup.html deleted file mode 100644 index 6b768d20..00000000 --- a/docs/api/pl.treksoft.kvision.form.time/-date-time/hide-popup.html +++ /dev/null @@ -1,15 +0,0 @@ - - - -open fun hidePopup(): Unit
-Hides date/time chooser popup.
- - diff --git a/docs/api/pl.treksoft.kvision.form.time/-date-time/index.html b/docs/api/pl.treksoft.kvision.form.time/-date-time/index.html deleted file mode 100644 index 2d5af44c..00000000 --- a/docs/api/pl.treksoft.kvision.form.time/-date-time/index.html +++ /dev/null @@ -1,381 +0,0 @@ - - - -open class DateTime : SimplePanel, DateFormControl
-Form field date/time chooser component.
-- - | -
-DateTime(value: Date? = null, format: String = "YYYY-MM-DD HH:mm", label: String? = null, rich: Boolean = false) |
-
- - | -
-var autofocus: Boolean?
-Determines if the date/time input is automatically focused. - |
-
- - | -
-var clearBtn: Boolean
-Determines if Clear button should be visible. - |
-
- - | -
-var daysOfWeekDisabled: Array<Int>
-Days of the week that should be disabled. Multiple values should be comma separated. - |
-
- - | -
-open var disabled: Boolean
-Determines if the field is disabled. - |
-
- - | -
-val flabel: FieldLabel
-Form field label. - |
-
- - | -
-var format: String
-Date/time format. - |
-
- - | -
-val input: DateTimeInput
-The actual input component. - |
-
- - | -
-var label: String?
-The label text bound to the input element. - |
-
- - | -
-var minuteStep: Int
-The increment used to build the hour view. - |
-
- - | -
-var name: String?
-The name attribute of the generated HTML input element. - |
-
- - | -
-var placeholder: String?
-The placeholder for the date/time input. - |
-
- - | -
-var readonly: Boolean?
-Determines if the date/time input is read-only. - |
-
- - | -
-var rich: Boolean
-Determines if label can contain HTML code. - |
-
- - | -
-var showMeridian: Boolean
-Determines if meridian views are visible in day and hour views. - |
-
- - | -
-open var size: InputSize?
-Input control size. - |
-
- - | -
-var todayBtn: Boolean
-Determines if Today button should be visible. - |
-
- - | -
-var todayHighlight: Boolean
-Determines if the current day should be highlighted. - |
-
- - | -
-val validationInfo: HelpBlock
-Validation info component. - |
-
- - | -
-open var value: Date?
-Date/time input value. - |
-
- - | -
-var weekStart: Int
-Day of the week start. 0 (Sunday) to 6 (Saturday). - |
-
- - | -
-open fun getSnClass(): List<StringBoolPair>
-Returns list of CSS class names for current widget in the form of a List. - |
-
- - | -
-open fun getValueAsString(): String?
-Returns the value of the control as a String. - |
-
- - | -
-open fun hidePopup(): Unit
-Hides date/time chooser popup. - |
-
- - | -
-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 showPopup(): Unit
-Open date/time chooser popup. - |
-
- - | -
-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(): Date?
-Returns the value of the control. - |
-
- - | -
-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.dateTime(value: Date? = null, format: String = "YYYY-MM-DD HH:mm", label: String? = null, rich: Boolean = false, init: DateTime.() -> Unit = null): DateTime
-DSL builder extension function. - |
-
val input: DateTimeInput
-Overrides FormControl.input
-The actual input component.
- - diff --git a/docs/api/pl.treksoft.kvision.form.time/-date-time/label.html b/docs/api/pl.treksoft.kvision.form.time/-date-time/label.html deleted file mode 100644 index 0357010e..00000000 --- a/docs/api/pl.treksoft.kvision.form.time/-date-time/label.html +++ /dev/null @@ -1,15 +0,0 @@ - - - -var label: String?
-The label text bound to the input element.
- - diff --git a/docs/api/pl.treksoft.kvision.form.time/-date-time/minute-step.html b/docs/api/pl.treksoft.kvision.form.time/-date-time/minute-step.html deleted file mode 100644 index 5073b48e..00000000 --- a/docs/api/pl.treksoft.kvision.form.time/-date-time/minute-step.html +++ /dev/null @@ -1,15 +0,0 @@ - - - -var minuteStep: Int
-The increment used to build the hour view.
- - diff --git a/docs/api/pl.treksoft.kvision.form.time/-date-time/name.html b/docs/api/pl.treksoft.kvision.form.time/-date-time/name.html deleted file mode 100644 index 68c3ce8c..00000000 --- a/docs/api/pl.treksoft.kvision.form.time/-date-time/name.html +++ /dev/null @@ -1,15 +0,0 @@ - - - -var name: String?
-The name attribute of the generated HTML input element.
- - diff --git a/docs/api/pl.treksoft.kvision.form.time/-date-time/placeholder.html b/docs/api/pl.treksoft.kvision.form.time/-date-time/placeholder.html deleted file mode 100644 index f59806f7..00000000 --- a/docs/api/pl.treksoft.kvision.form.time/-date-time/placeholder.html +++ /dev/null @@ -1,15 +0,0 @@ - - - -var placeholder: String?
-The placeholder for the date/time input.
- - diff --git a/docs/api/pl.treksoft.kvision.form.time/-date-time/readonly.html b/docs/api/pl.treksoft.kvision.form.time/-date-time/readonly.html deleted file mode 100644 index c39736fe..00000000 --- a/docs/api/pl.treksoft.kvision.form.time/-date-time/readonly.html +++ /dev/null @@ -1,15 +0,0 @@ - - - -var readonly: Boolean?
-Determines if the date/time input is read-only.
- - diff --git a/docs/api/pl.treksoft.kvision.form.time/-date-time/remove-event-listeners.html b/docs/api/pl.treksoft.kvision.form.time/-date-time/remove-event-listeners.html deleted file mode 100644 index 895dbb10..00000000 --- a/docs/api/pl.treksoft.kvision.form.time/-date-time/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/docs/api/pl.treksoft.kvision.form.time/-date-time/set-event-listener.html b/docs/api/pl.treksoft.kvision.form.time/-date-time/set-event-listener.html deleted file mode 100644 index 40d2ae32..00000000 --- a/docs/api/pl.treksoft.kvision.form.time/-date-time/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/docs/api/pl.treksoft.kvision.form.time/-date-time/show-meridian.html b/docs/api/pl.treksoft.kvision.form.time/-date-time/show-meridian.html
deleted file mode 100644
index 790fc0e3..00000000
--- a/docs/api/pl.treksoft.kvision.form.time/-date-time/show-meridian.html
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-
-var showMeridian: Boolean
-Determines if meridian views are visible in day and hour views.
- - diff --git a/docs/api/pl.treksoft.kvision.form.time/-date-time/show-popup.html b/docs/api/pl.treksoft.kvision.form.time/-date-time/show-popup.html deleted file mode 100644 index 5755e211..00000000 --- a/docs/api/pl.treksoft.kvision.form.time/-date-time/show-popup.html +++ /dev/null @@ -1,15 +0,0 @@ - - - -open fun showPopup(): Unit
-Open date/time chooser popup.
- - diff --git a/docs/api/pl.treksoft.kvision.form.time/-date-time/size.html b/docs/api/pl.treksoft.kvision.form.time/-date-time/size.html deleted file mode 100644 index f5b077e0..00000000 --- a/docs/api/pl.treksoft.kvision.form.time/-date-time/size.html +++ /dev/null @@ -1,22 +0,0 @@ - - - -open var size: InputSize?
-Overrides FormControl.size
-Input control size.
-Getter
-
Input control size.
- -Setter
-
Input control size.
- - - diff --git a/docs/api/pl.treksoft.kvision.form.time/-date-time/today-btn.html b/docs/api/pl.treksoft.kvision.form.time/-date-time/today-btn.html deleted file mode 100644 index 9ad572a6..00000000 --- a/docs/api/pl.treksoft.kvision.form.time/-date-time/today-btn.html +++ /dev/null @@ -1,15 +0,0 @@ - - - -var todayBtn: Boolean
-Determines if Today button should be visible.
- - diff --git a/docs/api/pl.treksoft.kvision.form.time/-date-time/today-highlight.html b/docs/api/pl.treksoft.kvision.form.time/-date-time/today-highlight.html deleted file mode 100644 index 4b3281d3..00000000 --- a/docs/api/pl.treksoft.kvision.form.time/-date-time/today-highlight.html +++ /dev/null @@ -1,15 +0,0 @@ - - - -var todayHighlight: Boolean
-Determines if the current day should be highlighted.
- - diff --git a/docs/api/pl.treksoft.kvision.form.time/-date-time/validation-info.html b/docs/api/pl.treksoft.kvision.form.time/-date-time/validation-info.html deleted file mode 100644 index 8fd72073..00000000 --- a/docs/api/pl.treksoft.kvision.form.time/-date-time/validation-info.html +++ /dev/null @@ -1,16 +0,0 @@ - - - -val validationInfo: HelpBlock
-Overrides FormControl.validationInfo
-Validation info component.
- - diff --git a/docs/api/pl.treksoft.kvision.form.time/-date-time/value.html b/docs/api/pl.treksoft.kvision.form.time/-date-time/value.html deleted file mode 100644 index 873f1072..00000000 --- a/docs/api/pl.treksoft.kvision.form.time/-date-time/value.html +++ /dev/null @@ -1,22 +0,0 @@ - - - -open var value: Date?
-Overrides DateFormControl.value
-Date/time input value.
-Getter
-
Date value.
- -Setter
-
Date value.
- - - diff --git a/docs/api/pl.treksoft.kvision.form.time/-date-time/week-start.html b/docs/api/pl.treksoft.kvision.form.time/-date-time/week-start.html deleted file mode 100644 index 6dd03632..00000000 --- a/docs/api/pl.treksoft.kvision.form.time/-date-time/week-start.html +++ /dev/null @@ -1,15 +0,0 @@ - - - -var weekStart: Int
-Day of the week start. 0 (Sunday) to 6 (Saturday).
- - diff --git a/docs/api/pl.treksoft.kvision.form.time/index.html b/docs/api/pl.treksoft.kvision.form.time/index.html deleted file mode 100644 index ba68c3d3..00000000 --- a/docs/api/pl.treksoft.kvision.form.time/index.html +++ /dev/null @@ -1,36 +0,0 @@ - - - -Full-featured date and time input components.
-- - | -
-open class DateTime : SimplePanel, DateFormControl
-Form field date/time chooser component. - |
-
- - | -
-open class DateTimeInput : Widget
-Basic date/time chooser component. - |
-