Package-level declarations

Full-featured date and time input components.

Types

Link copied to clipboard
open class DateTime(value: <Error class: unknown class>? = null, name: String? = null, format: String = "YYYY-MM-DD HH:mm", label: String? = null, rich: Boolean = false, init: DateTime.() -> Unit? = null) : SimplePanel, DateFormControl, MutableState<<Error class: unknown class>?>

Form field date/time chooser component.

Link copied to clipboard
open class DateTimeInput(value: <Error class: unknown class>? = null, format: String = "YYYY-MM-DD HH:mm", className: String? = null, init: DateTimeInput.() -> Unit? = null) : SimplePanel, GenericFormComponent<<Error class: unknown class>?> , FormInput, MutableState<<Error class: unknown class>?>

Basic date/time chooser component.

Link copied to clipboard

Date/time chooser month header format.

Link copied to clipboard
enum Theme : Enum<Theme>

Date/time chooser component color themes.

Link copied to clipboard

Date/time chooser toolbar placements.

Link copied to clipboard

Date/time chooser view modes.

Link copied to clipboard

Date/time chooser year header format.

Functions

Link copied to clipboard
fun Container.dateTime(value: <Error class: unknown class>? = null, name: String? = null, format: String = "YYYY-MM-DD HH:mm", label: String? = null, rich: Boolean = false, init: DateTime.() -> Unit? = null): DateTime

DSL builder extension function.

Link copied to clipboard
fun Container.dateTimeInput(value: <Error class: unknown class>? = null, format: String = "YYYY-MM-DD HH:mm", className: String? = null, init: DateTimeInput.() -> Unit? = null): DateTimeInput

DSL builder extension function.