| Package | Description |
|---|---|
| org.dominokit.domino.ui.datepicker | |
| org.dominokit.domino.ui.modals | |
| org.dominokit.domino.ui.timepicker |
| Modifier and Type | Method and Description |
|---|---|
ModalDialog |
DatePicker.createModal(String title)
Creates a modal from this picker.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<ModalDialog> |
DateBox.getModal() |
| Modifier and Type | Method and Description |
|---|---|
static ModalDialog |
ModalDialog.create() |
static ModalDialog |
ModalDialog.create(String title) |
static ModalDialog |
ModalDialog.createPickerModal(String title,
elemental2.dom.Node content) |
| Modifier and Type | Method and Description |
|---|---|
ModalDialog |
TimePicker.createModal(String title)
Creates a modal that can be used to show this picker as a modal dialog
|
| Modifier and Type | Method and Description |
|---|---|
Optional<ModalDialog> |
TimeBox.getModal() |
Copyright © 2019–2022 Dominokit. All rights reserved.