| Package | Description |
|---|---|
| org.dominokit.domino.ui.datatable.plugins.filter.header | |
| org.dominokit.domino.ui.datepicker |
| Modifier and Type | Method and Description |
|---|---|
DateBox |
DateHeaderFilter.getDateBox() |
| Modifier and Type | Method and Description |
|---|---|
static DateBox |
DateBox.create()
Creates date box with no label
|
static DateBox |
DateBox.create(Date date)
Creates date box with a
Date |
static DateBox |
DateBox.create(String label)
Creates date box with a
label |
static DateBox |
DateBox.create(String label,
Date date)
Creates date box with label and
Date |
static DateBox |
DateBox.create(String label,
Date date,
org.gwtproject.i18n.shared.cldr.DateTimeFormatInfo dateTimeFormatInfo)
Creates date box with label,
Date and a date time format |
DateBox |
DateBox.disable() |
DateBox |
DateBox.enable() |
DateBox |
DateBox.openOnFocus()
Opens the date picker when the element is focused
|
DateBox |
DateBox.setFormatter(Formatter formatter)
Set a custom
Formatter to use with this DateBox |
DateBox |
DateBox.setInvalidFormatMessage(String invalidFormatMessage)
Sets the error message when the date is not well formatted
|
DateBox |
DateBox.setOpenOnClick(boolean openOnClick)
Sets if the date picker should be opened when clicking on the field
|
DateBox |
DateBox.setParseStrict(boolean parseStrict)
Parse strict means that if the value is not valid, then an exception will be thrown, otherwise
the value will wrapped around as needed
|
DateBox |
DateBox.setPattern(DateBox.Pattern pattern)
Sets the
DateBox.Pattern of the field |
DateBox |
DateBox.setPattern(String pattern)
Sets a custom pattern.
|
DateBox |
DateBox.setPickerStyle(DateBox.PickerStyle pickerStyle)
Sets the
DateBox.PickerStyle |
DateBox |
DateBox.setPlaceholder(String placeholder) |
DateBox |
DateBox.setPopoverPosition(PopupPosition popoverPosition)
Sets the position of the model if the
DateBox.PickerStyle is DateBox.PickerStyle.POPOVER |
DateBox |
DateBox.setReadOnly(boolean readOnly)
set the readonly attribute value
|
Copyright © 2019–2022 Dominokit. All rights reserved.