| Interface | Description |
|---|---|
| IsModalDialog<T> |
Base interface to implement modal dialog
|
| IsModalDialog.CloseHandler |
An interface to implement handlers for closing a dialog
|
| IsModalDialog.OpenHandler |
A function to implement a listener to be called when open the dialog
|
| Class | Description |
|---|---|
| BaseModal<T extends org.jboss.elemento.IsElement<elemental2.dom.HTMLDivElement>> |
A base implementaton for components to show a pop-up
|
| BaseModal.Modal |
a component that contains the modal elements
|
| ModalBackDrop |
A utility class to show overlays that blocks the content behind a modal dialog.
|
| ModalDialog |
a component to show a pop-up with the ability to block the content behind it.
|
| ModalStyles |
A constants class for Dialogs css classes names
|
| Window |
A component that open a pop-up that acts like a window with close/maximize/minimize controls and
can be dragged across the page
|
| Enum | Description |
|---|---|
| IsModalDialog.ModalSize |
An enum to list modal possible zises
|
| IsModalDialog.ModalType |
An enum to list modal types
|
Copyright © 2019–2022 Dominokit. All rights reserved.