| Package | Description |
|---|---|
| org.jboss.hal.ballroom.dialog |
| Modifier and Type | Method and Description |
|---|---|
static Dialog.Size |
Dialog.Size.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Dialog.Size[] |
Dialog.Size.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static BlockingDialog |
DialogFactory.buildBlocking(String title,
Dialog.Size size,
com.google.gwt.safehtml.shared.SafeHtml message)
Creates and returns a blocking dialog which can only be closed programmatically.
|
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) |
Dialog.Builder |
Dialog.Builder.size(Dialog.Size size) |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.