Package io. kvision. form. time
Full-featured date and time input components.
Types
DateTime
Link copied to clipboard
open class DateTime(value: <ERROR CLASS>?, name: String?, format: String, label: String?, rich: Boolean, init: DateTime.() -> Unit?) : SimplePanel, DateFormControl, MutableState<<ERROR CLASS>?>
Content copied to clipboard
DateTimeInput
Link copied to clipboard
open class DateTimeInput(value: <ERROR CLASS>?, format: String, classes: Set<String>, init: DateTimeInput.() -> Unit?) : SimplePanel, GenericFormComponent<<ERROR CLASS>?> , FormInput, MutableState<<ERROR CLASS>?>
Content copied to clipboard
Functions
dateTime
Link copied to clipboard
dateTimeInput
Link copied to clipboard
fun Container.dateTimeInput(value: <ERROR CLASS>? = null, format: String = "YYYY-MM-DD HH:mm", classes: Set<String>? = null, className: String? = null, init: DateTimeInput.() -> Unit? = null): DateTimeInput
Content copied to clipboard
fun <S> Container.dateTimeInput(state: ObservableState<S>, value: <ERROR CLASS>? = null, format: String = "YYYY-MM-DD HH:mm", classes: Set<String>? = null, className: String? = null, init: DateTimeInput.(S) -> Unit): DateTimeInput
Content copied to clipboard