| Package | Description |
|---|---|
| org.dominokit.domino.ui.dialogs |
| Modifier and Type | Method and Description |
|---|---|
MessageDialog |
MessageDialog.appendHeaderChild(org.jboss.elemento.IsElement<?> content) |
MessageDialog |
MessageDialog.appendHeaderChild(elemental2.dom.Node content) |
static MessageDialog |
MessageDialog.createMessage(elemental2.dom.Node content)
Creates an instance and initialize it with custom content
|
static MessageDialog |
MessageDialog.createMessage(elemental2.dom.Node content,
IsModalDialog.CloseHandler closeHandler)
Creates an instance and initialize it with custom content a close handler
|
static MessageDialog |
MessageDialog.createMessage(elemental2.dom.Node content,
IsModalDialog.CloseHandler closeHandler,
Supplier<Button> okButtonProvider)
Creates an instance and initialize it with custom content a close handler and an ok action
button
|
static MessageDialog |
MessageDialog.createMessage(elemental2.dom.Node content,
Supplier<Button> okButtonProvider)
Creates an instance and initialize it with custom content and an Ok action button
|
static MessageDialog |
MessageDialog.createMessage(String message)
Creates an instance and initialize it with a text message
|
static MessageDialog |
MessageDialog.createMessage(String message,
IsModalDialog.CloseHandler closeHandler)
Creates an instance and initialize it with a text message and a close handler
|
static MessageDialog |
MessageDialog.createMessage(String message,
IsModalDialog.CloseHandler closeHandler,
Supplier<Button> okButtonProvider)
Creates an instance and initialize it with a text message and a close handler and an ok action
button
|
static MessageDialog |
MessageDialog.createMessage(String title,
elemental2.dom.Node content)
Creates an instance and initialize it with a title and custom content
|
static MessageDialog |
MessageDialog.createMessage(String title,
elemental2.dom.Node content,
IsModalDialog.CloseHandler closeHandler)
Creates an instance and initialize it with a title and custom content and a close handler
|
static MessageDialog |
MessageDialog.createMessage(String title,
elemental2.dom.Node content,
IsModalDialog.CloseHandler closeHandler,
Supplier<Button> okButtonProvider)
Creates an instance and initialize it with a title and custom content a close handler and an ok
action button
|
static MessageDialog |
MessageDialog.createMessage(String title,
elemental2.dom.Node content,
Supplier<Button> okButtonProvider)
Creates an instance and initialize it with a title and custom content and an ok action button
|
static MessageDialog |
MessageDialog.createMessage(String title,
String message)
Creates an instance and initialize it with a title and a text message
|
static MessageDialog |
MessageDialog.createMessage(String title,
String message,
IsModalDialog.CloseHandler closeHandler)
Creates an instance and initialize it with a title and a text message and a close handler
|
MessageDialog |
MessageDialog.error()
Set a default
Icons#ALL#error() icon as the dialog content with an animation transition
to indicate a failed operation |
MessageDialog |
MessageDialog.error(BaseIcon<?> icon)
Set the icon as the dialog content with an animation transition to indicate a failed operation
|
MessageDialog |
MessageDialog.setIconColor(Color iconColorStart,
Color iconColorEnd)
Change the dialog icon colors transitions
|
MessageDialog |
MessageDialog.setOkButtonText(String text)
Change the ok button text
|
MessageDialog |
MessageDialog.success()
Set a default
Icons#ALL#done() icon as the dialog content with an animation transition
to indicate a success operation |
MessageDialog |
MessageDialog.success(BaseIcon<?> icon)
Set the icon as the dialog content with an animation transition to indicate a success operation
|
MessageDialog |
MessageDialog.warning()
Set a default
Icons#ALL#clear() icon as the dialog content with an animation transition
to indicate a warning operation |
MessageDialog |
MessageDialog.warning(BaseIcon<?> icon)
Set the icon as the dialog content with an animation transition to indicate a warning operation
|
Copyright © 2019–2022 Dominokit. All rights reserved.