| Package | Description |
|---|---|
| org.dominokit.domino.ui.datepicker | |
| org.dominokit.domino.ui.modals | |
| org.dominokit.domino.ui.popover | |
| org.dominokit.domino.ui.timepicker |
| Modifier and Type | Method and Description |
|---|---|
Optional<Popover> |
DateBox.getPopover() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ModalBackDrop.contains(Popover popover) |
static void |
ModalBackDrop.push(Popover popover) |
| Modifier and Type | Method and Description |
|---|---|
Popover |
Popover.addCloseListener(Popover.CloseHandler closeHandler)
Adds a close handler to be called when the popover is closed
|
Popover |
Popover.addOpenListener(Popover.OpenHandler openHandler)
Adds an open handler to be called when the popover is opened
|
Popover |
Popover.closeOnEscape(boolean closeOnEscape)
Sets if the popover should be closed if escape key is pressed
|
Popover |
Popover.closeOnEscp(boolean closeOnEscp)
Deprecated.
|
Popover |
Popover.closeOnScroll(boolean closeOnScroll)
Sets if the popover should be closed if scrolling
|
static Popover |
Popover.create(elemental2.dom.HTMLElement target,
String title,
org.jboss.elemento.IsElement<?> content)
Creates new instance for target with title and content
|
static Popover |
Popover.create(elemental2.dom.HTMLElement target,
String title,
elemental2.dom.Node content)
Creates new instance for target with title and content
|
static Popover |
Popover.create(org.jboss.elemento.IsElement<?> target,
String title,
org.jboss.elemento.IsElement<?> content)
Creates new instance for target with title and content
|
static Popover |
Popover.create(org.jboss.elemento.IsElement<?> target,
String title,
elemental2.dom.Node content)
Creates new instance for target with title and content
|
static Popover |
Popover.createPicker(elemental2.dom.HTMLElement target,
elemental2.dom.Node content)
|
static Popover |
Popover.createPicker(org.jboss.elemento.IsElement<?> target,
org.jboss.elemento.IsElement<?> content)
Same as
createPicker(HTMLElement, Node) but with wrapper IsElement |
Popover |
Popover.disable() |
Popover |
Popover.enable() |
Popover |
Popover.position(PopupPosition position)
Sets the position of the popover related to the target element
|
Popover |
Popover.removeCloseHandler(Popover.CloseHandler closeHandler)
Removes a close handler
|
Popover |
Popover.removeOpenHandler(Popover.OpenHandler openHandler)
Removes an open handler
|
Popover |
Popover.setCloseOthers(boolean closeOthers)
Sets if other popovers should be closed when open this one
|
Popover |
Popover.show()
Show the item if it is hidden
|
| Modifier and Type | Method and Description |
|---|---|
Optional<Popover> |
TimeBox.getPopover() |
Copyright © 2019–2022 Dominokit. All rights reserved.