public static class BaseModal.Modal extends Object implements org.jboss.elemento.IsElement<elemental2.dom.HTMLDivElement>
| Constructor and Description |
|---|
Modal() |
| Modifier and Type | Method and Description |
|---|---|
elemental2.dom.HTMLDivElement |
element() |
DominoElement<elemental2.dom.HTMLDivElement> |
getModalBody() |
DominoElement<elemental2.dom.HTMLDivElement> |
getModalContent() |
DominoElement<elemental2.dom.HTMLDivElement> |
getModalDialog() |
DominoElement<elemental2.dom.HTMLDivElement> |
getModalFooter() |
DominoElement<elemental2.dom.HTMLDivElement> |
getModalHeader() |
DominoElement<elemental2.dom.HTMLHeadingElement> |
getModalTitle() |
public elemental2.dom.HTMLDivElement element()
element in interface org.jboss.elemento.IsElement<elemental2.dom.HTMLDivElement>public DominoElement<elemental2.dom.HTMLHeadingElement> getModalTitle()
HTMLHeadingElement that contains the title text wrapped as DominoElementpublic DominoElement<elemental2.dom.HTMLDivElement> getModalBody()
HTMLDivElement of the modal body wrapped as a DominoElementpublic DominoElement<elemental2.dom.HTMLDivElement> getModalDialog()
HTMLDivElement that contains the the header and the body wrapped as
DominoElementpublic DominoElement<elemental2.dom.HTMLDivElement> getModalContent()
HTMLDivElement that has content container inside the modal body wrapped
as DominoElementpublic DominoElement<elemental2.dom.HTMLDivElement> getModalFooter()
HTMLDivElement footer element wrapped as DominoElementpublic DominoElement<elemental2.dom.HTMLDivElement> getModalHeader()
HTMLDivElement that contains the heading element that contains the title
text wrapped as DominoElementCopyright © 2019–2022 Dominokit. All rights reserved.