| Package | Description |
|---|---|
| org.jboss.hal.ballroom.dialog |
| Modifier and Type | Class and Description |
|---|---|
class |
BlockingDialog
A dialog w/o any means to close the dialog (no close icon, no esc handler).
|
| Modifier and Type | Method and Description |
|---|---|
Dialog |
Dialog.Builder.build() |
static Dialog |
DialogFactory.buildConfirmation(String title,
com.google.gwt.safehtml.shared.SafeHtml question,
elemental2.dom.HTMLElement element,
org.jboss.hal.spi.Callback confirm)
Creates and returns a confirmation dialog using the question and the provided element.
|
static Dialog |
DialogFactory.buildConfirmation(String title,
com.google.gwt.safehtml.shared.SafeHtml question,
elemental2.dom.HTMLElement element,
Dialog.Size size,
org.jboss.hal.spi.Callback confirm) |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.